/* single review */

/* =========================
   ROOT
========================= */

:root {
    --breakpoint-xxl: 1920px;
    --breakpoint-xl: 1440px;
    --breakpoint-lg: 1280px;
    --breakpoint-md: 1024px;
    --breakpoint-m: 992px;
    --breakpoint-m-down: 991px;
    --breakpoint-sm: 768px;
    --breakpoint-xs: 512px;
    --breakpoint-xxs: 375px;
}

/* =========================
   HERO BASE
========================= */

.single-review__container {
	padding-bottom: 60px;
}

.single-review__hero {
    background-color: var(--cr-hero-bg-color, #f1f5f8);
    background-image: var(--cr-hero-bg-img);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: clamp(20px, 12.9577464789px + .0187793427 * 100vw, 40px);
    padding: 20px 0;
}

@media (min-width: 992px) {
    .single-review__hero {
        padding: 40px 0;
    }
}

.single-review__hero-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 992px) {
    .single-review__hero-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
}

.single-review__hero .breadcrumbs {
    margin-bottom: 24px;
}

.single-review__hero .breadcrumbs p {
    color: var(--cr-breadcrumbs-color, var(--sk-color-text, #000));
}

.single-review__hero .breadcrumbs p a,
.single-review__hero .breadcrumbs p span {
    color: inherit;
}

.single-review__rating span {
    color: var(--cr-hero-text-color, var(--sk-color-text, #000));
    font-size: var(--sk-text-base-size);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.single-review__rating {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.single-review__stars, .single-review__stars-wrapper {
    align-items: center;
    display: flex;
}

.single-review__stars-wrapper {
    gap: 8px;
}

.single-review__terms {
    color: var(--cr-hero-tc-text-color, #5d5d5d);
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 24px;
}

/* =========================
   HERO FOURTH
========================= */

.single-review__hero.fourth .single-review__hero-wrapper {
    flex-direction: column;
    gap: 16px;
}

.single-review__hero.fourth .single-review__title-wrap {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    max-width: none;
}

.single-review__hero.fourth .single-review__title-wrap h1 {
    color: var(--cr-hero-text-color, var(--sk-color-text, #000));
    margin-bottom: 0;
}

.single-review__hero.fourth .single-review__rating-value {
    font-size: var(--sk-text-h6);
}

.single-review__hero.fourth .single-review__author {
    margin-bottom: 8px;
}

.single-review__hero.fourth .single-review__author-img {
    height: 56px;
    width: 56px;
}

.single-review__hero.fourth .single-review__offer {
    align-items: center;
    max-width: none;
    padding: 32px;
}

@media (min-width: 992px) {
    .single-review__hero.fourth .single-review__offer {
        flex-direction: row;
    }
}

.single-review__hero.fourth .single-review__logo {
    margin-bottom: 0;
}

.single-review__hero.fourth .single-review__bonus {
    color: var(--sk-color-text) !important;
    font-size: var(--sk-text-h4) !important;
    margin: 0 auto !important;
}

.single-review__hero.fourth .single-review__terms {
    font-size: var(--sk-text-2xs);
    margin-top: 16px;
    text-align: center;
}

.single-review__hero.fourth .single-review__btn-wrapper {
    margin-left: 0;
}

.single-review__hero.fourth .toggle-text {
    margin-bottom: 8px;
}

/* =========================
   COMMON COMPONENTS
========================= */

.single-review__logo {
    background-color: var(--cas-logo-bg-color);
    border-radius: 4px;
    display: flex;
    margin-bottom: 24px;
    max-width: 130px;
}

.single-review__logo img {
    max-width: 100%;
    padding: 22px 20px;
    width: 100%;
}

.single-review__bonus {
    color: var(--cr-hero-text-color, var(--sk-color-text, #000)) !important;
    font-family: var(--sk-font-primary);
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}

.single-review__cta-wrapper {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.single-review__cta-code {
    align-items: center;
    background-color: #fff;
    border: 1px dashed var(--sk-color-primary);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 7px;
    transition: all .4s ease-in-out;
    width: 153px;
}

.single-review__features {
    align-items: center;
    display: flex;
    gap: 14px;
    width: 100%;
}

.single-review__features-item {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 2px;
}

.single-review__offer {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px 32px;
    width: 100%;
}

@media (min-width: 992px) {
    .single-review__offer {
        max-width: 420px;
    }
}

.single-review__btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.single-review__content {
    padding-bottom: clamp(20px, 5.9154929577px + .0375586854 * 100vw, 60px);
}

.single-review__content.not-cas {
    padding-bottom: 0 !important;
}

.single-review__author {
    align-items: center;
    display: flex;
    gap: 6px;
}

.single-review__author, .single-review__author a {
    color: var(--cr-hero-text-color, var(--sk-color-text, #000));
}

.single-review__author-time svg path {
    stroke: var(--cr-hero-text-color, var(--sk-color-text, #000));
}

.single-review__author-img {
    border-radius: 100%;
    height: 48px;
    width: 48px;
}

.single-review__title-wrap {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.single-review__inner {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 992px) {
    .single-review__inner {
        gap: 80px;
        grid-template-columns: 1fr 300px;
    }
}

.single-review__inner.no-sidebar {
    grid-template-columns: 1fr;
}

.single-review__sidebar {
    padding-bottom: 40px;
}

.single-review__sidebar.is-sticky {
    position: sticky;
    top: 120px;
    height: fit-content;
}

.single-review__offer-unavailable {
    color: var(--cr-hero-text-color, var(--sk-color-text, #000));
    display: flex;
    flex-direction: column;
    align-items: center;
	font-size: 24px;
}

.single-review__offer-unavailable .cross {
	margin-bottom: 8px;
}

.single-review__offer-unavailable .no-link {
	font-weight: 500;
}

.single-review__author-time {
	display: flex;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
}