.info-section,
.callout-container,
.schedule-card,
.captains-bio-box,
.sponsor-category,
.roster-section,
#teamstory,
#fanzone,
#gear,
#sitting,
#howto,
#tips,
#videotutorials,
#thisyear {
    position: relative;
    padding: clamp(1.25rem, 3vw, 2.4rem);
    background: var(--surface-cream);
    border: 3px solid var(--shirt-primary-deep);
    box-shadow: var(--shadow-strong);
    clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.info-section::before,
.callout-container::before,
.schedule-card::before,
.sponsor-category::before,
.roster-section::before {
    content: "";
    position: absolute;
    inset: 8px;
    pointer-events: none;
    border: 1px solid rgba(62, 78, 61, 0.25);
}

.welcome-notice {
    padding: 1.25rem;
    color: var(--text-on-dark);
    background: var(--shirt-primary-deep);
    border-left: 8px solid var(--energy-yellow);
}

.welcome-notice p,
#fanzone .welcome-notice p {
    color: var(--text-on-dark);
}

iframe {
    display: block;
    width: 100%;
    border: 0;
}
