/* static-snapshot fixes: page was JS-hydrated on the live site.
   These rules force the archived markup to render as a normal static, scrollable page. */
.h-full {
  height: auto !important;
}
.h-screen {
  height: auto !important;
}
.overflow-hidden {
  overflow: visible !important;
}
.min-h-screen {
  min-height: 0 !important;
}
/* keep the big decorative zodiac SVGs from forcing horizontal overflow */
.css-1d2n41j,
.css-1e04ppu {
  max-width: 100% !important;
}
