
#review-hero {
    position: relative;
    padding: 20px 0 40px;
    color: #ffffff !important;
}

#review-hero .reviews-hero-description{
    margin-top: 0; 
    margin-bottom: 30px !important;
}

#review-hero  .bonus-hero-cards {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
}

#review-hero .reviews-hero-description a {
    color: #acacb5;
    text-decoration: underline;
}

#review-hero .reviews-hero-description .tooltiptext a {
    color: #573B97;
}

@media screen and (min-width: 992px) {
    #review-hero .reviews-hero-description a:hover {
        text-decoration: none;
    }
}

#review-hero .reviews-hero-description + .sp-available-row {
    margin-top: 0 !important;
}

.review-hero__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.review-hero-bet-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 22px 12px;
}

.review-hero-bet-card .rhbc-logo img {
    height: 72px;
    object-fit: contain;
}

@media print, screen and (min-width: 64em) {
    .review-hero-bet-card {
        padding: 22px;
        max-width: 24.375rem;
        margin-left: auto;
    }
}


.review-hero__left .info-link {
    color: #9797B2;
}

.review-hero__left .info-link svg {
    fill: #9797B2;
}

@media screen and (min-width: 992px) {
    .review-hero__left .info-link:hover {
        color: #ffffff;
    }

    .review-hero__left .info-link:hover svg {
        fill: #ffffff;
    }
}

.review-hero__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.review-hero__top-rate-large {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #FFC107;
}

.review-hero__top-rate-large .star-rate__text {
    margin-right: 32px;
}

.review-hero__top-rate-large .star-rate__five svg {
    height: 22px;
    width: auto;
}


.reviews-rate-details__cont {
    display: none;
}

@media print, screen and (min-width: 64em) {
    .reviews-rate-details__cont {
        display: block;
    }
}

.reviews-rate-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0 24px 0;
}

@media print, screen and (min-width: 64em) {
    .reviews-rate-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 4px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 24px;
    }
}

.reviews-rate-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0;
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .reviews-rate-line {
        width: 45%;
    }
}

@media print, screen and (min-width: 64em) {
    .reviews-rate-line {
        width: 40%;
    }
}

.reviews-rate-line__text {
    margin-right: 20px;
    color: #9797B2;
}

.reviews-rate-line__rate {
    opacity: .5;
}

.reviews-rate-line__rate svg {
    fill: #ACACB5;
    stroke: #ACACB5;
}


.reviews-hero-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
}

.reviews-hero-footer a {
    display: block;
    margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
    .reviews-hero-footer a:hover {
        color: #ffffff;
    }

    .reviews-hero-footer a:hover svg {
        fill: #ffffff;
    }
}

@media print, screen and (min-width: 40em) {
    .reviews-hero-footer a {
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 40em) {
    .reviews-hero-footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.reviews-hero-footer .reviews-hero-footer__flag {
    color: #ffffff;
}


.reviews-hero-bz-mb {
    margin-bottom: 24px;
}

.reviews-hero-description {
    margin: 40px 0;
    color: #acacb5 !important;
}

.odds-archive-post .reviews-hero-description, .odds-competition-post .reviews-hero-description {
    margin-bottom: 0;
}
@media screen and (max-width: 992px) {
    .reviews-hero-description {
        margin: 24px 0;
    }
}