/* Full viewport overlay */
#mwe-overlay-root{
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 2147483647 !important;
  pointer-events: none !important;
}
.mwea-flash{ animation: mweaFlash .6s ease-out; }
@keyframes mweaFlash{
  0%{ background:rgba(255,255,255,0.0); }
  10%{ background:rgba(255,255,255,0.35); }
  20%{ background:rgba(255,255,255,0.0); }
  30%{ background:rgba(255,255,255,0.25); }
  100%{ background:rgba(255,255,255,0.0); }
}