﻿.games-section {
    z-index: 1;
    overflow: hidden;
}

    .games-section h2 {
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .games-section p.observation {
        font-size: 14px;
        line-height: 16px;
        padding-left: 20px;
    }

    .games-section p.link {
        margin-bottom: 20px;
    }

        .games-section p.link a {
            color: #242424;
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
            text-decoration: none;
            display: flex;
            align-items: center;
        }

        .games-section p.link svg {
            stroke: #242424;
        }

    .games-section .sponsor {
        width: fit-content;
        width: -moz-fit-content;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

        .games-section .sponsor p {
            font-size: 12px;
            line-height: 16px;
            color: #bebebe;
            margin-bottom: 5px;
        }

        .games-section .sponsor img {
            width: 130px;
            height: auto;
            margin: 0;
            margin-bottom: 30px;
        }

    .games-section .swiper {
        width: min(100vw, 1600px);
        margin-left: -4%;
        padding: 0 4%;
        max-width: unset;
    }

        .games-section .swiper.main-game {
            padding: 0 !important;
        }

    .games-section .game-list {
        display: flex;
        justify-content: space-between;
    }

    .games-section .swiper.main-game .swiper-slide .game {
        padding: 0 !important;
    }

    /*.games-section .swiper.main-game .swiper-slide .game .timeline-placeholder,
        .games-section .swiper.main-game .swiper-slide .game .timeline-placeholder * {
            pointer-events: all;
        }*/

    .games-section .game {
        padding: 0 10px;
        border-right: solid 1px #e8e8e8;
        width: 100%;
    }

    .games-section .swiper-slide:last-of-type .game {
        border-right: none;
    }

    .games-section .game .info {
        /*display: flex;*/
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 20px;
    }

        .games-section .game .info p:last-of-type {
            font-size: 14px;
            line-height: 18px;
            color: #888888;
            text-transform: uppercase;
            padding-top: 5px;
        }

        .games-section .game .info .tba {
            color: #BEBEBE;
        }

    .games-section .swiper:not(.main-game) .game .team {
        display: flex;
        align-items: center;
        margin-right: 20px;
        margin-bottom: 18px;
        min-height: 81px;
    }

    .games-section .game.live .team:nth-of-type(3) {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .games-section .game.live .game-progress {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .games-section .game.live .game-progress .bar {
            height: 2px;
            background: #c30000;
            width: 5%;
        }

        .games-section .game.live .game-progress p {
            font-size: 14px;
            line-height: 19px;
            font-weight: bold;
            color: #c30000;
            padding-left: 7.25px;
        }

    .games-section .game .status {
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .games-section .game.live .status {
        padding-top: 11.5px;
    }

    .games-section .game .team.slb {
        font-weight: bold;
    }

    .games-section .game .team img {
        margin: 0;
        max-height: 81px;
    }

    .games-section .game .team p:first-of-type {
        margin-left: 10px;
        font-size: 22px;
        line-height: 29px;
    }

    .games-section .game .team p:last-of-type {
        margin-left: auto;
        font-size: 30px;
        line-height: 39px;
        font-weight: bold;
    }

    .games-section .game .team p sup {
        font-size: .55em;
        top: -0.55em;
    }

    .games-section .game .team:not(.slb) p:last-of-type {
        color: #bebebe;
    }

    .games-section .game.live .info p:first-of-type, .games-section .game.live .team p:last-of-type {
        color: #c30000;
    }

    .games-section .status p.link {
        margin-right: 40px;
    }

    .games-section .game .GameHub .score-board .game-info .team svg {
        fill: #242424;
    }

    .games-section .game .GameHub .score-board .game-info .result p.live,
    .games-section .game .GameHub .score-board .game-info .result p.live a {
        color: #c30000 !important;
    }



@media screen and (min-width: 992px) {
    .games-section {
        padding: 0 1.683%;
        margin-bottom: 80px;
    }

        .games-section .swiper {
            margin-left: -1.683%;
            padding: 0 1.683%;
        }

            .games-section .swiper .swiper-slide:last-of-type {
                margin-right: 0 !important;
            }



        .games-section .game-list {
            padding: 0;
            width: 100%;
            margin-left: 0;
        }

        .games-section .game {
            max-width: 100%;
            padding: 0 22px 0 20px;
        }

            .games-section .game .team p:first-of-type {
                margin-left: 32px;
            }

        .games-section .main-game .game .team p.goals {
            display: flex;
            font-family: Roboto;
            font-size: 16px;
            line-height: 16px;
            margin-left: 0;
        }
}

@media screen and (min-width: 1100px) {
    .games-section .swiper:not(.main-game) {
        width: 100%;
        margin: 0 !important;
        padding-right: 0;
    }

    .games-section .swiper-slide:first-of-type .game {
        padding-left: 0 !important;
    }
}
