/* pre draw winners page */

.swing-for-the-fences .pre_draw_winners {
    background: #FFFFFFD9;
    max-width: 92%;
    font-weight: 900;
    margin: 60px auto 100px;
    text-align: center;
    border-radius: 65px;
    background: linear-gradient(rgba(70, 108, 69, 0.3) 0%, rgba(87, 107, 127, 0.6) 100%),
            linear-gradient(0deg, rgba(50, 64, 90, 0.2), rgba(50, 64, 90, 3.7));
    z-index: 10;
    position: relative;
    border: 6px solid #F6DFB3;
    box-shadow: 8px 8px 0px 0px #323C62, 6px 6px 0px 0px #3B4673 inset;
}

.swing-for-the-fences .pre_draw_winners__title {
    font-size: 44px;
    line-height: 57px;
    margin: 50px auto 20px;
    color: #F6DFB3;
}

.swing-for-the-fences .pre_draw_winners__title .date {
    font-size: 72px;
    line-height: 79px;
    text-transform: capitalize;
    font-family: 'DynaPuff-bold';
    color: #FFFFFF;
    font-weight: bold;
}

.swing-for-the-fences .winners__content,
.swing-for-the-fences .pre_draw_winners__content {
    font-family: 'DynaPuff-regular';
    color: #FFFFFF;
}

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

@media (max-width: 580px) {
    .swing-for-the-fences#swing-for-the-fences_pre_winners .promo_content--top_background::after{
        display: block;
    }

    .swing-for-the-fences .promo_content {
        overflow: hidden;
    }

    .swing-for-the-fences .pre_draw_winners {
       padding: 25px 0 35px;
       margin: 20px auto 25px;
    }

    .swing-for-the-fences .pre_draw_winners__title{
        font-size: 23px;
        line-height: 28px;
        margin: 0;
    }

    .swing-for-the-fences .pre_draw_winners__title .date {
        font-size: 38px;
        line-height: 48px;
    }

    .swing-for-the-fences .pre_draw_winners__content {
        font-size: 20px;
        line-height: 26px;
        padding: 25px 14px 0;
    }
}

/* winners list page */

.swing-for-the-fences .winners {
    background: #FFFFFFD9;
    max-width: 95%;
    font-weight: 900;
    margin: 60px auto 100px;
    text-align: center;
    border-radius: 65px;
    background: linear-gradient(rgba(70, 108, 69, 0.3) 0%, rgba(87, 107, 127, 0.6) 100%),
            linear-gradient(0deg, rgba(50, 64, 90, 0.2), rgba(50, 64, 90, 3.7));
    z-index: 10;
    position: relative;
    border: 6px solid #F6DFB3;
    box-shadow: 8px 8px 0px 0px #323C62, 6px 6px 0px 0px #3B4673 inset;
}

.swing-for-the-fences .winners__top_section {
    max-width: 545px;
    margin: 0 auto;
}

.swing-for-the-fences .winners__title {
    padding: 30px 0 15px;
    font-size: 60px;
    line-height: 62px;
}

.swing-for-the-fences#swing-for-the-fences_winners_list .winners__title {
    font-size: 28px;
    line-height: 45px;
    color: #F6DFB3;
}

.swing-for-the-fences#swing-for-the-fences_winners_list .winners__title span {
    font-size: 85px;
    line-height: 75px;
    display: block;
    font-family: "DynaPuff-bold";
    color: #FFFFFF;
    font-weight: 700;
}

.swing-for-the-fences .winners__content {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding-top: 15px;
    font-weight: 400;
}

.swing-for-the-fences .winners__section_title {
    padding-bottom: 20px;
}

.swing-for-the-fences .winners__section_title {
    margin-top: 40px;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 46px;
    font-family: "DynaPuff-bold";
}

.swing-for-the-fences .winners__section_subtitle {
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 20px;
    color: #FFC888;
    font-family: "DynaPuff-bold";
}

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

.swing-for-the-fences .winners__prize_table:last-child {
    margin-bottom: 55px;
}

.swing-for-the-fences .winners__prize_table .table__cell--header {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.swing-for-the-fences .winners__prize_table .table__cell--body {
    vertical-align: middle;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid #35293B;
}

.swing-for-the-fences#swing-for-the-fences_winners_list .promo_conditions {
    width: 610px;
    max-width: 90%;
    margin: auto;
    padding: 20px 0 80px;
}

@media (max-width: 580px) {
    .swing-for-the-fences .winners{
        padding: 25px 0;
        margin: 20px auto 32px;
    }

    .swing-for-the-fences .winners__title,
    .swing-for-the-fences .winners__section_title {
        font-size: 30px;
        line-height: 42px;
        padding: 0 0 15px;
        margin-top: 10px;
    }

    .swing-for-the-fences .winners__section_subtitle {
        font-size: 24px;
        line-height: 37px;
    }

    .swing-for-the-fences .winners__content {
        font-size: 20px;
        line-height: 26px;
    }

    .swing-for-the-fences .winners__prize_table .table__cell--header {
        font-size: 16px;
        font-family: 'Gluten-Bold';
        border: 1px solid #35293B;
    }

    .swing-for-the-fences#swing-for-the-fences_winners_list .winners__title {
        font-size: 20px;
        line-height: 22px;
        padding: 10px 0;
    }
    .swing-for-the-fences#swing-for-the-fences_winners_list .winners__title span {
        font-size: 60px;
        line-height: 65px;
    }
    .swing-for-the-fences .winners__prize_table:last-child {
        margin-bottom: 35px;
    }
}
