/**
 * Shufflrr Checkout — full-screen freeze overlay (visual polish).
 * Blocking layout is also set inline in freeze-screen.js.
 */
#shuf-freeze-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483646 !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  cursor: wait !important;
  pointer-events: auto !important;
  touch-action: none !important;
  user-select: none !important;
}

.shuf-freeze-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 20px 28px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1E1B4B !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  text-align: center !important;
}

.shuf-freeze-box i {
  font-size: 32px !important;
  color: #7C3AED !important;
}

html.shuf-freeze-active,
html.shuf-freeze-active body {
  overflow: hidden !important;
}
