/* Public information pages only: fewer decorative chips and nested frames. */
body.editorial-clean-page .public-nav {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(42, 36, 64, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 28px -26px rgba(42, 36, 64, 0.5) !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 11px max(16px, calc((100vw - 1180px) / 2)) !important;
  width: 100% !important;
}

body.editorial-clean-page .public-footer {
  border-radius: 0 !important;
  margin: 32px 0 0 !important;
  max-width: none !important;
  padding-left: max(20px, calc((100vw - 1180px) / 2)) !important;
  padding-right: max(20px, calc((100vw - 1180px) / 2)) !important;
  width: 100% !important;
}

body.editorial-clean-page .page-content {
  margin-top: clamp(18px, 2vw, 26px);
}

body.editorial-clean-page .page-content h1 {
  margin-top: 0;
}

body.editorial-clean-page .eyebrow {
  display: none;
}

body.editorial-clean-page .contact-page .contact-hero,
body.editorial-clean-page.streamer-page .streamer-hero,
body.editorial-clean-page.privacy-page .legal-hero {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.editorial-clean-page .contact-page .contact-hero {
  padding-left: 4px;
  padding-right: 4px;
}

body.editorial-clean-page.about-page .about-content {
  gap: 0;
}

body.editorial-clean-page.about-page .about-hero {
  margin-bottom: 24px;
}

body.editorial-clean-page.about-page .about-hero-copy {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 4px;
  padding-right: 4px;
}

body.editorial-clean-page.about-page .about-section {
  backdrop-filter: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgba(42, 36, 64, 0.12);
  box-shadow: none;
  padding: 34px 4px;
}

body.editorial-clean-page.streamer-page .streamer-hero {
  padding-left: 4px;
  padding-right: 4px;
}

body.editorial-clean-page.streamer-page .streamer-content > .info-panel,
body.editorial-clean-page.streamer-page .streamer-content > .streamer-ok-panel,
body.editorial-clean-page.streamer-page .streamer-content > .streamer-contact-panel {
  backdrop-filter: none;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(42, 36, 64, 0.12) !important;
  box-shadow: none !important;
  margin-top: 0;
  padding: 32px 4px;
}

body.editorial-clean-page.streamer-page .streamer-ok-grid > div {
  background: transparent;
  border: 0;
  border-left: 4px solid #ff5da0;
  border-radius: 0;
  padding: 4px 16px;
}

body.editorial-clean-page.streamer-page .streamer-ok-grid > div:nth-child(2) {
  border-left-color: #24c8dc;
}

body.editorial-clean-page.streamer-page .streamer-ok-grid > div:nth-child(3) {
  border-left-color: #ffbd2e;
}

body.editorial-clean-page.streamer-page .streamer-ok-grid > div:nth-child(4) {
  border-left-color: #76d760;
}

body.editorial-clean-page.privacy-page .legal-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible;
}

body.editorial-clean-page.privacy-page .legal-hero {
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

body.editorial-clean-page .contact-content,
body.editorial-clean-page.about-page .about-content,
body.editorial-clean-page.streamer-page .streamer-content,
body.editorial-clean-page.privacy-page .legal-content {
  background: #fff !important;
  border: 1px solid rgba(42, 36, 64, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 60px -42px rgba(42, 36, 64, 0.48) !important;
}

body.editorial-clean-page.about-page .about-content,
body.editorial-clean-page.streamer-page .streamer-content {
  padding: clamp(24px, 3.4vw, 40px) !important;
}

@media (max-width: 700px) {
  body.editorial-clean-page .page-content {
    margin-top: 14px;
  }

  body.editorial-clean-page .public-nav {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.editorial-clean-page.streamer-page .page-content {
    margin-left: 12px !important;
    margin-right: 12px !important;
    max-width: calc(100% - 24px) !important;
    width: calc(100% - 24px) !important;
  }

  body.editorial-clean-page.about-page .about-content,
  body.editorial-clean-page.streamer-page .streamer-content {
    padding: 22px 16px !important;
  }

  body.editorial-clean-page .public-footer {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
