/* pre draw winners page */

.the-big-game .pre_draw_winners {
    background: #FFFFFFD9;
    max-width: 92%;
    margin: 60px auto 100px;
    text-align: center;
    background: #091B1DBF;
    border-radius: 30px;
        z-index: 10;
        position: relative;
        border: 4px solid #FECB01;
        box-shadow: 8px 8px 0px 0px #00050140;
}

.the-big-game .pre_draw_winners__title {
    font-size: 30px;
    line-height: 57px;
    margin: 50px auto 20px;
    color: #FFFFFF;
}

.the-big-game .pre_draw_winners__title .date {
    font-size: 62px;
    line-height: 79px;
    text-transform: uppercase;
    font-family: 'Rockwell-Bold';
    color: #FFCC01;
}

.the-big-game .winners__content,
.the-big-game .pre_draw_winners__content {
    font-family: 'Rockwell';
    color: #FFFFFF;
}

.the-big-game .pre_draw_winners__content {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding: 0 62px 60px;
}

@media (max-width: 580px) {
    .the-big-game#the-big-game_pre_winners .promo_content--top_background::after{
        display: block;
    }

    .the-big-game .promo_content {
        overflow: hidden;
    }

    .the-big-game .pre_draw_winners {
       padding: 25px 0 35px;
       margin: 20px auto 25px;
    }

    .the-big-game .pre_draw_winners__title{
        font-size: 17px;
        line-height: 28px;
        margin: 0;
    }

    .the-big-game .pre_draw_winners__title .date {
        font-size: 29px;
        line-height: 48px;
    }

    .the-big-game .pre_draw_winners__content {
        font-size: 20px;
        line-height: 26px;
        padding: 25px 14px 0;
    }
}

/* winners list page */

.the-big-game .winners {
    background: #FFFFFFD9;
    max-width: 95%;
    margin: 60px auto 100px;
    text-align: center;
    background: #091B1DBF;
    border-radius: 30px;
        z-index: 10;
        position: relative;
        border: 4px solid #FECB01;
        box-shadow: 8px 8px 0px 0px #00050140;
}

.the-big-game .winners__top_section {
    max-width: 545px;
    margin: 0 auto;
}

.the-big-game .winners__title {
    padding: 30px 0 15px;
    font-size: 60px;
    line-height: 62px;
}

.the-big-game#the-big-game_winners_list .winners__title {
    font-size: 28px;
    line-height: 45px;
    color: #FFCC01;
}

.the-big-game#the-big-game_winners_list .winners__title span {
    font-size: 84px;
    line-height: 75px;
    display: block;
    font-family: "Rockwell-Bold";
    color: #FFFFFF;
}

.the-big-game .winners__content {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding-top: 15px;
}

.the-big-game .winners__section_title {
    padding-bottom: 20px;
}

.the-big-game .winners__section_title {
    margin-top: 40px;
    font-size: 38px;
    color: #FFCC01;
    line-height: 46px;
    font-family: "Rockwell-Bold";
}

.the-big-game .winners__section_subtitle {
    font-size: 32px;
    line-height: 34px;
    padding: 0 90px 20px;
    color: #FFFFFF;
    font-family: "Rockwell-Bold";
}

.the-big-game .table__body {
    font-family: 'agenda-light';
}

.the-big-game .table__head {
    font-family: 'agenda';
}

.the-big-game .winners__prize_table {
    margin: 0 auto 20px;
    line-height: 15px;
    max-width: 600px;
    width: 100%;
    border-collapse: collapse;
}

.the-big-game .winners__prize_table:last-child {
    margin-bottom: 55px;
}

.the-big-game .winners__prize_table .table__cell--header {
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #000000;
}

.the-big-game .winners__prize_table .table__cell--body {
    vertical-align: middle;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid #35293B;
    text-transform: capitalize;
}

.the-big-game#the-big-game_winners_list .promo_conditions {
    width: 610px;
    max-width: 90%;
    margin: auto;
    padding: 20px 0 80px;
}

@media (max-width: 580px) {
    .the-big-game .winners{
        padding: 25px 8px;
        margin: 20px auto 32px;
    }

    .the-big-game .winners__title,
    .the-big-game .winners__section_title {
        font-size: 32px;
        line-height: 42px;
        padding: 0 10px 15px;
        margin-top: 10px;
    }

    .the-big-game .winners__section_subtitle {
        font-size: 24px;
        line-height: 30px;
        padding: 0 12px 20px;
    }

    .the-big-game .winners__content {
        font-size: 20px;
        line-height: 26px;
    }

    .the-big-game .winners__prize_table .table__cell--header {
        font-size: 16px;
        font-family: 'Rockwell-Bold';
        border: 1px solid #35293B;
    }

    .the-big-game#the-big-game_winners_list .winners__title {
        font-size: 20px;
        line-height: 22px;
        padding: 10px 0;
    }
    .the-big-game#the-big-game_winners_list .winners__title span {
        font-size: 53px;
        line-height: 65px;
    }
    .the-big-game .winners__prize_table:last-child {
        margin-bottom: 35px;
    }
}
