<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

.style {
    list-style-type: none;
    margin-left: 0;
}

.style-1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0 10px 10px!important;
}


.style-1.disable-casino-name .sb-item{
    height: 360px;
}

.style-1.disable-casino-name .sb_title{
    margin: 5px 0;
}

.style-1 li.sb-item {
    width: 300px;
    height: 420px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-left:15px
}

.style-1 .sb_logo {
    border-radius: 50%;
    height: 82px;
    width: 82px;
    border: 4px solid #fff;
    margin: -42px auto auto;
    z-index: 999;
    position: relative;
    background-size: 100% 100%;
}

.style-1 .sb_wrapper {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.style-1 .sb_bg {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 170px;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

.style-1 .sb_brand {
    margin-top: 11px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #535353;
}

.style-1 .sb_title {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #000000;
    /*max-height: 90px;*/
    /*overflow: hidden;*/
}

.style-1 .sb_ref {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: #FF5722;
    border-radius: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 200px;
    line-height: 40px;
    display: block;
    margin: auto;
}
/*style-2*/
.style-2 .sb-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #D0D0D0;
    position: relative;
    padding: 11px;
    margin-bottom: 5px;
}

.style-2 .sb_left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 12px;
    width: 200px;
}

.style-2 .sb_right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.style-2 .sb_time{
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #555555;
    margin-top: 14px;
}

.style-2 .sb_time div{
    margin-bottom: 5px;
}


.style-2 .sb_tags span{
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 10px;
    color: #4F4F4F;
    display: inline-block;
    border: 1px dashed #4F4F4F;
    padding: 4px;
    margin-bottom: 11px;
    text-transform: uppercase;
    margin-right: 14px;
}


.style-2 .sb_title {
    margin-bottom: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 17px;
    color: #1A0DAB;
}

.style-2 .sb_title:hover {
    text-decoration: underline;
    color: #1A0DAB;
}

.style-2 .sb_title:visited {
    color: #609;
}


a.sb_wrapper:visited + .sb_left + .sb_right .sb_title{
    color: #609;
}

.style-2 .sb_desc {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 13px;
    color: #555555;
    margin-top: 14px;
}

.style-2 .sb_footer {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 10px;
    color: #000000;
    text-align: right;
    bottom: 10px;
    right: 10px;
    position: absolute;
}
.style-2 .sb_footer a {
    text-decoration-line: underline;
}
.style-2 .sb_img_wrapper {
    text-align: center;
}
.amp-wp-content &gt; .style.style-1{
    white-space: nowrap;
    display: block;
    overflow: scroll;
}
.amp-wp-content &gt; .style.style-1 &gt; li{
    display: inline-block;
}
/*Media*/

@media screen and (max-width: 500px){
    .style-2 .sb_time{
        margin-left: 20px;
        margin-top: 0;
        min-width: 145px;
    }
    .style-2 .sb-item{
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .style-2 .sb_left {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin: auto auto 15px;
    }

    .style-2 .sb_article{
        order: 1;
    }

    .style-2 .sb_tags{
        order: 2;
        text-align: center;
        margin-bottom: 20px;
    }
    .style-2 .sb_tags span{
        margin: auto;
    }
    .style-2 .sb_tags span + span{
        margin-left: 14px;
    }
    .style-2 .sb_footer{
        order: 3;
    }
    .style-2 .sb_img_wrapper {
        margin: auto;
    }
    .style-2 .sb_title {
        text-align: center;
    }
}</pre></body></html>