/* pre draw winners page */

.goid-at-the-end .pre_draw_winners {
    color: #002C3B;
    margin: 55px auto 187px;
    padding: 100px 20px 80px;
    max-width: 85%;
    border: 8px solid #492A25;
    background-color: rgba(255, 255, 255, 0.9);
}

.goid-at-the-end .pre_draw_winners__title {
    font-size: 48px;
    line-height: 66px;
    margin: 0 auto 20px;
    color: #4A2D27;
}

.goid-at-the-end .pre_draw_winners__title .date {
    font-size: 72px;
    line-height: 66px;
    color: #0B6A0B;
    font-family: "Mudstone_Sans";
    font-weight: bold;
}

.goid-at-the-end .winners__content,
.goid-at-the-end .pre_draw_winners__content {
    font-family: 'AlegreyaSans-Medium';
    color: #341F1A;
}

.goid-at-the-end .pre_draw_winners__content {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    padding: 50px 40px 100px;
}

@media (max-width: 550px) {
    .goid-at-the-end#goid-at-the-end_pre_winners .promo_content--top_background::after{
        display: block;
    }
    .goid-at-the-end .pre_draw_winners {
       padding: 25px 0 35px;
       margin: 20px auto 75px;
    }

    .goid-at-the-end .pre_draw_winners__title{
        font-size: 27px;
        line-height: 32px;
    }

    .goid-at-the-end .pre_draw_winners__title .date {
        font-size: 40px;
        line-height: 36px;
    }

    .goid-at-the-end .pre_draw_winners__content {
        font-size: 18px;
        line-height: 26px;
        padding: 0 14px;
    }
}

/* winners list page */

.goid-at-the-end .winners {
    color: #002C3B;
    margin: 35px auto 183px;
    padding: 0 100px;
    max-width: 89%;
    border: 8px solid #492A25;
    background-color: rgba(255, 255, 255, 0.9);
}

.goid-at-the-end .winners__top_section {
    max-width: 545px;
    margin: 35px auto 30px;
}

.goid-at-the-end#goid-at-the-end_winners_list .winners__title {
    font-size: 48px;
    line-height: 56px;
    color: #4A2D27;
}

.goid-at-the-end#goid-at-the-end_winners_list .winners__title span {
    font-size: 85px;
    line-height: 82px;
    display: block;
    color: #0B6A0B;
    font-family: "Mudstone_Sans";
}

.goid-at-the-end .winners__content {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    font-family: "AlegreyaSans-Medium";
}

.goid-at-the-end .winners__section_title {
    margin-top: 30px;
    font-size: 58px;
    line-height: 70px;
    font-family: "Mudstone_Sans";
    padding-bottom: 10px;
}

.goid-at-the-end .winners__section_subtitle {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 20px;
    color: #4A2D27;
    font-family: "Mudstone_Sans";
}

.goid-at-the-end .winners__prize_table {
    margin: 0 auto 20px;
    line-height: 15px;
    max-width: 600px;
    width: 100%;
    border: 3px solid #492A25;
    border-collapse: separate;
    border-spacing: 0;
}

.goid-at-the-end .winners__prize_table:last-child {
    margin-bottom: 40px;
}

.goid-at-the-end .winners__prize_table .table__cell--header {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    border: 1px solid #35293B;
}

.goid-at-the-end .winners__prize_table .table__cell--body {
    vertical-align: middle;
    font-size: 18px;
    line-height: 19px;
    border: 1px solid #35293B;
}

.goid-at-the-end#goid-at-the-end_winners_list .promo_conditions {
    width: 610px;
    max-width: 90%;
    margin: auto;
    padding: 20px 0 80px;
}

@media (max-width: 550px) {
    .goid-at-the-end .winners__top_section {
        margin:  0 auto 30px;
    }
    .goid-at-the-end .winners{
        padding: 10px;
        margin: 20px auto 82px;
    }

    .goid-at-the-end .winners__title,
    .goid-at-the-end .winners__section_title {
        font-size: 30px;
        line-height: 30px;
    }

    .goid-at-the-end .winners__section_subtitle {
        font-size: 27px;
        line-height: 30px;
        padding: 5px 0;
    }

    .goid-at-the-end .winners__content {
        font-size: 18px;
        line-height: 26px;
    }

    .goid-at-the-end .winners__prize_table .table__cell--header {
        font-size: 15px;
    }

    .goid-at-the-end#goid-at-the-end_winners_list .winners__title {
        font-size: 27px;
        line-height: 55px;
        padding: 10px 0;
    }
    .goid-at-the-end#goid-at-the-end_winners_list .winners__title span {
        font-size: 30px;
        line-height: 40px;
    }
    .goid-at-the-end .winners__prize_table:last-child {
        margin-bottom: 50px;
    }
}
