/**
 * indie-event-launch-toggle.css
 * By default, hide both groups for CLS prevention. JS will unhide as needed.
 */
.indie-pre-launch,
.indie-post-launch {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}
