/**
    Version 2
 */
.review-banner-block {
    background: var(--review_banner_bg_color);
    background-image: repeating-linear-gradient(45deg,transparent,transparent 8px,rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 10px);
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
    top: var(--header_height);
    font-size: 1.2em;
    padding: 5px 0;
    border: 1px solid #000;
    left: 0;
    z-index: 99;
    padding: 20px 0;
}

.review-banner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.review-banner-block .column-right .bonus-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-banner-block .column-right h3 {
    /*color: #fff;*/
    font-size: 2.5rem;
    line-height: .9em;
}

.review-banner-block .left-column-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-banner-block .bonus-info .review-banner-button {
    margin: 15px 0!important;
    width: 70%!important;
}

@media screen and (max-width: 484px){
    .review-banner-block .column-right h3 {
        font-size: 2rem;
    }
}

/**
    Version 3
 */

.review-banner-header {
    background: var(--review_banner_bg_color);
    height: auto;
    color: white;
    width: 100%;
    border-top: 2px solid #fcca03;
    border-bottom: 2px solid #fcca03;
    padding: 10px 10px 5px 10px;
    margin-bottom: 15px;
}

.review-banner-header .headerWrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

.review-banner-header .logoWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-banner-header .titleWrapper {
    padding-left: 15px;
}

.review-banner-header .titleWrapper .titleDark {
    font-size: 1.2em;
    text-align: left;
}

.review-banner-header .offersDark {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.review-banner-header .offersDark p {
    font-size: 1.1em;
    line-height: 1.2;
    margin-bottom: 0;
}

.review-banner-header .benefits {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.review-banner-header .benefits-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.review-banner-header .benefits-box svg {
    margin-right: 5px;
}

.review-banner-header .terms-text {
    text-align: center;
    color: #000;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1em;
    list-style: none;
    margin: 0;
    font-size: .75em;
    display: flex;
}



@media screen and (max-width: 520px){
    .review-banner-header .review-banner-button {
        margin: 15px 0!important;
        width: 70%!important;
    }
}

@media screen and (max-width: 830px) {
    .review-banner-header .headerWrapper {
        flex-direction: column;
    }

    .review-banner-header .benefits {
        display: none;
    }

    .review-banner-header .offersDark {
        padding-bottom: 10px;
    }
}

/**
    Version 4
 */

.review-banner-panel {
    margin-bottom: 15px;
}

.panel-container {
    /*background: #5b5858;*/
    background: var(--review_banner_bg_color);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.panel-card {
    background-color: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 15px 100px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.panel-card .h1Lead {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    font-style: italic;
    line-height: 1.4;
}

.btn-rating {
    display: flex;
    align-items: center;
    padding: 20px 0px 10px 0px;
}

.table-terms {
    display: flex;
    color: #dadada;
    text-transform: uppercase;
    font-size: 8px;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 810px)   {

    .h1Lead {
        display: none;
    }
    .btn-rating {
        display: none;
    }

    .panel-container {
        padding: 20px 0px 20px 0px;
    }
}


.review-banner-panel .headerWrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #000;
}

.review-banner-panel .logoWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-banner-panel .titleWrapper {
    padding-left: 15px;
}

.review-banner-panel .titleWrapper .titleDark {
    font-size: 1.2em;
    text-align: left;
}

.review-banner-panel .offersDark {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.review-banner-panel .offersDark p {
    font-size: 1.1em;
    line-height: 1.2;
    margin-bottom: 0;
}

.review-banner-panel .benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review-banner-panel .benefits-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.review-banner-panel .benefits-box svg {
    margin-right: 5px;
}

.review-banner-panel .terms-text {
    text-align: center;
    color: #939598;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1em;
    list-style: none;
    margin: 0;
    font-size: .75em;
    display: flex;
}



@media screen and (max-width: 520px){
    .review-banner-panel .review-banner-button {
        margin: 15px 0!important;
        width: 70%!important;
    }
}

@media screen and (max-width: 830px) {
    .review-banner-panel .headerWrapper {
        flex-direction: column;
    }

    .review-banner-panel .benefits {
        display: none;
    }

    .review-banner-panel .offersDark {
        padding-bottom: 10px;
    }r
}

/**
    Bottom Casino Row
 */
.bottom-casino-row-container {
    position: fixed;
    z-index: 11;
    left: 0;
    bottom: -100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    background-color: #9d9c9c;
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px -1px 8px;
}

.bottom-casino-row-container > div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80%;
}

.bcr-img-container {
    height: 100%;
}
.bcr-img-container img{
    height: 100%;
    object-fit: contain;
}

.bcr-rating-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bcr-rating-container span {
    font-size: 1.2rem;
}

.bcr-bonus-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.5rem;
}

.bcr-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bcr-button-container > .main-cta {
    margin-bottom: 5px;
    width: unset;
    padding: 0 15px;
    white-space: nowrap;
}

.bcr-button-container > .main-cta::after {
    transform: translateX(-95%);
}

@media screen and (max-width: 991px){
    .bcr-img-container,
    .bcr-rating-container,
    .bcr-bonus-container {
        display: none;
    }

    .bcr-button-container {
        width: 100%;
    }
    .bcr-button-container > .main-cta {
        width: 70%!important;
    }
}