/* Standalone content pages reuse the established Dancing Chili home system. */
body.dancing-content-page .content-page-main {
  min-height: 58vh;
}
body.dancing-content-page .mobile-secondary-section {
  display: block !important;
}
body.dancing-content-page .section-shell:first-child,
body.dancing-content-page .video-section:first-child {
  margin-top: 0;
}
body.dancing-content-page .site-nav a[aria-current="page"] {
  color: var(--pink, #e91473);
}
@media (max-width: 760px) {
  body.dancing-content-page .mobile-secondary-section {
    display: block !important;
  }
  body.dancing-content-page .content-page-main {
    min-height: 48vh;
  }
}