body.review-template-default .td-crumb-container .entry-crumbs {
    padding: 0;
}

body.review-template-default .td-crumb-container .entry-crumbs * {
    font-weight: 400;
}

.hero * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero {
    width: 100%;
    height: auto;
    background-color: #b31e20;
    color: #fff;
    position: relative;
    border-top: 10px solid #ad1519;
}

.hero > div {
    z-index: 1;
    position: relative;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../svg/roulette.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 0.25;
    pointer-events: none;
}

.review-hero-block__grid {
    display: grid;
    grid-template-columns: 181px 1fr 280px;
    gap: 12px;
    padding: 32px 24px;
    margin: 0px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    transition: all 0.3s ease;
}

.review-hero-block__wrapper.sticky-active {
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 5;
    border-bottom: 1px solid #dd3333;
    background-color: #fff;
    transition: transform 0.5s ease;
}

.review-hero-block__wrapper.sticky-active.sticky-hidden {
    transform: translateY(-100%);
}

.review-hero-block__wrapper.sticky-active .review-hero-block__grid {
    padding: 15.5px 24px;
    margin: 0;
}

body.admin-bar .review-hero-block__wrapper.sticky-active {
    top: 80px;
}

.review-hero-block__wrapper.sticky-active .review-hero-block__grid {
    max-width: 1068px;
    margin: 0 auto;
}

/* Mobile styles */
@media (max-width: 768px) {
    .review-hero-block__wrapper.sticky-active {
        top: 54px;
    }

    body.admin-bar .review-hero-block__wrapper.sticky-active {
        top: 54px;
    }
}

.review-hero-block__col--middle {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 9px 0px;
    margin-right: 4px;
}

.review-hero-block__logo-container {
    margin-bottom: 5px;
}

.review-hero-block__logo {
    width: 100%;
    height: auto;
}

.review-hero-block__rating-container {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    width: fit-content;
    box-shadow: 0 2px 4px 0 #0000000a, 0 0 4px 0 #0000000a;
    border-radius: 50px;
    height: 28px;
    font-family: "Lato";
    font-weight: 600;
    margin-bottom: 12px;
}

.review-hero-block__rating-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.review-hero-block__rating-text {
    font-size: 14px;
    color: #222222;
}

p.review-hero-block__offer-description {
    font-weight: 700;
    font-size: 24px;
    font-family: "Lato", sans-serif;
    color: black;
    margin: 0;
    text-align: left;
    padding-top: 8px;
}

.review-hero-block__coupon-container {
    width: 100%;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-image-source: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='%23BCBCBC' stroke-width='1' stroke-dasharray='8,4'/%3e%3c/svg%3e");
    border-image-slice: 1;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 16px;
    background-color: rgba(255, 255, 255, 0.1);
}

.review-hero-block__coupon-code {
    color: #767676;
    font-size: 13px;
    font-family: Verdana;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0 auto;
}

.review-hero-block__copy-button {
    border-left: 1px dashed #bcbcbc;
    padding: 0;
    text-align: center;
    cursor: pointer;
    width: 90px;
}

.review-hero-block__copy-button span {
    font-family: Verdana;
    font-weight: 400;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: black;
}

.review-hero-block__claim-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #dd3333;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    margin-top: 0;
    height: 48px;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Lato", sans-serif;
}

.review-hero-block__claim-button img {
    width: 16px;
    height: 16px;
}

.review-hero-block__claim-button:hover {
    background-color: #b32323;
    text-decoration: none;
}

.td-main-content-wrap.td-container-wrap {
    padding-bottom: 0;
}

.hero .td-container {
    padding: 0;
}

.hero .td-container-wrap {
    background: none;
    padding: 0;
}

.hero-title {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 0;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    margin: 0px;
    padding: 8px 0px;
}

.hero-description {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #fff;
}

.hero-description p {
    margin: 9px 0px;
    padding: 4px 0px;
}

.hero-updated {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 10px;
}

.hero-info-wrapper {
    display: flex;
    width: 100%;
    gap: 0;
    margin-bottom: 23px;
}

.hero-info-wrapper .post-author-review {
    width: 100%;
}

.hero-info-wrapper .post-author-review .reviewer-popup {
    padding: 14px;
}

.hero-info-wrapper .post-author.reviewer-container {
    padding: 0px;
    max-width: 507px;
    border-right: 1px dashed #fff;
    position: relative;
}

.hero-info-wrapper .post-author-review .post-reviewer {
    padding-bottom: 0px;
    max-width: 507px;
    border-left: none;
    padding-left: 0;
}

.hero-info-wrapper .post-author-review .byline-written,
.hero-info-wrapper .reviewer-container .auth-info > p,
.hero-info-wrapper .reviewer-container .auth-info p a {
    color: #fff;
}

.hero-info-wrapper:not(:has(.hero-info-column:nth-of-type(2)))
    .hero-info-column {
    padding: 0;
    border: none;
}

.hero-info-column {
    width: 50%;
    position: relative;
}

.hero-info-column:first-child {
    border-right: 1px dashed #fff;
    padding-right: 54px;
}

.hero-info-column:last-child {
    padding-left: 0;
}

.hero-info-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hero-avatar {
    width: 48px;
    height: 48px;
    border-radius: 0;
    overflow: hidden;
    flex-shrink: 0;
}

.hero-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-info-text {
    flex: 1;
}

.hero-info-label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
    height: 18px;
}

.hero-info-name {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    margin-right: 0;
    height: 18px;
}

.hero-info-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: 0.9;
    display: inline-block;
    height: 18px;
}

.review {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 0px;
    font-family: "Open Sans", sans-serif;
}

.hero .td-crumb-container {
    margin: 21px 0px 0px 0px;
    padding-top: 0;
    min-height: auto;
}

.td-crumb-container .entry-crumbs {
    font-size: 12px;
    color: #fff;
}

.td-crumb-container .entry-crumb {
    color: #fff;
    text-decoration: none;
}

.td-crumb-container .entry-crumb:hover {
    color: #222;
}

.td-crumb-container .td-bread-sep {
    margin: 0 8px;
    color: #fff;
}

.td-crumb-container .td-bred-no-url-last {
    color: #fff;
    font-weight: 500;
}

.review-content-wrapper {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.review-content-main {
    flex: 1;
}

.review-content-main .mashsb-container:nth-of-type(1) {
    display: none;
}

.review-sidebar {
    width: 324px;
    flex-shrink: 0;
}

.review-sidebar__overview {
    border: 1px solid #ededed;
    background: #f8f8f8;
    padding: 20px;
}

.review-sidebar__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.review-sidebar__rows {
    display: block;
}

.review-sidebar__row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 18.7px;
}

.review-sidebar__row:last-of-type {
    padding-bottom: 0;
}

.review-sidebar__label {
    flex: 0 1 auto;
    white-space: nowrap;
}

.review-sidebar__value {
    flex: 1 1 0;
    min-width: 0;
    white-space: normal;
    word-break: keep-all;
}

.review-sidebar__header {
    color: #000;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: left;
    height: 38px;
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.review-sidebar__table thead tr {
    border-bottom: 20px solid transparent;
}

.review-sidebar__table tbody tr {
    height: 24px;
}

.review-sidebar__table tbody tr:not(:last-child) td {
    padding-bottom: 18.7px;
}

.review-sidebar__label,
.review-sidebar__value {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    padding: 0;
    border: none;
}

.review-sidebar__label {
    text-align: left;
}

.review-sidebar__value {
    text-align: right;
}

.review-sidebar__new-reviews {
    margin-top: 48px;
}

.review-sidebar__new-reviews-header {
    width: fit-content;
    padding: 0px 5px;
    height: 31px;
    background-color: #222222;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.review-sidebar__new-reviews-list {
    margin-top: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.td-main-content li.review-sidebar__new-reviews-item,
li.review-sidebar__new-reviews-item {
    padding-bottom: 26px;
    border-bottom: 1px dashed #ededed;
    margin-top: 16px;
    margin-left: 0;
}

.review-sidebar__new-reviews-item:first-child {
    margin-top: 21px;
}

.td-main-content li.review-sidebar__new-reviews-item:last-child,
li.review-sidebar__new-reviews-item:last-child {
    border-bottom: none;
}

.review-sidebar__new-reviews-item a {
    color: #333;
    text-decoration: none;
    display: block;
}

.review-sidebar__new-reviews-title {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0 0 8px 0;
    color: #222222;
    padding-bottom: 3px;
}

.review-sidebar__new-reviews-author {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0;
    margin: 0;
    color: #222222;
}

.review-sidebar__new-reviews-item a:hover .review-sidebar__new-reviews-title {
    color: #b31e20;
}

.review-sidebar__new-reviews-item a:hover .review-sidebar__new-reviews-author {
    color: #b31e20;
}

.splide__arrow {
    z-index: 0;
}

.review-content-main .review-sidebar__new-reviews {
    display: none;
}

.review-sidebar__new-reviews {
    display: block;
}

@media (max-width: 1020px) {
    .review-content-wrapper {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .hero {
        border-top: none;
    }

    .hero::after {
        background-image: url("../svg/roulette-mobile.svg");
        background-position: right top;
    }

    .review-sidebar {
        width: 100%;
    }
    .review-content-main .review-sidebar__new-reviews {
        display: block;
    }

    .review-sidebar__new-reviews {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .entry-crumbs span.td-bred-no-url-last {
        display: none;
    }

    .entry-crumbs .td-bread-sep:last-of-type {
        display: none;
    }

    .entry-crumbs
        span:first-child
        + .td-bread-sep
        + span.td-bred-no-url-last:last-child {
        display: inline;
    }

    .entry-crumbs span:first-child + .td-bread-sep:nth-of-type(1):last-of-type {
        display: inline;
    }
    body.single-review .td-scroll-up.td-scroll-up-visible {
        display: none !important;
    }
    .post-author-review {
        gap: 8px;
    }
    .review-hero-block__claim-button {
        background-color: #b32323;
    }
    .hero .td-crumb-container {
        margin: 0;
    }
    .review-content-main {
        width: 100%;
    }
    .review {
        padding-top: 10px;
    }
    .review-hero-block__logo {
        max-width: 116px;
    }

    .review-hero-block__grid {
        grid-template-columns: 116px 1fr;
        grid-template-rows: auto;
        gap: 8px;
        padding: 16px;
        transform: translateY(1px);
    }

    .review-hero-block__col--first {
        display: contents;
    }

    .review-hero-block__logo-container {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        justify-self: left;
        align-self: center;
        margin-bottom: 2px;
        min-height: 60px;
    }

    .review-hero-block__rating-container {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        justify-self: left;
        align-self: center;
    }

    .review-hero-block__offer-description {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        justify-content: center;
    }

    .review-hero-block__col--middle {
        display: contents;
    }

    .review-hero-block__col--last {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
    }

    p.review-hero-block__offer-description {
        font-size: 18px;
        text-align: left;
        line-height: 22px;
        padding-top: 0;
    }

    .review-hero-block__coupon-container {
        margin-bottom: 8px;
    }

    .review-sidebar {
        width: 100%;
    }

    .review-sidebar__new-reviews {
        display: none;
    }
    .hero {
        padding: 0px 20px;
    }
    .hero-title {
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
        padding: 8px 0px;
    }
    .hero-info-column:last-child {
        padding-left: 8px;
    }
    .hero-info-column:first-child {
        padding-right: 8px;
    }
    .hero-info-title {
        display: none;
    }
    aside.mashsb-container {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .review-hero-block__wrapper.sticky-active {
        border-width: 2px;
        top: auto !important;
        bottom: 0;
        border-bottom: none;
        border-top: 2px solid #dd3333;
    }

    @keyframes heroMobileSlideUp {
        0% {
            transform: translateY(100%);
        }
        100% {
            transform: translateY(0);
        }
    }

    .review-hero-block__wrapper.slide-up-animation {
        animation: heroMobileSlideUp 0.5s ease-out forwards;
    }

    .review-hero-block__wrapper.sticky-active .review-hero-block__grid {
        padding: 13px 16px;
        gap: 8px;
        grid-template-columns: 1fr 129px;
        align-items: center;
    }
    .review-hero-block__wrapper.sticky-active .review-hero-block__col--last {
        margin-top: 0px;
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .review-hero-block__wrapper.sticky-active
        .review-hero-block__offer-description {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        height: fit-content;
        line-height: 19px;
    }
    .review-hero-block__wrapper.sticky-active .review-hero-block__col--first,
    .review-hero-block__wrapper.sticky-active
        .review-hero-block__rating-container,
    .review-hero-block__wrapper.sticky-active
        .review-hero-block__coupon-container {
        display: none;
    }
    .review-hero-block__wrapper.sticky-active
        .review-hero-block__offer-description {
        padding-top: 0;
    }
    .hero-info-wrapper {
        margin-bottom: 19px;
    }
    .hero-info-wrapper .post-author.reviewer-container {
        max-width: 163px;
    }
}
