
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

.splash-wrapper{
    width: 100%;
}

.main__inner{
    width: 100%;
    max-width: 1200px;
}

.main__inner>p{
    width: 100%;
    margin-bottom: 10px;
}

header{
    position: relative;
}

.h1-wrapper{
    width: 100%;
    text-align: center;
    background: black
}

h1{
    display: inline-block;
    color: #f8f888;
    font-weight: 800;
    font-size: 32px;
    padding: 20px;
}

body{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100vh;
}

main{
    flex-grow: 1;
}

.bonus-field--activated{
    pointer-events: none;
    border-color: #09aa3e!important;
    color: #09aa3e!important;
    letter-spacing: initial!important;
    color: transparent!important;
    &::before{
        color: #09aa3e;
        position: absolute;
        left: 0;
        top: 2px;
        content: "OFFER ACTIVATED";
        height: 100%;
        width: 100%;
        overflow: hidden;
        letter-spacing: initial;
        line-height: 34px;
    }
}

.op-list b,
.promo-code{
    font-weight: 600;
    /*font-style: italic;*/
    font-size: 24px;
    /*color: #09aa3e;*/
}

article.stake .bonus-field--activated::before{
    content: "SWEEPSRICHES";
}


li{
    position: relative;
}

li::before{
    content: "✓";
    position: relative;
    margin-right: 5px;
    font-size:18px;
}

.play-now{
    border-radius: 5px;
    background: #09aa3e;
    color: white;
    padding: 10px 45px;
    transition: color 0.1s ease-in;
    margin-bottom: 5px;
}

article:hover .play-now{
    background: #ef1633;
}

.score-num{
    color: #1a2c38;
    font-weight: 800;
    font-size: 35px;
    line-height: 35px;
    margin-top: -10px;
}

article{
    background: white;
    height: 180px;
}

main{
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.op-link{
    background: white;
    border-radius: 5px;
}

.op-link>*{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bonus{
    font-weight: 600;
    padding: 8px;
    font-family: Roboto, sans-serif;
    font-size: 22px;
}

.op-logo{
    align-items: flex-start;
}

.op-bonus{
    position: relative;
}

.bonus-banner{
    display: block;
    position: absolute;
    top: 0;
    left: calc( 50% - 50px );
    background: #101c56;
    color: white;
    padding: 3px 10px;
}

a.op-link{
    color: black;
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    display: grid;
    grid-template-columns: 20% 25% 25% 12% 18%;
}

a.op-link:hover{
    text-decoration: none;
}

article:hover .bonus{
    /*color: #09aa3e!important;*/
}

article{
    min-height: 150px;
    box-shadow:  rgba(0, 0, 0, 0.1) 1px 1px 10px;
    margin-bottom: 10px;
    max-width: 1200px;
    width: 100%;
    transition: all 0.3s ease-in;
    border-radius: 5px;
}

article:hover{
    transform: scale(1.07);
}

.header__img{
    width: 100%;
    height: auto;
    display: block;
}

footer{
    min-height: 20px;
    background: #1a2c38;
    width: 100%;
}

.img-wrapper{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 200px;
    max-width: 100%;
    height: calc( 100% );
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a2c38;
}

.img-wrapper--1{
    background: #1a2c38;
}

.img-wrapper--2{
    background: #431aa2;
}



.img-wrapper--3{
    background: #191d32;
}

.img-wrapper--4{
    background: #316094;
}

.img-wrapper--4 img{
    max-width: 150px;
    height: auto;
}

.img-wrapper--5{
    background: #11267e;
}

 .exclusive-offer{
    border-radius: 20px;
    padding: 3px 20px;
    color: white;
    background-color: #ef1633!important;
    font-size: 16px;
    margin-top: 8px;
}

.bonus-field{
    max-height: 38px;
    padding-top: 8px;
    padding-bottom: 5px;
    width: 168px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: black;
    border: 1px dashed black;
    display: block;
    text-align: center;
    transition: all 0.2s ease-in;
    position: relative;
    &::after{
        letter-spacing: initial;
        content: 'Exclusive';
        color: white;
        background-color: #ef1633;
        top: -8px;
        border-radius: 3px;
        right: -8px;
        position: absolute;
        padding: 1px 3px;
        font-size: 13px;
    }
}

.bonus-field:hover{
    color: #09aa3e;
    letter-spacing: 3px;
    border: 1px dashed #09aa3e;
}

.bonus-highlight,
.bonus b{
    font-family: "Roboto", sans-serif;
    color: #09aa3e;
    font-size: 28px;
    font-weight: 900;
}

@media screen and ( min-width: 920px ) and ( max-width: 1120px ){
    .play-now{
        font-size: 12px!important;
    }
}

@media screen and ( min-width: 920px ){
    .op-list{
        align-items: flex-start;
    }

    .h1-wrapper{
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .mobile-only{
        display: none!important;
    }
}

@media screen and ( max-width: 919.99px ){
    .desktop-only{
        display: none!important;
    }

    .op-link{
        grid-column-gap: 0!important;
    }

    .op-bonus,
    .op-list,
    .op-button{
        grid-column: 1 / -1;
    }

    .op-score.mobile-only{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    .bonus-field{
        width: calc( 100% - 50px );
    }

    .play-now{
        width: calc( 100% - 50px );
    }

    .img-wrapper{
        border-radius: 0;
    }

    article{
        max-width: 600px;
        height: auto;
    }

    .op-link{
        background: white!important;
        width: 100%;
        display: grid;
        grid-template-columns: 50% 50%!important;
        height: auto;
        text-align: center;
        grid-column-gap: 10px;
    }

    .op-list{
        margin-bottom: 0!important;
    }

    .op-button{
        margin-bottom: 5px!important;
    }

    .op-link>*{
        width: 100%;
        margin-bottom: 20px;
    }

    .bonus{
        padding-left: 22px;
    }

    .bonus,
    .op-list{
        text-align: left;
        width: calc( 100% - 20px );
        display: block;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .op-logo{
        margin-bottom: 0!important;
    }

    .bonus-banner{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
    }

    .op-bonus{
        margin-bottom: 0!important;
    }

    .img-wrapper{
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .score-num{
        padding-top: 3px;
    }

    li{
        padding-left: 15px!important;
        padding-right: 15px!important;
        position: relative;
    }

    li::before{
        left: 5px;
    }

    ul{
        margin-bottom: 10px;
    }

    h1{
        font-size: 20px;
    }

    .play-now{
        font-size: 20px;
    }

    .bonus-field{
        font-size: 20px;
    }
}
