.fch-match-card,
.fch-coming-matches,
.fch-match-empty {
    --fch-blue: #09194c;
    box-sizing: border-box;
    color: var(--fch-blue);
    font-family: 'Tomorrow', sans-serif;
}

.fch-coming-matches {
    margin: 0 auto;
    max-width: 1244px;
    position: relative;
    width: 100%;
}

.fch-match-card {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    min-height: 100%;
    padding: 0 15px 80px;
    position: relative;
    width: 100%;
}

.fch-match-card--coming {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 30px 60px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

.fch-next-match {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    margin: 0;
    min-height: 0;
}

.fch-match-card__details {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    grid-column: 1 / span 12;
    grid-row: 1;
    justify-content: center;
    min-width: 0;
}

.fch-match-card__date-time {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 10px;
}

.fch-match-card h2 {
    color: var(--fch-blue);
    font-family: 'Tomorrow', sans-serif !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.fch-match-card__date,
.fch-match-card__time,
.fch-match-card__venue,
.fch-match-card__mobile-separator {
    font-size: 16px;
}

.fch-match-card__date--desktop {
    display: none;
}

.fch-match-card__date--mobile,
.fch-match-card__mobile-separator {
    display: block;
}

.fch-match-card__mobile-separator {
    margin: 0 10px;
}

.fch-match-card__venue {
    margin-bottom: 10px;
}

.fch-match-team {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
}

.fch-match-card__team {
    grid-row: 2;
}

.fch-match-card__team--home {
    grid-column: 1 / span 5;
}

.fch-match-card__team--away {
    grid-column: 8 / span 5;
}

.fch-match-team__logo {
    display: block;
    height: 75px;
    margin-bottom: 0;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.fch-match-team__name {
    color: var(--fch-blue);
    font-family: 'Tomorrow', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.fch-match-card__versus {
    align-items: center;
    display: flex;
    grid-column: 6 / span 2;
    grid-row: 2;
    height: 75px;
    justify-content: center;
    margin-top: 15px;
}

.fch-match-card__versus h2 {
    font-size: 18px;
}

.fch-match-button {
    align-items: center;
    background: var(--fch-blue);
    border: 0;
    border-radius: 4px;
    color: #ffffff !important;
    display: inline-flex;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding: 10px 35px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.45s ease, box-shadow 0.45s ease, transform 0.45s ease;
    z-index: 99999;
}

.fch-match-button:hover,
.fch-match-button:focus {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    color: #ffffff !important;
    opacity: 0.87;
    transform: translate3d(0, -3px, 0);
}

.fch-match-button--desktop {
    display: none;
}

.fch-match-card__mobile-ticket {
    display: flex;
    height: min-content;
    justify-content: center;
    position: absolute;
    top: 160px;
    width: 100%;
}

.fch-match-empty {
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 30px 60px rgb(0 0 0 / 15%);
    display: flex;
    font-family: 'Tomorrow', sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    min-height: 120px;
    padding: 20px;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .fch-match-card {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .fch-next-match {
        min-height: 276px;
        padding: 30px 15px;
    }

    .fch-match-card__details {
        flex-direction: column;
        grid-column: 5 / span 4;
        grid-row: 1;
        padding-top: 0;
    }

    .fch-match-card__date-time {
        flex-direction: column;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .fch-match-card__date--desktop {
        display: block;
    }

    .fch-match-card__date--mobile,
    .fch-match-card__mobile-separator {
        display: none;
    }

    .fch-match-card__date,
    .fch-match-card__venue {
        font-size: 16px;
    }

    .fch-next-match .fch-match-card__date {
        font-size: 1em !important;
    }

    .fch-next-match .fch-match-card__venue {
        font-size: 1.125em !important;
    }

    .fch-match-card__time {
        font-size: 64px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .fch-next-match .fch-match-card__time {
        font-size: 4em !important;
        line-height: 0.95;
        margin-bottom: 10px !important;
    }

    .fch-match-card--coming .fch-match-card__time {
        margin-bottom: 10px !important;
    }

    .fch-match-card__venue {
        margin-bottom: 25px;
    }

    .fch-next-match .fch-match-card__venue {
        margin-bottom: 25px !important;
    }

    .fch-match-card--coming .fch-match-card__venue {
        margin-bottom: 25px !important;
    }

    .fch-match-card__team {
        grid-row: 1;
    }

    .fch-match-card__team--home {
        grid-column: 1 / span 4;
    }

    .fch-match-card__team--away {
        grid-column: 9 / span 4;
    }

    .fch-match-team__logo {
        height: 150px;
        margin-bottom: 25px;
    }

    .fch-match-card--coming .fch-match-team__logo {
        height: 150px !important;
        margin-bottom: 25px !important;
        max-height: 150px;
        max-width: 150px;
        object-fit: contain;
        width: 150px !important;
    }

    .fch-next-match .fch-match-team__logo {
        margin-bottom: 38px !important;
    }

    .fch-match-team__name {
        font-size: 18px;
    }

    .fch-next-match .fch-match-team__name {
        font-size: 1.125em !important;
    }

    .fch-match-card__versus,
    .fch-match-card__mobile-ticket {
        display: none;
    }

    .fch-match-button--desktop {
        display: inline-flex;
    }
}

@media only screen and (max-width: 1023px) {
    .fch-match-card--next {
        height: 100%;
        min-height: 220px;
    }
}

@media only screen and (max-width: 500px) {
    .fch-match-card {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fch-match-card--coming .fch-match-team__logo {
        height: 75px !important;
        max-height: 75px;
        max-width: 75px;
        width: 75px !important;
    }

    .fch-match-team__name {
        font-size: 13px;
    }

    .fch-match-card__date,
    .fch-match-card__time,
    .fch-match-card__venue,
    .fch-match-card__mobile-separator {
        font-size: 14px;
    }
}
