.gameday-overview {
    border-top: 5px solid #176b3a;
}
.gameday-overview h1 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.2;
}
.gameday-eyebrow {
    font-weight: bold;
    color: #176b3a;
}
.gameday-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.gameday-actions .w3-button {
    white-space: normal;
    text-align: left;
    color: #002244;
}
.gameday-week-card {
    padding: 14px 16px;
    border-top: 4px solid #176b3a;
}
.gameday-week-card h1 {
    font-size: 27px;
    margin: 0 0 4px;
}
.gameday-week-card h2 {
    font-size: 21px;
    margin: 0;
}
.gameday-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.gameday-card-heading a, .gameday-card-note {
    font-size: 12px;
}
.gameday-card-note {
    color: #526170;
    margin: 6px 0 10px;
}
.gameday-quick-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr) 76px;
    gap: 6px;
    align-items: center;
    min-height: 46px;
    padding: 5px 0;
    border-top: 1px solid #e0e6ea;
    color: #002244;
    text-decoration: none;
    font-size: 13px;
}
.gameday-quick-row:hover, .gameday-quick-row:focus-visible {
    background: #edf4f8;
}
.gameday-team {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    line-height: 1.25;
    font-weight: 600;
}
.gameday-team img {
    flex: 0 0 28px;
    object-fit: contain;
}
.gameday-at {
    color: #617180;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.gameday-name-short { display: none; }
.gameday-quick-time {
    text-align: right;
    font-size: 11px;
    line-height: 1.4;
    white-space: nowrap;
}
.gameday-matchup {
    padding: 16px 0;
    border-top: 1px solid #ccd7df;
    scroll-margin-top: 12px;
}
.gameday-matchup:target {
    background: #f3f8fb;
    outline: 2px solid #a9bdcc;
    outline-offset: 5px;
}
.gameday-matchup-title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
    gap: 8px;
    font-size: 17px;
    margin: 0 0 6px;
}
.gameday-game-facts, .gameday-related-links {
    font-size: 12px;
    margin: 6px 0;
    color: #405363;
}
.gameday-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0;
}
.gameday-metrics > span {
    padding: 6px 10px;
    background: #edf2f6;
    border-radius: 5px;
}
.gameday-metrics small, .gameday-metrics b {
    display: block;
}
.gameday-metrics small { font-size: 10px; color: #526170; }
.gameday-metrics b { font-size: 13px; color: #002244; }
.gameday-outlook { font-size: 13px; line-height: 1.45; margin: 7px 0; }
.gameday-resource-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 12px 0 8px;
}
.gameday-resource-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #002244;
    border-left-width: 4px;
    border-radius: 6px;
    color: #002244;
    background: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}
.gameday-resource-button:first-child {
    color: #fff;
    background: #002244;
}
.gameday-resource-button:hover { background: #e2edf5; color: #002244; }
.gameday-resource-button:focus-visible { outline: 3px solid #176b3a; outline-offset: 2px; }
@media (max-width: 600px) {
    .gameday-actions .w3-button {
        width: 100%;
    }
    .gameday-week-card { margin: 10px !important; padding: 10px; }
    .gameday-name-full { display: none; }
    .gameday-name-short { display: inline; }
    .gameday-quick-row {
        grid-template-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 64px;
        gap: 3px;
        font-size: 12px;
        min-height: 44px;
    }
    .gameday-quick-row .gameday-team { gap: 4px; }
    .gameday-quick-row img { width: 23px; height: 23px; flex-basis: 23px; }
    .gameday-matchup-title { font-size: 14px; gap: 5px; }
    .gameday-matchup-title .gameday-team { align-items: flex-start; }
    .gameday-matchup-title img { width: 25px; height: 25px; flex-basis: 25px; }
    .gameday-resource-button { flex: 1 1 135px; min-height: 44px; padding: 8px; }
}

/* Detailed matchup fan information; the compact schedule stays unchanged. */
.gameday-fan-info { margin: 12px 0; padding: 10px 12px; background: #f3f6f8; border-radius: 6px; }
.gameday-fan-info h4 { margin: 0 0 6px; font-size: 16px; font-weight: 700; }
.gameday-fan-info p { margin: 5px 0; font-size: 14px; overflow-wrap: anywhere; }
.gameday-fan-info a { color: #153d60; text-underline-offset: 3px; }
.gameday-fan-info .gameday-card-note, .gameday-radio-market { font-size: 12px; color: #52616c; }
.gameday-fan-actions { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.gameday-fan-actions a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 600; }
