.fcaff-games {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto 22px;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: inherit;
}

.fcaff-games *,
.fcaff-games *::before,
.fcaff-games *::after {
    box-sizing: border-box;
}

.fcaff-games__label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0 0 8px;
    padding: 5px 12px;
    background: #b3000b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.fcaff-games__grid {
    display: grid;
    gap: 12px;
}

.fcaff-games--two .fcaff-games__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fcaff-games--one .fcaff-games__grid {
    grid-template-columns: minmax(0, 1fr);
}

.fcaff-team {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    min-width: 0;
    min-height: 76px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dedede;
    border-top: 3px solid #b3000b;
}

.fcaff-team__name {
    display: flex;
    align-items: center;
    padding: 11px 14px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.fcaff-team__game {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr) 70px;
    align-items: center;
    min-width: 0;
    padding: 9px 14px;
    color: #171717;
}

.fcaff-team__date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-right: 12px;
    border-right: 1px solid #e5e5e5;
}

.fcaff-team__day {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.fcaff-team__time {
    margin-top: 2px;
    color: #777;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

.fcaff-team__fixture {
    min-width: 0;
    padding: 0 12px;
    text-align: center;
}

.fcaff-team__pairing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.fcaff-team__home,
.fcaff-team__away {
    min-width: 0;
}

.fcaff-team__vs {
    flex: 0 0 auto;
    color: #b3000b;
}

.fcaff-team__location {
    display: block;
    margin-top: 3px;
    overflow: hidden;
    color: #777;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fcaff-team__meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
    color: #b3000b;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.fcaff-team__empty {
    display: flex;
    align-items: center;
    min-height: 73px;
    padding: 10px 14px;
    color: #666;
    font-size: 13px;
}

@media (max-width: 1050px) {
    .fcaff-team {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .fcaff-team__game {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .fcaff-team__meta {
        display: none;
    }
}

@media (max-width: 767px) {
    .fcaff-games {
        margin-bottom: 18px;
        padding: 0 12px;
    }

    .fcaff-games__label {
        margin-bottom: 7px;
        font-size: 12px;
    }

    .fcaff-games--two .fcaff-games__grid,
    .fcaff-games--one .fcaff-games__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .fcaff-team {
        grid-template-columns: 100px minmax(0, 1fr);
        min-height: 68px;
    }

    .fcaff-team__name {
        padding: 9px 10px;
        font-size: 12px;
    }

    .fcaff-team__game {
        grid-template-columns: 78px minmax(0, 1fr);
        padding: 7px 9px;
    }

    .fcaff-team__date {
        padding-right: 8px;
    }

    .fcaff-team__day {
        font-size: 11px;
    }

    .fcaff-team__time {
        font-size: 10px;
    }

    .fcaff-team__fixture {
        padding: 0 8px;
    }

    .fcaff-team__pairing {
        flex-wrap: wrap;
        gap: 2px 5px;
        font-size: 12px;
    }

    .fcaff-team__location {
        font-size: 9px;
    }

    .fcaff-team__empty {
        min-height: 65px;
        padding: 8px 10px;
        font-size: 11px;
    }
}
