/* SCSFSC Hosted Competitions Page — loaded only on /our-hosted-competitions/ */

.scsfsc-hc-wrap { width:100% !important; max-width:100% !important; padding:0 !important; }

/* .scsfsc-page-header lives in shared.css */

.scsfsc-hc-sections { max-width:1100px; margin:0 auto; padding:2.5rem 2rem; }

.scsfsc-hc-section { margin-bottom:4rem; padding-bottom:4rem; border-bottom:1px solid #D0DCE8; }
.scsfsc-hc-section:last-child { margin-bottom:0; padding-bottom:0; border-bottom:none; }

.scsfsc-hc-section__header { max-width:700px; margin:0 auto 1.5rem; text-align:center; }
.scsfsc-hc-section__badge { display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; padding:0.25rem 0.75rem; border-radius:3px; background:#0B2545; color:#fff; margin-bottom:0.8rem; }
.scsfsc-hc-section__header h2 { font-size:clamp(1.4rem,2.8vw,2rem); color:#0B2545 !important; margin:0 0 0.8rem; }
.scsfsc-hc-section__header p { font-size:0.92rem; color:#3D4E68; line-height:1.6; margin:0 0 1.3rem; }

.scsfsc-hc-section__gallery { width:100%; max-height:460px; overflow-y:auto; overflow-x:hidden; border:1px solid #D0DCE8; border-radius:6px; padding:0.75rem; }

@media (max-width:600px) {
  .scsfsc-hc-sections { padding:1.5rem 1rem; }
  .scsfsc-hc-section { margin-bottom:2.5rem; padding-bottom:2.5rem; }
}
