#create-review-preview {
    position: relative;
    overflow: hidden;
}
/* The warm page glow behind this hero is global — see body::before in global.css. */
#create-review-preview .box {
    padding: 50px 0;
    display: flex;
}
#create-review-preview .box .left {
    display: flex;
    flex-direction: column;
    flex-basis: calc(100% - 478px);
    padding-top: 15px;
    padding-right: 60px;
}
#create-review-preview .box .right {
    width: 478px;
    flex-basis: 478px;
}
#create-review-preview .box .left .title {
    font-size: 56px;
    font-weight: 800;
    line-height: 64px;
    text-transform: capitalize;
    margin-top: 16px;
}
#create-review-preview .box .left .description {
    margin-top: 18px;
}
#create-review-preview .box .left .panel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
#create-review-preview .box .left .panel > a {
    text-decoration: unset;
}
#create-review-preview .box .left .panel .create_review {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 8px;
    background: var(--color-btn);
    color: var(--color-text-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 10px;
}
#create-review-preview .box .left .panel .to_site {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    color: var( --color-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
#create-review-preview .box .right .gallery .gallery-swiper {
    width: 100%;
    height: 303px;
}
#create-review-preview .box .right .gallery .gallery-swiper .swiper-slide {
    background-color: var(--color-bg);
}
#create-review-preview .box .right .gallery .gallery-swiper img {
    border-radius: 16px;
}
/* The lightbox anchor and <picture> are pass-through wrappers around the slide
   image: make them fill the slide so the img's width/height:100%
   (plugins/swiper.css) keeps resolving against the slide's fixed height. */
#create-review-preview .box .right .gallery .gallery-lightbox,
#create-review-preview .box .right .gallery picture {
    display: block;
    width: 100%;
    height: 100%;
}
#create-review-preview .box .right .gallery-swiper-bar {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
#create-review-preview .box .right .gallery-swiper-bar .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
#create-review-preview .box .right .gallery-swiper-bar .swiper-slide-thumb-active {
    opacity: 1;
}
#create-review-preview .box .right .gallery-swiper-bar .swiper-slide img {
    height: 72px;
}

@media (max-width: calc(991px + 30px)) {

    #create-review-preview .box .left {
        flex-basis: calc(100% - 317px);
        padding-right: 40px;
    }
    #create-review-preview .box .left .title {
        font-size: 32px;
        line-height: 40px;
    }
    #create-review-preview .box .left .description {
        margin-top: 10px;
    }
    #create-review-preview .box .left .panel {
        margin-top: 30px;
    }
    #create-review-preview .box .right {
        width: 317px;
        flex-basis: 317px;
    }
    #create-review-preview .box .right .gallery .gallery-swiper {
        height: 200px;
    }
    #create-review-preview .box .right .gallery-swiper-bar .swiper-slide img {
        height: 46px;
    }
}

@media (max-width: 768px) {

    #create-review-preview .box {
        padding: 35px 0;
    }
    #create-review-preview .box .left {
        flex-basis: calc(100% - 230px);
        padding-right: 20px;
    }
    #create-review-preview .box .right {
        width: 230px;
        flex-basis: 230px;
    }
    #create-review-preview .box .right .gallery .gallery-swiper {
        height: 185px;
    }
    #create-review-preview .box .right .gallery-swiper-bar .swiper-slide img {
        height: 42px;
    }
}
@media (max-width: 635px) {

    #create-review-preview .box {
        flex-direction: column;
    }
    #create-review-preview .box .left {
        flex-basis: auto;
        width: 100%;
        padding-right: 0;
    }
    #create-review-preview .box .right {
        flex-basis: auto;
        width: 100%;
        max-width: 480px;
        margin: 40px auto 0;
    }
    #create-review-preview .box .right .gallery .gallery-swiper {
        height: 250px;
    }
    #create-review-preview .box .right .gallery-swiper-bar .swiper-slide img {
        height: 62px;
    }
}

@media (max-width: 480px) {

    #create-review-preview .box {
        padding: 25px 0;
    }
    #create-review-preview .box .left .panel .create_review,
    #create-review-preview .box .left .panel .to_site {
        padding: 8px 15px;
    }
    #create-review-preview .box .right .gallery .gallery-swiper {
        height: 226px;
    }
    #create-review-preview .box .right .gallery-swiper-bar .swiper-slide img {
        height: 54px;
    }

}
