header {
    background: var(--review-header-background);
}

#newmenu {
    background: var(--review-subheader-background);
}

.header__content {
    padding: 20px 0;
}

.sticky-wrapper {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header__content .logo {
    min-height: auto;
}

.logo__img {
    height: auto !important;
    width: 266px;
}

body {
    background: #fff;
}

.rate {
    width: 108px;
    height: 20px;
    margin: 0 !important;
    background: url(/img/commons/new_stars_empty.svg);
}

.rate-bar {
    background: url(/img/commons/new_stars_full.svg);
}

.inner-page:not(.customized-breadcrumb) .main-wrapper {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 40px;
}

.inner-page.container .author-byline-wrapper {
    margin: 0;
}

.casino-review__container {
    padding-inline: 0;
}

.author-byline-wrapper_main h1 {
    text-align: left;
    line-height: 40px;
    margin-top: 0;
}

.container {
    padding-right: 12px;
    padding-left: 12px;
    background-color: inherit;
}

.text-block {
    margin-inline: 0;
    max-width: 100%;
}

.casino-details {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}

.newmenu-container .newmenu-level.level1 > ul {
    justify-content: center;
    gap: 10px;
}

.newmenu-container .newmenu-level.level1 li.hassub > a > span::after {
    top: 55%;
    right: unset;
    margin-left: 5px;
}

.newmenu-container .newmenu-level.level1 > ul > li.hassub > a {
    padding-right: 20px;
}

.author-byline-container .author-byline .author-name {
    font-size: 18px;
    line-height: 25px;
}

.byline-updated-time,
.author-byline-container.single-author .byline-updated-time,
.single-author .byline-updated-time {
    font-size: 18px;
    line-height: 25px;
}

.tops-banner-content .author-byline-container.single-author .author-byline .author-photo img,
.author-byline-container.single-author .author-byline .author-photo img {
    border: 0.5px solid rgba(99, 99, 99, 1);
}

.banner-wrapper {
    background: var(--review-banner-linear-gradient);
    color: #5fedb4;
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.review-no--cta.banner-wrapper{
    padding-inline: 0;
}

.brand-review-points{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #AECAFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 20px;
}

.brand-review-points ul {
    padding: 0;
    margin: 0;
    width: fit-content;
}

.brand-review-points ul li {
    list-style: none;
    padding-left: 19px;
    position: relative;
    margin-bottom: 10px;
}

.brand-review-points ul li:last-child {
    margin-bottom: 0;
}

.brand-review-points ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 11px;
    height: 14px;
    background: url(/img/commons/gr2/icon_pointers_fold.svg) no-repeat center;
    background-size: contain;
}

.banner-wrapper .brand-review-wrap {
    display: flex;
    width: calc(100% * 2/3);
    padding-block: 11px;
    flex-grow: 1;
}

.review-no--cta.banner-wrapper .brand-review-wrap {
    flex-grow: unset;
    max-width: 599px;
}

.banner-wrapper .brand-review-wrap .brand-review-image {
    padding-inline: 27px 54px;
    align-self: center;
}

.review-no--cta.banner-wrapper .brand-review-wrap .brand-review-image {
    width: 58.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.brand-review-wrap .brand-review-image img {
    height: auto;
    width: 282px;
}

.review-no--cta.banner-wrapper .brand-review-wrap .brand-review-image img {
    margin: 0;
}

.banner-wrapper .brand-review-wrap .brand-review-ratings {
    position: relative;
    padding-inline: 30px;
    align-self: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #fff;
    color: var(--review-rating-colors);
    gap: 10px;
    flex-grow: 1;
}

.review-no--cta.banner-wrapper .brand-review-wrap .brand-review-ratings {
    flex-grow: unset;
    width: 41.4%;
    min-width: 204px;
}

.review-no--cta.banner-wrapper .brand-review-wrap .brand-review-ratings{
    border-right: 1px solid #fff;
}

.brand-review-wrap .brand-review-ratings .rating-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.brand-review-wrap .brand-review-ratings .rating-note > span {
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    color: #fff;
}

.brand-review-ratings .rating-note .voterRatings #voteinfo {
    position: absolute;
    bottom: 17px;
    width: 120%;
    font-size: 12px;
    left: -25px;
    display: none !important;
}

.banner-wrapper .brand-review-cta {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: calc(100%/3);
}

.review-no--cta.banner-wrapper .brand-review-cta {
    width: 100%;
    max-width: 421px;
}

.banner-wrapper .brand-review-cta > a {
    color: var(--review-bonus-colors);
    text-decoration: none;
}

.banner-wrapper .brand-review-cta .brand-review-bonus {
    display: grid;
    justify-items: center;
    padding-inline: 3%;
}

.banner-wrapper .brand-review-cta .brand-review-bonus svg path {
    fill: var(--review-bonus-colors);
    stroke: var(--review-bonus-colors);
}

.brand-review-cta .brand-review-bonus > span:first-child {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.brand-review-cta .brand-review-bonus > span:last-child {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
    text-transform: lowercase;
}

.banner-wrapper .brand-review-cta .brand-review-button {
    padding-inline: 3%;
    margin-top: auto;
    margin-bottom: 20px;
}

.banner-wrapper .brand-review-cta .brand-review-button > a {
    font-size: 18px;
    border-color: var(--review-button-background);
    background-color: var(--review-button-background);
    box-shadow: 0 5px 0 0 var(--review-button-shadow);
    font-weight: 800;
    display: grid;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    grid-template-columns: 2fr 0fr;
    position: relative;
    padding: 16px 18.5px 16px 44.5px !important;
    gap: 10px;
    text-transform: uppercase;
    margin: 0 auto;
}

.banner-wrapper .brand-review-cta .brand-review-button > a img {
    visibility: hidden;
    max-width: unset;
    float: right;
}

.banner-wrapper .brand-review-cta .brand-review-button > a:hover img {
    visibility: visible;
}

.casino__name {
    font-size: 30px;
    line-height: 40px;
}

.casino__description {
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

.text-block.fpts {
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.casino-details__title {
    text-align: left;
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 30px;
}

.casino-advantages {
    margin: 0 0 20px;
    padding: 0;
    max-width: 100%;
}

.casino-advantages .casino-advantages__item svg path {
    fill: var(--review-key-points-fill);
}

.casino-advantages__text {
    line-height: 24px;
    font-weight: 700;
}

.casino-title-container {
    width: 100% !important;
    margin-inline: 0 !important;
}

.brand-info-table {
    border-radius: 6px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.brand-info-table .brand-info-title {
    padding: 20px 30px;
    color: #fff;
    font-size: 21px;
    background: var(--review-infotable-header-background);
    line-height: 31px;
    font-weight: 700;
    text-transform: capitalize;
}

.brand-info-table ul {
    padding: 0;
    margin: 0;
}

.brand-info-table ul li {
    list-style-type: none;
    padding: 16px 30px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    border-bottom: 1px solid #e8e8e8;
}

.brand-info-table ul li:first-child,
.brand-info-table ul li:last-child {
    border: none;
}

.brand-info-table ul li > span {
    min-width: 160px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

.brand-info-table .brand-info-title img {
    margin-right: 5px;
    margin-top: -3px;
}

.brand-info-table ul li > span img {
    margin-top: -3px;
    margin-right: 10px;
}

.brand-info-table .brand-info {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.brand-info-table .brand-info.brand-bonus {
    font-weight: 700;
}

.brand-info-table .brand-info.brand-bonus a {
    color: inherit;
    text-decoration: underline;
}

.brand-info-table .brand-info.brand-bonus span {
    font-weight: 400;
}

.brand-info-table .brand-info.website a {
    font-weight: 700;
    color: #1073e6 !important;
}

@media (max-width: 1727px) {
    .casino__name {
        font-size: 24px !important;
        line-height: 36px;
    }
}

@media (max-width: 991px) {
    .casino-advantages,
    .casino-advantages__item:nth-child(3),
    .casino-advantages__item:nth-child(4) {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .author-byline-wrapper:has(.gr2) .byline-updated-time {
        margin-block: 5px 3px;
    }
}

@media (max-width: 890px) {
    .banner-wrapper:not(.review-no--cta) .brand-review-wrap .brand-review-image {
        padding-inline: 5%;
    }

}

@media (max-width: 820px) {
    .inner-page.container:not(.customized-breadcrumb) {
        padding: 30px;
    }
    .banner-wrapper {
        gap: 10px;
        flex-direction: column;
    }
    .banner-wrapper .brand-review-cta {
        width: 100%;
    }
    .banner-wrapper .brand-review-wrap {
        position: relative;
        width: 100%;
    }
    .banner-wrapper .brand-review-wrap .brand-review-image {
        padding-inline: 5%;
        width: 52.5%;
    }
    .banner-wrapper .brand-review-wrap .brand-review-ratings {
        width: 50%;
        padding-inline: 3%;
    }
    .brand-review-wrap .brand-review-ratings .rating-note > span {
        font-weight: 700;
    }
    .brand-review-wrap .brand-review-ratings .rating-note .rate {
        transform: unset;
    }
    .banner-wrapper .brand-review-wrap .brand-review-ratings {
        font-weight: 400;
        color: #fff;
    }
    .casino-details__title {
        text-align: center;
        font-size: 22px;
        line-height: 33px;
    }
    .casino__description {
        text-align: left;
    }
    .author-byline-wrapper_main h1 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 855px) and (min-width: 767px) {
    .review-no--cta.banner-wrapper {
        flex-direction: row;
    }

    .review-no--cta.banner-wrapper .brand-review-wrap{
        max-width: 408px;
    }

    .review-no--cta.banner-wrapper .brand-review-cta {
        flex-grow: 1;
    }
}

@media (max-width: 767px) {
    header {
        height: auto;
    }
    header .header__content {
        height: auto;
        padding-block: 10px;
    }

    .review-no--cta.banner-wrapper .brand-review-wrap .brand-review-image,
    .review-no--cta.banner-wrapper .brand-review-wrap .brand-review-ratings {
        min-width: unset;
        width: 50%;
    }

    .review-no--cta.banner-wrapper .brand-review-cta{
        max-width: unset;
    }

    .review-no--cta.banner-wrapper .brand-review-wrap .brand-review-ratings {
        border-right: none;
    }

    .review-no--cta.banner-wrapper {
        padding-inline: 20px;
    }

    .brand-review-points{
        padding-inline: 0;
    }

    .review-no--cta.banner-wrapper .brand-review-cta{
        width: 100%;
    }
}

@media (max-width: 600px) {
    .tops-banner-content .author-byline-container.single-author .author-byline .author-photo img,
    .author-byline-container.single-author .author-byline .author-photo img {
        height: 52px;
        width: 51px;
    }

    .brand-review-wrap .brand-review-image img {
        margin-left: 10%;
        margin-bottom: 10px;
        width: auto;
    }
}

@media (max-width: 527px) {
    .inner-page.container:not(.customized-breadcrumb) {
        padding: 20px;
    }
    .banner-wrapper .brand-review-wrap .brand-review-ratings {
        text-align: left;
        gap: 3px;
    }
    .brand-review-wrap .brand-review-ratings .rating-note {
        gap: 2px;
        justify-content: flex-start;
    }
    .brand-review-wrap .brand-review-ratings .rating-note > span {
        font-size: 21px;
        line-height: 31px;
    }
    .brand-review-wrap .brand-review-ratings .rating-note .voterRatings {
        transform: scale(0.8) translateX(-10px);
    }
    .brand-info-table ul li > span,
    .brand-info-table .brand-info {
        font-size: 16px;
        line-height: 24px;
    }
    .brand-info-table ul li,
    .brand-info-table .brand-info-title {
        padding-inline: 20px;
    }

    .review-no--cta.banner-wrapper .brand-review-wrap .brand-review-ratings{
        padding-inline: 16px 0;
    }
}

@media (max-width: 490px) {
    .inner-page:not(.customized-breadcrumb) .main-wrapper {
        padding-inline: 20px;
    }

    .brand-review-wrap .brand-review-image img {
        margin-left: 5%;
        margin-bottom: 0;
        width: 100%;
    }
}

@media (max-width: 390px) {
    .banner-wrapper {
        padding: 10px;
    }
    .banner-wrapper .brand-review-wrap .brand-review-image {
        padding-left: 8px;
    }
    .banner-wrapper .brand-review-wrap .brand-review-ratings {
        padding-right: 0;
    }
    .brand-review-wrap .brand-review-ratings .rating-note {
        flex-direction: column;
        align-items: flex-start;
    }
    .brand-info-table ul li {
        flex-direction: column;
    }
    .brand-info-table .brand-info {
        margin-left: 30px;
    }
}