/*
 * Dancz Premium live fixes, 2026-05-13 I.
 * WO29273 public readiness: calm About Dancz white-panel sections.
 */

/* WO29273_ABOUT_DARK_PANEL_CALM_20260513I_START */
html body.page-id-5.dm-sitewide-codex :is(.dm-section-cream, .dm-section-white) {
  background:
    linear-gradient(90deg, rgba(96, 129, 139, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(96, 129, 139, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #050c12 0%, #081117 100%) !important;
  background-color: #050c12 !important;
  background-size: 7rem 7rem, 7rem 7rem, auto !important;
  color: #f1f5f4 !important;
}

html body.page-id-5.dm-sitewide-codex :is(.dm-about-family-card, .dm-homepage-network, .dm-homepage-network-card) {
  border-color: rgba(244, 200, 90, 0.24) !important;
  background: linear-gradient(180deg, #0c151c 0%, #061018 100%) !important;
  background-color: #071016 !important;
  color: #f1f5f4 !important;
  box-shadow: none !important;
}

html body.page-id-5.dm-sitewide-codex :is(.dm-section-cream, .dm-section-white) :is(.dm-section-title, h2, h3) {
  color: #fff0b8 !important;
  -webkit-text-fill-color: #fff0b8 !important;
  text-shadow: none !important;
}

html body.page-id-5.dm-sitewide-codex :is(.dm-about-family-card, .dm-homepage-network, .dm-homepage-network-card) :is(p, .dm-section-desc, .dm-homepage-network-note) {
  color: #d9e4e7 !important;
  -webkit-text-fill-color: #d9e4e7 !important;
  opacity: 1 !important;
}

html body.page-id-5.dm-sitewide-codex :is(.dm-section-cream, .dm-section-white) :is(.dm-eyebrow, .dm-about-family-kicker, .dm-homepage-network-kicker, .dm-homepage-network-label) {
  color: #f4c85a !important;
  -webkit-text-fill-color: #f4c85a !important;
}

html body.page-id-5.dm-sitewide-codex .dm-homepage-network-link {
  border-color: #fff0b8 !important;
  background: linear-gradient(135deg, #fff0b8 0%, #f4c85a 100%) !important;
  background-color: #f4c85a !important;
  color: #02070b !important;
  -webkit-text-fill-color: #02070b !important;
  box-shadow: none !important;
}

html body.page-id-5.dm-sitewide-codex .dm-about-cta-actions :is(a.dm-btn-outline, a.dm-btn-primary) {
  min-height: 44px !important;
}
/* WO29273_ABOUT_DARK_PANEL_CALM_20260513I_END */
