.review-banner-key-features-and-title .entry-title {
    font-family: var(--bm-font-family);
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 9px;
}

.review-sidebar-section-wrapper {
    margin-bottom: 34px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.sticky-banner-title {
    font-size: 18px;
    font-family: var(--bm-font-family);
    text-transform: capitalize;
    line-height: 150%;
    color: #1c2642;
    margin-bottom: 4px;
}

.sticky-banner-title p {
    line-height: 20px;
}

.review-sidebar-section-title {
    font-weight: 500;
    font-size: 16px;
    color: #1C2642;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: var(--bm-font-family);
    text-transform: capitalize;
    line-height: 150%;
}

.review-banner-key-features-and-title h1 span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #1c2642;
}

.review-sidebar-section-box {
    background-color: #FFFFFF;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
}

.review-sidebar_regulation-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    align-items: center;
}

.review-sidebar_regulation-wrapper:not(:last-child) {
    border-bottom: 1px solid rgba(227, 226, 226, 0.6);
}

.review-sidebar_regulation-logo {
    width: 100px;
}

.review-sidebar_regulator-label {
    display: block;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.review-sidebar_regulation-text {
    width: 110px;
}

.review-sidebar_regulation-text span {
    display: block;
}

.review-sidebar_regulation-text_title {
    color: #2E364E;
    font-family: var(--bm-font-family);
    padding-right: 15px;
    background: url('../images/author-icon.svg') right 2px no-repeat;
}

.sidebar-review_overall-header-wrapper {
    padding: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E3E2E2;
}

.sidebar-review_overall-logo {
    width: 70px;
}

.sidebar-review_overall-scores {
    font-weight: 700;
    font-size: 22px;
    color: #3C3C3C;
}

.sidebar-review_overall-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 8px;
    font-size: 13px;
    color: #2E364E;
}

.sidebar-review_overall-row:last-child {
    padding-bottom: 15px;
}

.sidebar-review_overall-score {
    font-weight: 700;
}

.sidebar-review_overall-bar {
    width: 100%;
    height: 6px;
    margin-top: 7px;
    background-color: #E3E2E2;
    border-radius: 6px;
}

.sidebar-review_overall-bar div {
    height: inherit;
    background-color: #3CB371;
    border-radius: inherit;
}

.review-sidebar-section-wrapper .sidebar-review_overall-features-list {
    padding: 20px;
    list-style-type: none;
}

.sidebar-review_overall-features-item {
    font-size: 13px;
    font-weight: 400;
    color: #2E364E;
    padding-left: 20px;
    background: url('../images/tick-green.svg') left 4px no-repeat;
    margin-bottom: 12px;
}

.sidebar-review_overall-features-item:last-child {
    margin-bottom: 0;
}

.sidebar-review_table {
    border-collapse: collapse;
    font-size: 14px;
    color: #3C3C3C;
    text-align: left;
}

.sidebar-review_table,
.sidebar-review_table th,
.sidebar-review_table td {
    border: none;
}

.sidebar-review_table th {
    font-size: 12px;
    font-weight: 600;
    padding: 20px 0;
}

.sidebar-review_table td{
    color: #2E364E;
}

.sidebar-review_table td img {
    margin: 0;
    max-width: 65px;
    max-height: 35px;
}

.sidebar-review_table th:nth-child(1),
.sidebar-review_table td:nth-child(1) {
    padding-left: 20px;
    width: 40%;
}

.rtl .sidebar-review_table th:nth-child(1),
.rtl .sidebar-review_table td:nth-child(1) {
    padding-left: unset;
    padding-right: 20px;
}

.sidebar-review_table th:nth-child(2),
.sidebar-review_table td:nth-child(2) {
    width: 30%;
}

.sidebar-review_table th:nth-child(3),
.sidebar-review_table td:nth-child(3) {
    padding-right: 5px;
}

.sidebar-review_table thead tr {
    border-bottom: 1px solid #E3E2E2;
}

.sidebar-review_table tbody tr:first-child td {
    padding-top: 16px;
}

.sidebar-review_table tbody tr:last-child td {
    padding-bottom: 16px;
}

.sidebar-review_facts-list {
    padding: 20px;
    color: #2E364E;
}

.sidebar-review_facts-item {
    display: flex;
    flex-flow: column;
}

.sidebar-review_fact-label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
}

.sidebar-review_fact-value {
    font-size: 13px;
}

.sidebar-review_brand-wrapper {
    padding: 15px 20px 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sidebar-review_brand-logo-link {
    display: block;
    margin-bottom: 13px;
    text-align: center;
    width: 130px;
}

.sidebar-review_brand-logo {
    width: 100%;
}

.sidebar-review_brand-scores {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.sidebar-review_brand-scores span {
    font-family: var(--bm-font-family);
    line-height: 1;
}

.sidebar-review_brand-scores img {
    width: 76px;
    margin-left: 5px;
    margin-top: -3px;
}

.rtl .sidebar-review_brand-scores img {
    margin-left: unset;
    margin-right: 5px;
}

.sidebar-review_brand-read-review-link {
    color: #1C2642;
    text-decoration: underline;
    margin-bottom: 10px;
}

.sidebar-review_brand-title {
    font-size: 20px;
    color: #1C2642;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: center;
}

.sidebar-review_brand-title p {
    margin: 0;
    padding: 0;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.sidebar-review_brand-coupon {
    position: relative;
    width: 190px;
    height: 40px;
    font-size: 12px;
    margin-bottom: 7px;
}

.sidebar-review_brand-coupon .coupon_code {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    color: #1c2642;
    border: 1px dashed #4cdeb3;
    border-radius: 34px;
    padding-left: 10px;
    padding-right: 37px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
}

.sidebar-review_brand-coupon.sidebar-review_brand-not-required-coupon .coupon_code {
    padding-left: 5px;
    padding-right: 5px;
}


.rtl .sidebar-review_brand-coupon .coupon_code {
    padding-left: unset;
    padding-right: 50px;
}

.sidebar-review_brand-coupon span {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF url('../images/tick-green.svg') 55px center no-repeat;
    border: 1px dashed #4cdeb3;
    border-radius: 34px;
    padding-left: 75px;
    text-transform: uppercase;
    line-height: 40px;
    color: #1C2642;
}

.rtl .sidebar-review_brand-coupon span {
    padding-left: unset;
    padding-right: 20px;
}

.sidebar-review_brand-coupon button {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 40px;
    background: #f0f3f7 url('../images/copy-icon.svg') center no-repeat;
    border: none;
    border-radius: 0 20px 20px 0;
}

.sidebar-review_brand-coupon.sidebar-review_brand-not-required-coupon button,
.sidebar-review_brand-coupon.coupon-copied button {
    display: none;
}

.sidebar-review_brand-coupon.coupon-copied span {
    display: block;
}


.sidebar-review_brand-cta-btn {
    display: block;
    width: 190px;
    padding: 14px 19px 12px;
    background-color: #3cb371;
    color: #fff;
    text-transform: uppercase;
    border-radius: 44px;
    letter-spacing: 0.01em;
    font-family: var(--bm-font-family);
    font-size: 15px;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}

.sidebar-review_brand-cta-btn:hover {
    color: #fff;
    text-decoration: none;
}

.sidebar-review_brand-disclaimer-text {
    font-size: 10px;
    color: #888;
}

@media screen and (max-width: 767px) {
    .review-sidebar-section-wrapper.review-sidebar-expanded-section:not(.review-sidebar-no-expanded-section) {
        padding-bottom: 30px;
    }

    .review-sidebar-section-wrapper:not(.review-sidebar-no-expanded-section) {
        margin-bottom: 17px;
        padding-bottom: 7px;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
    }

    .review-sidebar-section-wrapper:not(.review-sidebar-no-expanded-section) .review-sidebar-section-box {
        display: none;
    }

    .review-sidebar-section-wrapper:not(.review-sidebar-no-expanded-section):after {
        content: '';
        position: absolute;
        top: 8px;
        right: 10px;
        width: 13px;
        height: 7px;
        background: url('../images/offer-down.svg') center / cover no-repeat;
        pointer-events: none;
    }

    .review-sidebar-section-wrapper.review-sidebar-expanded-section:after {
        transform: rotate(180deg);
    }

    #bm-review-mobile-sidebar-placement {
        padding-top: 15px;
    }

    .review-sidebar-section-wrapper.review-sidebar-expanded-section .review-sidebar-section-box {
        display: block;
    }

    .sidebar-review_overall-row {
        display: inline-flex;
        width: 50%;
        padding: 0 10px 8px;
    }

    .review-sidebar-not-shown-mobile {
        display: none;
    }
}

/* BANNER */

.review-banner-wrapper h3,
.review-banner-wrapper p,
.review-sticky-banner-wrapper h3,
.review-sticky-banner-wrapper p {
    margin: 0;
    padding: 0;
}

.review-banner-wrapper {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 228px 1fr 230px;
    grid-template-rows: 110px auto auto;
    gap: 5px 0;
    grid-template-areas:
    "logo key-features-and-title coupon-cta"
    "stars-scores-review key-features-and-title coupon-cta"
    "disclaimer disclaimer disclaimer";
    color: #1C2642;
}

.review-banner_brand-logo-link {
    grid-area: logo;
    position: relative;
}

.review-banner_brand-logo-link::after {
    content: '';
    width: 15px;
    height: 18px;
    display: block;
    background: url('../images/check-tik.svg') no-repeat;
    position: absolute;
    top: 15px;
    right: -7px;
}

.review-banner_brand-logo-link img {
    width: 228px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
}

.review-banner_brand-scores {
    grid-area: stars-scores-review;
    margin-top: 12px;
}

.review-banner_brand-scores span {
    font-family: var(--bm-font-family);
    font-size: 17px;
    font-weight: 700;
}

.review-banner_brand-scores img {
    width: 85px;
    margin-left: 6px;
    margin-top: -5px;
}

.rtl .review-banner_brand-scores img {
    margin-left: unset;
    margin-right: 10px;
}

.review-banner_brand-scores a {
    margin-left: 10px;
    font-size: 14px;
    color: #1C2642;
    text-decoration: underline;
}

.review-banner-key-features-and-title {
    grid-area: key-features-and-title;
    padding: 0 40px;
}

.review-banner-key-features-and-title h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.review-banner-key-features-and-title h3 {
    font-size: 32px;
    font-family: var(--bm-font-family);
    text-transform: capitalize;
}

.review-banner-key-features-and-title h3 {
    font-size: 32px;
    font-family: var(--bm-font-family);
    text-transform: capitalize;
}

.review-banner-key-features-and-title p {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.review-banner-key-features-and-title li {
    font-size: 14px;
    color: #2E364E;
    background: url('../images/tick-green.svg') left 5px no-repeat;
    padding-left: 20px;
    margin-bottom: 2px;
    padding-bottom: 0 !important;
}

.review-banner-key-features-and-title li:last-child {
    margin-bottom: 16px;
}

.rtl .review-banner-key-features-and-title li {
    background: url('../images/tick-green.svg') right 5px no-repeat;
    padding-right: 20px;
}

.review-banner_coupon-cta-area {
    grid-area: coupon-cta;
    align-self: center;
}

.review-banner_brand-coupon {
    position: relative;
    width: 230px;
    height: 44px;
    font-size: 13px;
    margin-bottom: 15px;
}

.review-banner_brand-coupon .coupon_code {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #1c2642;
    border: 1px dashed #4cdeb3;
    border-radius: 34px;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 39px;
    letter-spacing: 0.05em;
}

.review-banner_brand-coupon.sidebar-review_brand-not-required-coupon .coupon_code {
    padding-right: 5px;
    padding-left: 5px;
}

.rtl .review-banner_brand-coupon .coupon_code {
    padding-left: unset;
    padding-right: 50px;
}

.review-banner_brand-coupon span {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url('../images/tick-green.svg') 47px center no-repeat;
    border: 1px dashed #4cdeb3;
    border-radius: 34px;
    padding-left: 70px;
    text-transform: uppercase;
    line-height: 44px;
}

.rtl .review-banner_brand-coupon span {
    padding-left: unset;
    padding-right: 70px;
}

.review-banner_brand-coupon button {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 100%;
    background:  #f0f3f7 url('../images/copy-icon.svg') center no-repeat;
    border: none;
    border-radius: 0 20px 20px 0;
}

.review-banner_brand-coupon.sidebar-review_brand-not-required-coupon button {
    display: none;
}

.review-banner_brand-coupon.coupon-copied span {
    display: block;
}

.review-banner-wrapper .review-banner_brand-cta-btn {
    display: block;
    width: 230px;
    height: 44px;
    padding: 14px 0 12px;
    background-color: #3cb371;
    color: #fff;
    text-transform: uppercase;
    border-radius: 44px;
    font-family: var(--bm-font-family);
    font-size: 15px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.01em;
}

.review-banner-wrapper .review-banner_brand-cta-btn:hover {
    text-decoration: none;
}

.review-banner_brand-disclaimer-text {
    grid-area: disclaimer;
    color: #888;
    font-size: 10px;
    line-height: 1.2;
}

@media screen and (max-width: 991px) {
    .review-banner-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 15px 10px;
        grid-template-areas:
            "logo stars-scores-review"
            "key-features-and-title key-features-and-title"
            "coupon-cta coupon-cta"
            "disclaimer disclaimer";
    }

    .review-banner_brand-logo-link img {
        width: 114px;
        height: 55px;
    }

    .review-banner_brand-logo-link::after {
        top: 12px;
        left: 107px;
    }

    .review-banner_brand-scores {
        text-align: right;
    }

    .rtl .review-banner_brand-scores {
        text-align: left;
    }

    .review-banner_brand-scores span {
        font-size: 20px;
    }

    .review-banner_brand-scores a {
        margin: 0;
        display: block;
        width: 100%;
    }

    .review-banner-key-features-and-title {
        padding: 0;
    }

    .review-banner-key-features-and-title h3 {
        font-size: 24px;
    }

    .review-banner_brand-coupon .coupon_code {
        padding-left: 0;
        text-align: center;
    }

    .review-banner_coupon-cta-area {
        display: flex;
        justify-content: space-between;
    }

    .review-banner-wrapper .review-banner_brand-cta-btn, .review-banner_brand-coupon {
        width: 49%;
        height: 38px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 470px) {
    .review-banner-wrapper .review-banner_brand-cta-btn {
        font-size: 13px;
    }

    .review-banner_brand-coupon span {
        line-height: 2.8;
        padding-left: 40px;
        background-position: 23px center;
    }
}

.review-sticky-banner-wrapper {
    position: fixed;
    height: auto;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    padding: 10px 0;
}

.review-sticky-banner-wrapper.drop_shadow {
    filter: drop-shadow(0 25px 20px rgba(0, 0, 0, .08));
    box-shadow: 0 2px 3px #ddd;
}

.review-sticky-banner-wrapper .container {
    display: flex;
    align-items: center;
}

.review-sticky-banner-logo, .review-sticky-banner-logo img {
    max-width: 80px;
    max-height: 40px;
    margin-right: 15px;
    object-fit: cover;
}

.rtl .review-sticky-banner-logo {
    margin-left: 15px;
    margin-right: 0;
}

.review-sticky-banner-title-and-disclaimer {
    width: 60%;
    position: relative;
    margin-right: auto;
}

.rtl .review-sticky-banner-title-and-disclaimer {
    margin-left: auto;
    margin-right: 0;
}

.review-sticky-banner-title-and-disclaimer > p {
    color: #888;
    font-size: 10px;
    line-height: 0.9;
}

.review-sticky-header__logo {
    position: relative;
}

.review-sticky-header__logo::after {
    content: '';
    width: 15px;
    height: 18px;
    display: block;
    background: url('../images/check-tik.svg') no-repeat;
    position: absolute;
    top: 5px;
    right: calc(15px / 2);
}

.rtl .review-sticky-header__logo::after {
    left: unset;
    right: -23px;
}

.review-sticky-banner_brand-coupon {
    position: relative;
    width: 168px;
    height: 40px;
    font-size: 13px;
    margin-right: 10px;
}

.rtl .review-sticky-banner_brand-coupon {
    margin-left: 10px;
    margin-right: 0;
}

.review-sticky-banner_brand-coupon .coupon_code {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    color: #1c2642;
    border: 1px dashed #4cdeb3;
    border-radius: 34px;
    padding-left: 15px;
    padding-right: 39px;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-sticky-banner_brand-coupon.sidebar-review_brand-not-required-coupon .coupon_code {
    padding-left: 5px;
    padding-right: 5px;
}

.rtl .review-sticky-banner_brand-coupon .coupon_code {
    padding-left: unset;
    padding-right: 50px;
}

.review-sticky-banner_brand-coupon span {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url('../images/tick-green.svg') 47px center no-repeat;
    border: 1px dashed #4cdeb3;
    border-radius: 34px;
    padding-left: 70px;
    text-transform: uppercase;
    line-height: 40px;
}

.review-sticky-banner_brand-coupon button {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 100%;
    background: #f0f3f7 url('../images/copy-icon.svg') center no-repeat;
    border: none;
    border-radius: 0 20px 20px 0;
}

.review-sticky-banner_brand-coupon.sidebar-review_brand-not-required-coupon button,
.review-sticky-banner_brand-coupon.coupon-copied button {
    display: none;
}

.review-sticky-banner_brand-coupon.coupon-copied span {
    display: block;
}

.review-sticky-banner-wrapper .review-sticky-banner_brand-cta-btn {
    grid-area: cta-btn;
    display: block;
    width: 168px;
    height: 38px;
    background-color: #3cb371;
    color: #fff;
    text-transform: uppercase;
    border-radius: 44px;
    font-family: var(--bm-font-family);
    font-size: 15px;
    text-align: center;
    line-height: 38px;
}

.review-sticky-banner-wrapper .review-sticky-banner_brand-cta-btn:hover {
    text-decoration: none;
}

.review-gallery-slider-wrapper {
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    height: 115px;
    gap: 10px;
}

.review-gallery-slider-wrapper a {
    left: unset !important;
    margin: 0 !important;
}

.review-gallery-slider-wrapper a {
    left: unset;
    flex-basis: calc(100% / 4 - (10px * 3 / 4));
    flex-shrink: 0;
    margin: 0;
}

.review-gallery-slider-wrapper img {
    width: 100%;
    height: 115px;
    object-fit: cover;
}

@media screen and (max-width: 1179px) {
    .review-sticky-banner-wrapper .container {
        max-width: 980px;
    }
}

@media screen and (max-width: 991px) {
    .review-gallery-wrapper {
        margin: 0 -15px;
        padding: 0 15px;
    }

    .review-gallery-slider-wrapper {
        overflow-x: scroll;
        height: 90px;
        margin-right: -15px;
        scroll-behavior: smooth;
        gap: 0;
    }

    .review-gallery-slider-wrapper a {
        flex-basis: calc(100% / 2.2 - (10px * 1 / 2.2));
        margin-right: 10px !important;
    }

    .review-gallery-slider-wrapper img {
        height: 90px;
    }

    .review-sticky-banner-wrapper {
        top: initial;
        bottom: 0;
        height: auto;
        padding: 10px;
    }

    .review-sticky-banner-wrapper .container {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5px;
    }

    .review-sticky-banner-title-and-disclaimer {
        margin-top: 10px;
        width: 100%;
        order: 1;
    }

    .review-sticky-banner-title-and-disclaimer .sticky-banner-title,
    .review-sticky-banner-title-and-disclaimer::after {
        display: none;
    }

    .review-sticky-header__logo,
    .review-sticky-banner-logo {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .review-sticky-banner-wrapper .review-sticky-banner_brand-cta-btn,
    .review-sticky-banner_brand-coupon {
        width: 48%;
    }

    .review-sticky-banner-wrapper .review-sticky-banner_brand-cta-btn {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
    }
}

.review-gallery-wrapper h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 12px;
}

#app {
    overflow: hidden;
}
