#aboutBody{
    background: none;
    text-align: center;
}

.nflHubPageBody{
    box-sizing: border-box;
    padding: 24px 18px 100px;
}

.nflHubSectionPage{
    padding: 1rem;
    border-top: 2px solid var(--sc2);
/*    background: white;*/
/*    background: var(--c1);*/
/*    background: linear-gradient(180deg, var(--c1) 0%, var(--c1) 2%, var(--c-surface-secondary) 4%);*/
}

.nflHubControlRow,
.nflStandingsToolbar{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.nflStandingsToolbar{
    flex-direction: column;
}

.nflStandingsTableToolbar{
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scaleX(.82) scaleY(.28);
    transform-origin: top center;
    will-change: opacity, transform;
}

.nflStandingsTableToolbar--visible{
    opacity: 1;
    pointer-events: auto;
    animation: nflStandingsToolbarEmerge 260ms cubic-bezier(.2, .82, .24, 1) both;
}

.nflStandingsTableToolbar--hiding{
    animation: nflStandingsToolbarReturn 220ms cubic-bezier(.55, .02, .74, .22) both;
    pointer-events: none;
}

@keyframes nflStandingsToolbarEmerge{
    0%{
        opacity: 0;
        transform: translateY(-10px) scaleX(.82) scaleY(.28);
    }
    58%{
        opacity: 1;
        transform: translateY(3px) scaleX(1.08) scaleY(1.14);
    }
    100%{
        opacity: 1;
        transform: translateY(0) scaleX(1) scaleY(1);
    }
}

@keyframes nflStandingsToolbarReturn{
    0%{
        opacity: 1;
        transform: translateY(0) scaleX(1) scaleY(1);
    }
    45%{
        opacity: .92;
        transform: translateY(-2px) scaleX(1.05) scaleY(.82);
    }
    100%{
        opacity: 0;
        transform: translateY(-10px) scaleX(.74) scaleY(.18);
    }
}

.nflHubControlForm{
    display: flex;
    align-items: center;
    margin: 0;
}

.nflHubTabRow{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    min-height: 48px;
    margin: 0 auto;
}

.nflHubTabControls{
    position: absolute;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.nflHubYearSelect{
    min-width: 82px;
}

#nflHubTabs{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    width: 50%;
    height: auto;
    margin: 0;
}

#nflHubFrame{
    width: 90%;
    min-height: 530px;
    margin: 0 auto;
}

.nflHubTabLink{
    text-decoration: none !important;
    display: inline-block;
    background: transparent;
    color: black;
    font-family: var(--ff1);
    text-align: center;
    padding: 10px;
}
/*

.nflHubTabLink:hover{
    background-color: var(--c1);
    color: white;
}
*/

.nflHubSelected{
    border-bottom: 3px solid var(--c1);
    margin-bottom: -5.5px;
}

.nflHubTabControls .weekSelect:disabled{
    cursor: default;
    opacity: .48;
}

@media screen and (max-width: 1100px){
    .nflHubTabRow{
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .nflHubTabControls{
        position: static;
    }

    #nflHubTabs{
        align-self: center;
        width: min(640px, 100%);
    }
}

@media screen and (max-width: 900px){
    .nflHubTabRow{
        width: 100%;
    }
}

#schedulePage input[type='radio']{
    display: none;
}

#schedulePage #boxBord{
    position: relative;
}

#schedulePage #weekLabel{
    position: absolute;
    top: -30%;
    left: 20%;
    right: 20%;
    font-family: var(--ff1);
    color: black;
    font-size: 9pt;
    z-index: -1;
}

#schedulePage .gameBox{
    width: 320px;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid black;
    border-radius: var(--r1);
    padding: 7px;
    font-size: var(--fs-small);
    position: relative;
    white-space: nowrap;
}

#schedulePage .gameBox--withScores{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
}

#schedulePage .infoGroup{
    display: block;
    vertical-align: top;
/*    padding: 0 5px;*/
    
    color: black;
    font-size: var(--fs-small);
}

#schedulePage .bottom{
    display: block;
    margin-top: 5px;
}

#schedulePage .gameBox .bottom{
    margin-top: 5px;
}

#schedulePage .scheduleTeamRow{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    white-space: nowrap;
}

#schedulePage .scheduleRowMeta{
    margin-left: auto;
    padding-left: 8px;
    text-align: right;
    white-space: nowrap;
}

#schedulePage .scheduleTeamIdentity{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    white-space: nowrap;
}

#schedulePage button.scheduleTeamIdentity,
.nflStandingsTeamButton{
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

#schedulePage button.scheduleTeamIdentity:hover .scheduleTeamName,
#schedulePage button.scheduleTeamIdentity:focus-visible .scheduleTeamName,
.nflStandingsTeamButton:hover span,
.nflStandingsTeamButton:focus-visible span{
    color: var(--c1);
}

#schedulePage button.scheduleTeamIdentity:focus-visible,
.nflStandingsTeamButton:focus-visible{
    outline: 2px solid var(--c1);
    outline-offset: 2px;
}

#schedulePage .scheduleTeamLogo{
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    object-fit: contain;
}

#schedulePage .scheduleTeamName{
    white-space: nowrap;
}

#schedulePage .infoGroup.teams{
    text-align: left;
    min-width: 0;
    padding-right: 0;
}

#schedulePage .yards{
    font-size: 8pt;
}

#schedulePage .records{
    color: grey;
    flex: 0 0 auto;
    margin-left: 5px;
    white-space: nowrap;
}

#schedulePage .infoGroup.info{
    text-align: right;
    white-space: nowrap;
}

#schedulePage .infoGroup.scores{
    text-align: right;
    min-width: 24px;
    font-weight: 400;
}

#schedulePage .scheduleScore{
    font-weight: 400;
}

#schedulePage .scheduleScore--winner{
    font-weight: 700;
}

#schedulePage .scheduleEmptyState{
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: var(--r2);
    background: var(--sc2);
    color: rgba(0, 0, 0, .68);
    font-family: var(--ff1);
    font-size: var(--fs-small);
}

#schedulePage .infoGroup.time{
    text-align: center;
}

#schedulePage div{
    font-family: var(--ff1);
}

#schedulePage .finalTag{
    position: absolute;
    margin: 0 auto;
    top: 38%;
    right: 118px;
    font-size: 7pt;
}

#schedulePage #scheduleBox{
    margin: 20px auto 0;
    text-align: left;
    width: fit-content;
}

#schedulePage .scheduleWeekPanel{
    width: fit-content;
}

#schedulePage .scheduleWeekPanel[hidden]{
    display: none;
}

#schedulePage .dayGamesGrid{
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
    width: fit-content;
}

#schedulePage .winner{
    font-weight: bold;
}

#schedulePage .up{
    position: absolute;
    display: inline-block;
    color: green;
    font-size: 20pt;
    top: -11px;
    right: 0;
}

#schedulePage .down{
    position: absolute;
    display: inline-block;
    color: green;
    font-size: 20pt;
    top: 10px;
    right: 0;
}

a.twitter-timeline {
    display: inline-block;
    padding: 6px 12px 6px 30px;
    margin: 10px 0;
    border: #ccc solid 1px;
    border-radius: 3px;
    background: #f8f8f8 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1N2Zy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 8px 8px no-repeat;
    background-size: 1em 1em;
    font: normal 12px/18px Helvetica, Arial, sans-serif;
    color: #333;
    white-space: nowrap;
}

a.twitter-timeline:hover,
a.twitter-timeline:focus {
    background-color: #dedede;
}

a.twitter-timeline:focus {
    outline: none;
    border-color: #0089cb;
}

#twitterWrap{
    float: right;
    width: 300px;
}

#nflStandingsPage{
    font-family: var(--ff1);
}

.nflStandingsToolbar{
    position: relative;
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 1rem;
}

.nflStandingsViewBar{
    position: relative;
    z-index: 2;
    display: inline-flex;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--c2);
    margin-bottom: 0;
    background: white;
}

.nflStandingsViewTab{
    background: white;
    border: none;
    color: var(--c2);
    font-family: var(--ff1);
    font-size: var(--fs-body);
    font-weight: 600;
    padding: 8px 20px;
    cursor: pointer;
    transition: background .15s, color .15s;
}

.nflStandingsViewTab + .nflStandingsViewTab{
    border-left: 1px solid var(--c2);
}

.nflStandingsViewTab:hover{
    background: var(--c-a2);
}

.nflStandingsViewTabActive{
    background: var(--c2);
    color: white;
}

.nflStandingsViewTabActive:hover{
    background: var(--c2);
}

.nflStandingsTabBar{
    display: flex;
    width: fit-content;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--c1);
    margin: 0 auto 20px;
}

.nflStandingsTabBar--toolbar{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    margin: 0;
    background: white;
    opacity: 1;
    transform: translate(0, -50%);
    visibility: visible;
    transition: opacity .2s ease, transform .24s ease;
    will-change: opacity, transform;
}

.nflStandingsTabBar--toolbar.nflStandingsTabBar--collapsed{
    opacity: 0;
    pointer-events: none;
    transform: translate(28px, -50%);
    visibility: hidden;
    transition: opacity .2s ease, transform .24s ease, visibility 0s linear .24s;
}

.nflStandingsTab{
    background: white;
    border: none;
    color: var(--c1);
    font-family: var(--ff1);
    font-size: var(--fs-body);
    font-weight: 600;
    padding: 8px 20px;
    cursor: pointer;
    transition: background .15s, color .15s;
}

.nflStandingsTab + .nflStandingsTab{
    border-left: 1px solid var(--c1);
}

.nflStandingsTab:hover{
    background: rgba(15, 72, 128, .08);
}

.nflStandingsTabActive{
    background: var(--c1);
    color: white;
}

.nflStandingsTabActive:hover{
    background: var(--c1);
}

.nflStandingsGroupTitle{
    font-family: var(--ff1);
    font-size: 13pt;
    font-weight: 700;
    margin: 24px 0 8px 0;
}

.nflStandingsGroupTitle:first-child{
    margin-top: 0;
}

.nflStandingsTable{
    width: var(--nfl-standings-table-width, 100%);
    border-collapse: collapse;
    font-size: var(--fs-body);
    margin-bottom: 16px;
    table-layout: fixed;
}

.nflStandingsTable--wide{
    font-size: var(--fs-body);
}

.nflStandingsTeamCol{
    width: 280px;
}

.nflStandingsSeedCol{
    width: 52px;
}

.nflStandingsMetricCol{
    width: 78px;
}

.nflStandingsReasonCol{
    width: 320px;
}

.nflStandingsTable thead th{
    text-align: center;
    font-size: var(--fs-body);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
    padding: 6px 8px;
    border-bottom: 2px solid rgba(0,0,0,.15);
    vertical-align: middle;
    white-space: nowrap;
}

.nflStandingsTable thead th.nflStandingsTeam{
    text-align: left;
}

.nflStandingsTable thead th.nflStandingsRank{
    text-align: left;
}

.nflStandingsTable thead th.nflStandingsSeed{
    text-align: left;
}

.nflStandingsTable thead th:not(.nflStandingsTeam):not(.nflStandingsRank):not(.nflStandingsSeed):not(.nflStandingsReason){
    text-align: right;
}

.nflStandingsTable thead th.nflStandingsReason{
    text-align: left;
}

.nflStandingsTable thead th[data-standings-sort]{
    cursor: pointer;
    user-select: none;
}

.nflStandingsSortLabel{
    align-items: center;
    backface-visibility: hidden;
    border-radius: var(--r1);
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    margin: -.6em 0;
    padding: .6em .75em;
    transform-origin: 50% 50%;
    will-change: transform;
}

.nflStandingsTable thead th[data-standings-sort]:hover .nflStandingsSortLabel{
    background: var(--c-a1);
}

.nflStandingsTable thead th[data-standings-sort].is-sorted .nflStandingsSortLabel{
    background: var(--c2);
    color: #fff;
}

.nflStandingsTable thead th[data-standings-sort].is-sorted-inverted .nflStandingsSortLabel{
    transform: translateY(0) rotate(180deg);
}

.nflStandingsTable thead th[data-standings-sort]:focus-visible{
    outline: 2px solid var(--c1);
    outline-offset: -2px;
}

.nflStandingsTable tbody td{
    text-align: center;
    padding: 5px 8px;
    border-bottom: 1px solid rgba(0,0,0,.07);
    vertical-align: middle;
    white-space: nowrap;
}

.nflStandingsTable tbody td:not(.nflStandingsTeam):not(.nflStandingsRank):not(.nflStandingsSeed):not(.nflStandingsReason){
    text-align: right;
}

.nflStandingsTable th.nflStandingsDividerLeft,
.nflStandingsTable td.nflStandingsDividerLeft{
    border-left: 2px solid rgba(0,0,0,.15);
}

.nflStandingsTable tbody tr:hover{
    background: rgba(0,0,0,.03);
}

.nflStandingsTable tbody td.nflStandingsTeam{
    text-align: left;
    white-space: nowrap;
}

.nflStandingsTeamInner{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    vertical-align: middle;
}

.nflStandingsTeamButton{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
    vertical-align: middle;
}

.nflStandingsTable tbody td.nflStandingsRank{
    text-align: left;
    color: rgba(0,0,0,.4);
    font-weight: 400;
}

.nflStandingsTable tbody td.nflStandingsSeed{
    text-align: left;
    color: rgba(0,0,0,.4);
    font-weight: 400;
}

.nflStandingsSeedPlaceholder{
    color: transparent !important;
    pointer-events: none;
}

.nflStandingsClincher{
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: middle;
}

.nflStandingsTable thead th.nflStandingsReason,
.nflStandingsTable tbody td.nflStandingsReason{
    white-space: normal;
}

.nflStandingsTable tbody td.nflStandingsReason{
    text-align: left;
    line-height: 1.2;
}

.teamScheduleModalTitleScreenReader{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.teamScheduleModalBackdrop{
    position: fixed;
    top: var(--db-edge-gap);
    right: var(--db-edge-gap);
    bottom: var(--db-edge-gap);
    left: calc(var(--sb-width) + var(--db-sidebar-gap));
    z-index: 100;
    background: rgba(23, 33, 54, .54);
    border-radius: var(--r3);
}

.teamScheduleModal{
    position: fixed;
    top: 50%;
    right: var(--db-edge-gap);
    left: calc(var(--sb-width) + var(--db-sidebar-gap));
    z-index: 101;
    width: min(1054px, calc(100vw - var(--sb-width) - var(--db-sidebar-gap) - var(--db-edge-gap) - var(--db-edge-gap)));
    max-height: calc(100vh - 60px);
    margin: 0 auto;
    overflow: hidden;
    transform: translateY(-50%);
    background: var(--sc1);
    border-radius: var(--r3);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
    color: var(--c2);
    font-family: var(--ff1);
}

.teamScheduleModal.is-team-schedule-loading .teamScheduleModalContent{
    opacity: .42;
    pointer-events: none;
}

.teamScheduleModalLoadingOverlay{
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .26);
}

.teamScheduleModalClose{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--c2);
    cursor: pointer;
    font-size: 22px;
}

.teamScheduleModalClose:hover{
    color: #c70000;
}

.teamScheduleModalContent{
    max-height: calc(100vh - 60px);
    overflow: auto;
    padding: 22px 24px 26px;
    box-sizing: border-box;
}

.teamScheduleModalHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 42px 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.teamScheduleModalTitle{
    font-family: var(--ff2);
    min-width: 0;
    font-size: 18pt;
    font-weight: 800;
    line-height: 1.1;
}

.teamScheduleModalControls{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.teamScheduleSelect{
    min-width: 92px;
}

#teamScheduleTeamSelect{
    min-width: 230px;
}

.teamScheduleSections{
    display: grid;
    gap: 18px;
    padding-top: 18px;
}

.teamScheduleSection{
    min-width: 0;
}

.teamScheduleSectionTitle{
    margin: 0 0 8px;
    font-size: 13pt;
    font-weight: 800;
}

.teamScheduleTable{
    width: 1006px;
    border-collapse: collapse;
    font-size: var(--fs-small);
    table-layout: fixed;
}

.teamScheduleColWeek{ width: 60px; }
.teamScheduleColDate{ width: 110px; }
.teamScheduleColTime{ width: 90px; }
.teamScheduleColOpponent{ width: 260px; }
.teamScheduleColResult{ width: 150px; }
.teamScheduleColRecord{ width: 70px; }
.teamScheduleColResultWide{ width: 220px; }
.teamScheduleColVenue{ width: 266px; }

.teamScheduleTable th{
    padding: 6px 8px;
    border-bottom: 2px solid rgba(0, 0, 0, .14);
    color: rgba(0, 0, 0, .55);
    font-size: 8pt;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.teamScheduleTable td{
    padding: 7px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    font-weight: 400;
    vertical-align: middle;
    white-space: nowrap;
}

.teamScheduleTime{
    color: inherit;
}

.teamScheduleOpponent{
    min-width: 220px;
}

.teamScheduleOpponentInner{
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.teamScheduleOpponentLink{
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.teamScheduleOpponentLink:hover,
.teamScheduleOpponentLink:focus-visible{
    color: var(--c1);
}

.teamScheduleOpponentLink:focus-visible{
    outline: 2px solid var(--c1);
    outline-offset: 2px;
}

.teamScheduleStatusInner{
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.teamScheduleSite{
    width: 18px;
    flex: 0 0 18px;
    color: rgba(0, 0, 0, .55);
    text-align: center;
}

.teamScheduleTeamLogo{
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    object-fit: contain;
}

.teamScheduleStatus{
    font-weight: 400;
}

.teamScheduleOutcome{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    font-weight: 900;
}

.teamScheduleOutcome--win{
    color: #18803a;
}

.teamScheduleOutcome--loss{
    color: #b42318;
}

.teamScheduleOutcome--tie{
    color: #6b7280;
}

.teamScheduleRecord{
    font-weight: 400;
}

.teamScheduleRecordHeader{
    text-align: left;
}

.teamScheduleVenue{
    color: inherit;
}

.teamScheduleEmpty,
.teamScheduleLoading{
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: var(--r2);
    background: var(--sc2);
    color: rgba(0, 0, 0, .65);
    font-size: var(--fs-small);
}

.nflStandingsLogo{
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    object-fit: contain;
}

.nflStandingsDiffPos{
    color: green;
}

.nflStandingsDiffNeg{
    color: #c00;
}

.nflStandingsError{
    font-family: var(--ff1);
    color: #842029;
    padding: 20px;
}

.nflStandingsGlossary{
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: var(--r3);
    background: rgba(255,255,255,.55);
    text-align: left;
}

.nflStandingsGlossaryTitle{
    font-family: var(--ff1);
    font-size: var(--fs-small);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(0,0,0,.55);
    margin-bottom: 10px;
}

.nflStandingsGlossaryItems{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 8px 24px;
    align-items: start;
}

.nflStandingsGlossaryColumn{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nflStandingsGlossaryItem{
    display: block;
    font-family: var(--ff1);
    font-size: var(--fs-small);
    line-height: 1.25;
    color: rgba(0,0,0,.82);
    text-align: left;
}

.nflStandingsGlossaryTerm{
    font-weight: 700;
}

#injuryReportsPage{
    text-align: left;
    font-family: var(--ff1);
}

.injuryReportsHeader{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.injuryReportsTitle{
    font-size: 14pt;
    font-weight: 700;
    color: var(--c2);
}

.injuryReportsSubtitle{
    margin-top: 4px;
    font-size: 9pt;
    color: rgba(0,0,0,.55);
}

.injuryReportsSummary{
    font-size: 9pt;
    font-weight: 700;
    letter-spacing: var(--letter-spacing-lg);
    text-transform: uppercase;
    color: rgba(0,0,0,.55);
    white-space: nowrap;
}

.injuryReportsGrid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 16px;
}

.injuryReportsEmpty{
    width: 100%;
    text-align: center;
}

.injuryReportsEmptyDetail{
    display: block;
    margin-top: 6px;
    font-size: 9pt;
    color: rgba(0,0,0,.58);
}

.injuryTeamCard{
    border: 1px solid rgba(0,0,0,.12);
    border-top: 4px solid var(--c-team-primary, var(--c2));
    border-radius: var(--r2);
    overflow: hidden;
    background: white;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.injuryTeamHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(0,0,0,.025) 100%);
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.injuryTeamIdentity{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.injuryTeamLogo{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.injuryTeamTitleBlock{
    min-width: 0;
}

.injuryTeamName{
    display: inline-block;
    color: var(--c-team-text, var(--c2));
    font-size: var(--fs-body);
    font-weight: 700;
    text-decoration: none;
}

.injuryTeamName:hover{
    text-decoration: underline;
}

.injuryTeamCode{
    margin-top: 2px;
    font-size: 8pt;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
}

.injuryTeamCount{
    flex-shrink: 0;
    font-size: 8.5pt;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(0,0,0,.55);
}

.injuryTeamList{
    display: flex;
    flex-direction: column;
}

.injuryReportItem{
    padding: 12px 14px;
    border-top: 1px solid rgba(0,0,0,.06);
}

.injuryReportItem:first-child{
    border-top: none;
}

.injuryReportTopRow{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.injuryReportPlayerBlock{
    min-width: 0;
}

.injuryReportPlayer{
    font-size: 10.5pt;
    font-weight: 700;
    color: rgba(0,0,0,.84);
}

.injuryReportPosition{
    margin-top: 2px;
    font-size: 8pt;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(0,0,0,.46);
}

.injuryReportStatus{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    padding: 4px 8px;
    border-radius: var(--r-pill);
    font-size: 8.5pt;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    background: rgba(0,0,0,.08);
    color: rgba(0,0,0,.72);
}

.injuryReportStatusCode{
    letter-spacing: .08em;
}

.injuryReportStatus--out{
    background: rgba(170, 35, 35, .12);
    color: #8f1919;
}

.injuryReportStatus--doubtful{
    background: rgba(204, 102, 0, .14);
    color: #9a4b00;
}

.injuryReportStatus--questionable{
    background: rgba(187, 148, 0, .16);
    color: #856500;
}

.injuryReportStatus--suspension{
    background: rgba(91, 44, 111, .14);
    color: #5b2c6f;
}

.injuryReportStatus--injured-reserve{
    background: rgba(21, 101, 192, .12);
    color: #0e4f9a;
}

.injuryReportStatus--active{
    background: rgba(30, 121, 69, .14);
    color: #1e7945;
}

.injuryReportComment{
    margin-top: 8px;
    font-size: 9.5pt;
    line-height: 1.4;
    color: rgba(0,0,0,.76);
}

.injuryReportMeta{
    margin-top: 8px;
    font-size: 8pt;
    letter-spacing: var(--letter-spacing-lg);
    text-transform: uppercase;
    color: rgba(0,0,0,.44);
}

@media screen and (max-width: 1000px){
    .injuryReportsGrid{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 700px){
    .injuryReportsHeader{
        display: block;
    }

    .injuryReportsSummary{
        margin-top: 8px;
    }

    .injuryReportTopRow{
        display: block;
    }

    .injuryReportStatus{
        margin-top: 8px;
    }
}
