/* pre draw winners page */

.gameofthrones .pre_draw_winners {
    background: rgba(53,41,59, 0.35);
    max-width: 745px;
    margin: 50px auto 55px;
    padding: 0 75px 60px;
    text-align: center;
    border: 8px solid #2D2D2D;
    border-radius: 60px;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.65),
    inset 0px 0px 30px 999px rgba(0, 0, 0, 0.35);
}

.gameofthrones .pre_draw_winners__title {
    font-size: 34px;
    line-height: 57px;
    margin: 40px auto 35px;
    color: #FFFF;
}

.gameofthrones .pre_draw_winners__title .date {
    font-size: 63px;
    line-height: 59px;
    font-family: "Baskerville";
    /* font-weight: 800; */
}

.gameofthrones .winners__content,
.gameofthrones .pre_draw_winners__content {
    font-family: 'Baskerville';
    color: rgba(255, 255, 255, 1);
}

.gameofthrones .pre_draw_winners__content {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    padding: 0 0 45px;
}

.gameofthrones#gameofthrones_pre_winners .promo_content--top_background::before{
    display: none;
}

@media (max-width: 550px) {
    .gameofthrones#gameofthrones_pre_winners .promo_content--top_background::after{
        display: block;
    }

    .gameofthrones .promo_content {
        overflow: hidden;
    }

    .gameofthrones#gameofthrones_pre_winners .promo_content--top_background:before {
        top: 0;
    }

    .gameofthrones .pre_draw_winners {
       padding: 0 0 35px;
       margin: 20px 20px 25px;
    }

    .gameofthrones .pre_draw_winners__title{
        font-size: 20px;
        line-height: 25px;
    }

    .gameofthrones .pre_draw_winners__title .date {
        font-size: 38px;
        line-height: 36px;
    }

    .gameofthrones .pre_draw_winners__content {
        font-size: 18px;
        line-height: 26px;
        padding: 0 14px;
    }
}

/* winners list page */

.gameofthrones .winners {
    background: rgba(53,41,59, 0.35);
    max-width: 745px;
    margin: 50px auto 25px;
    padding: 0 85px 30px;
    text-align: center;
    border: 8px solid #2D2D2D;
    border-radius: 60px;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.65),
    inset 0px 0px 30px 999px rgba(0, 0, 0, 0.35);
}

.gameofthrones .winners__top_section {
    max-width: 545px;
    margin: 0 auto;
}

.gameofthrones .winners__title {
    padding: 30px 0 15px;
    /* font-weight: 800; */
    color: #FFFFFF;
}

.gameofthrones#gameofthrones_winners_list .winners__title {
    font-size: 36px;
    line-height: 57px;
    /* font-weight: 800; */
}

.gameofthrones#gameofthrones_winners_list .winners__title span {
    font-size: 72px;
    line-height: 57px;
    display: block;
    font-family: "Baskerville";
    /* font-weight: 800; */
}

.gameofthrones .winners__content {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    /* font-weight: 500; */
}

.gameofthrones .winners__section_title {
    margin-top: 30px;
    font-size: 40px;
    line-height: 57px;
    font-family: "Baskerville";
    /* font-weight: 800; */
    color: #FFFFFF;
}

.gameofthrones .winners__section_subtitle {
    font-size: 24px;
    line-height: 37px;
    padding-bottom: 20px;
    color: #A5A5A5;
    font-family: "Baskerville";
    /* font-weight: 800; */
}

.gameofthrones .winners__prize_table {
    margin: 0 auto 20px;
    line-height: 15px;
    max-width: 600px;
    width: 100%;
}

.gameofthrones .winners__prize_table .table__cell--header {
    font-size: 20px;
    line-height: 26px;
    font-weight: 200;
}

.gameofthrones .winners__prize_table .table__cell--body {
    vertical-align: middle;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #FBFBFB;
}

.gameofthrones#gameofthrones_winners_list .promo_conditions {
    width: 610px;
    max-width: 90%;
    margin: auto;
    padding: 20px 0 80px;
}

@media (max-width: 550px) {

    .gameofthrones .winners{
        padding: 0 15px;
        margin: 20px 20px 55px;
    }

    .gameofthrones .winners__title,
    .gameofthrones .winners__section_title {
        font-size: 26px;
        line-height: 47px;
        padding: 0 25px;
    }

    .gameofthrones .winners__section_subtitle {
        font-size: 20px;
        line-height: 30px;
        padding: 0 10px 10px;
    }

    .gameofthrones .winners__content {
        font-size: 20px;
        line-height: 27px;
    }

    .gameofthrones .winners__prize_table .table__cell--header {
        font-size: 13px;
    }

    .gameofthrones#gameofthrones_winners_list .winners__title {
        font-size: 20px;
        line-height: 38px;
        padding: 25px 0;
    }
    .gameofthrones#gameofthrones_winners_list .winners__title span {
        font-size: 48px;
        line-height: 38px;
    }

    .gameofthrones .table_paragraph{
        padding: 0 10px 30px;
    }
}
