/* ===========================================
   CSC Custom Shortcodes — v2.0.0
   =========================================== */

/* ---- Reset nội bộ ---- */
.csc-arr,
.csc-gallery__prev,
.csc-gallery__next,
.csc-gallery__bar,
.csc-gallery__dot-v {
    cursor: pointer;
    font-family: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

/* =========================================================
   2. ARROW ANIMATION
   Giống pattern site hiện tại:
   .arrows-animation-wrapper > .arrows-animation(.revert) >
       .arrow.arrow-one + .arrow.arrow-two
========================================================= */
.csc-arr {
    display: flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    flex-shrink: 0;
}

.csc-arr__label {
    font-family: var(--fontAbhayaLibre);
    font-size: 13.8px;
    line-height: 22px;
}

.arrows-animation-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.arrows-animation {
    display: flex;
    align-items: center;
    gap: 4px;
    transition: transform 0.3s ease;
}

.arrows-animation.revert {
    transform: scaleX(-1);
}

.arrow {
    width: 24px;
    height: 24px;
    /* background: currentColor; */
    position: relative;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.csc-gallery-section__sliders:not(.slick-initialized) {
    max-height: 400px;
    opacity: 0;
}

/* Hover animation */
.csc-arr:hover .arrows-animation:not(.revert) {
    transform: translateX(4px);
}

.csc-arr:hover .arrows-animation.revert {
    transform: scaleX(-1) translateX(4px);
}

/* =========================================================
   3. GALLERY
========================================================= */
.csc-gallery {
    position: relative;
}

.csc-gallery--dark {
    background: var(--darkBrownColor);
    color: var(--whiteColor);
    padding-bottom: 30px;
}

.csc-gallery--light {
    background: #FCF8F3;
    color: var(--blackColor);
    padding-bottom: 30px;
}

/* Header */
.csc-gallery__header {
    display: flex;
    align-items: flex-start;
    padding: 0px 0 40px;
    gap: 40px;
}

.csc-gallery__label {
    margin: 0;
    flex: 1;
    max-width: 471px;
}

.csc-gallery__label.no-description {
    max-width: 100%;
}

.csc-gallery__desc {
    max-width: 620px;
    text-transform: none;
    margin: 0;
}

.csc-gallery--dark .csc-gallery__label *,
.csc-gallery--dark .csc-gallery__desc * {
    color: var(--whiteColor);
}

.csc-gallery--light .csc-gallery__label *,
.csc-gallery--light .csc-gallery__desc * {
    color: var(--blackColor);
}

/* Stage */
.csc-gallery__stage {
    position: relative;
}

/* Vertical dots */
.csc-gallery__dots-v {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.csc-gallery__dots-v .slick-dots {
    padding: 0;
}

.csc-gallery__dots-v li {
    display: block;
}

.csc-gallery__dots-v li::marker {
    content: "";
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.csc-gallery__dot-v {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--whiteColor);
    transition: background .3s;
}

.csc-gallery__dots-v .slick-active .csc-gallery__dot-v {
    background: var(--whiteColor);
}

.csc-gallery__slide {
    position: relative;
    outline: none;
}

.csc-gallery__slide-wrapper {
    position: relative;
}

/* .csc-gallery-section-wrapper:not(.multiple) .csc-gallery__slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .5);
} */

.csc-gallery__slider .slick-list {
    touch-action: pan-y;
}

.csc-gallery__slider:not(.slick-initialized) .csc-gallery__slide {
    overflow: hidden;
    opacity: 0;
}

.csc-gallery__slide .bg-section {
    padding-top: 42.58%;
}

.csc-gallery-section-wrapper.multiple {
    margin: 0 -10px;
}

.csc-gallery-section-wrapper.multiple .csc-gallery-section__slider .csc-gallery {
    padding: 0 10px;
}

.csc-gallery-section-wrapper.multiple .csc-gallery__slide .bg-section {
    padding-top: 115%;
}

.csc-gallery-section-wrapper.variable_width .csc-gallery__slide .bg-section {
    padding-top: 56.25%;
}

.csc-gallery-section-wrapper.variable_width .csc-gallery-section__sliders:not(.slick-slider) {
    max-height: 200px;
    overflow: hidden;
}

.csc-gallery-section-wrapper.variable_width .csc-gallery-section__slider {
    width: 285px;
    height: inherit !important;
}

.csc-gallery-section-wrapper:not(.combine) .csc-gallery__slider {
    pointer-events: none;
}


.csc-gallery__slide img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.csc-gallery__slide_text {
    position: absolute;
    top: 20px;
    left: 20px;
    color: var(--whiteColor);

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: -1;
}


.csc-gallery-section-wrapper.multiple .csc-gallery__slide_text {
    position: unset;
    z-index: 1;
}

.csc-gallery-section-wrapper.multiple .csc-gallery__slide_text * {
    color: var(--blackColor);
}

.csc-gallery-section-wrapper.multiple .csc-gallery__slide_text {
    margin-bottom: 24px;
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.csc-feature-section.upcoming-tournament .csc-gallery-section-wrapper.multiple .csc-gallery__slide_text {
    height: 76px;
}

.csc-feature-section:not(.service) .csc-gallery-section-wrapper.multiple .csc-gallery__slide_text .csc-gallery__slide-title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.csc-feature-section.service .csc-gallery-section-wrapper.multiple .csc-gallery__slide_text .csc-gallery__slide-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.csc-gallery-section-wrapper.multiple .csc-gallery__slide_text:has(.csc-gallery__slide-date) .csc-gallery__slide-title {
    margin-bottom: 5px;
}

.csc-gallery--dark .csc-gallery-section-wrapper.multiple .csc-gallery__slide_text * {
    color: var(--whiteColor);
}

.csc-gallery-section-wrapper .csc-gallery.gallery-content-combine {
    display: flex !important;
    align-items: center;
    gap: 40px;
    padding: 0 0.5px;
}

.csc-gallery-section-wrapper .csc-gallery.gallery-content-combine .csc-gallery__stage {
    flex: 1;
    max-width: 58%;
}

.csc-gallery-section-wrapper .csc-gallery.gallery-content-combine .csc-gallery__stage .csc-gallery__slide .bg-section {
    padding-top: 63.4%;
}

.csc-gallery-section-wrapper .csc-gallery.gallery-content-combine .csc-gallery__slide-content {
    width: 42%;
}

.csc-gallery-section-wrapper .csc-gallery.gallery-content-combine .csc-gallery__slide-content .csc-feature-box__text {
    width: 100%;
    /* max-width: 471px; */
    max-width: 100%;
    flex: 1;
}

.csc-gallery-section-wrapper .csc-gallery__slide .csc-gallery__slide-image {
    position: relative;
}

.csc-gallery--dark .csc-feature-box__title,
.csc-gallery--dark .csc-feature-box__desc {
    color: var(--whiteColor);
}

.csc-feature-box__desc a:not(.btn-style):hover {
    text-decoration: underline;
}

/* Footer nav */
.csc-gallery__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0px;
    gap: 20px;
    position: relative;
}

.csc-gallery__footer .csc-gallery__bars {
    order: 2;
    flex: 1;
}

.csc-gallery__footer .csc-arr--next {
    order: 3;
}

.full-width .csc-gallery__footer {
    padding-left: 16px;
    padding-right: 16px;
}

/* Override arrow label colours per bg */
.csc-gallery--dark .csc-arr {
    color: var(--whiteColor);
}

.csc-gallery--light .csc-arr {
    color: var(--blackColor);
}

/* Progress bars */
.csc-gallery__bars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: auto;
}

.csc-gallery__bars li::marker {
    content: "";
}

.csc-gallery__bars li {
    flex: 1;
    height: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    outline: none;
    box-shadow: none;
}

.csc-gallery__bars li .csc-gallery__bar {
    width: 100%;
    height: 2px;
    background: var(--whiteColor);
    transition: background .3s;
    outline: none;
    box-shadow: none;
}

.csc-gallery__bars li.slick-active .csc-gallery__bar {
    background: var(--brownColor);
}

.csc-gallery--light .csc-gallery__bars li .csc-gallery__bar {
    background: var(--lightBrownColor);
}

.csc-gallery--light .csc-gallery__bars li.slick-active .csc-gallery__bar {
    background: var(--blackColor);
}

/* Animation gallery slider */
/* .csc-gallery {
    transition: min-height .25s ease;
}

.csc-gallery__slider {
    transition: opacity .12s linear;
    will-change: opacity;
} */

.csc-gallery__slider.is-changing {
    opacity: 0;
}

/* =========================================================
   4. FEATURE BOX
========================================================= */
.csc-feature-box {
    display: flex;
    align-items: stretch;
    gap: 40px;
    box-sizing: border-box;
}

.csc-feature-box--left .csc-feature-box__text {
    order: 1;
}

.csc-feature-box--left .csc-feature-box__image {
    order: 2;
}

.csc-feature-box--right .csc-feature-box__image {
    order: 1;
}

.csc-feature-box--right .csc-feature-box__text {
    order: 2;
}

.csc-feature-box__text {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.csc-feature-box__image {
    flex: 1;
}

.csc-feature-box__image .csc-feature-box__image-bg {
    /* padding-top: 63.40%; */
    padding-top: 56.25%;
}

.csc-feature-section.golf-course .csc-feature-box__image {
    max-width: 300px;
    margin: 0px auto;
}

.csc-feature-section.golf-course .csc-feature-box__image .csc-feature-box__image-bg {
    padding-top: 116.67%;
}

.csc-feature-section.golf-course .csc-feature-box {
    justify-content: center;
}

.csc-gallery__label {
    margin-bottom: 30px;
}

.csc-feature-box__text .csc-feature-box__title {
    margin-bottom: 30px;
}

.csc-feature-box__text:has(.csc-feature-box__date) .csc-feature-box__title {
    margin-bottom: 10px;
}

.csc-feature-box__buttons {
    gap: 15px;
    width: 100%;
}

/* SFB Arrows — bên ngoài content box, lớn */
.csc-feature-section__content>.csc-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    color: var(--brownColor);
    transition: color .2s;
    padding: 12px 8px;
}

.csc-feature-section__content>.csc-arr:hover {
    color: var(--lightBrownColor);
}

.csc-feature-section__content>.csc-arr--prev {
    left: -52px;
}

.csc-feature-section__content>.csc-arr--next {
    right: -52px;
}

.csc-feature-section__content>.csc-arr .csc-arr__label {
    display: none;
}

/* =========================================================
   6. FEATURE SECTION
========================================================= */
.csc-feature-section {
    position: relative;
    overflow: hidden;
}

.csc-feature__sliders:not(.slick-slider) {
    max-height: 350px;
    overflow: hidden;
}

.csc-feature-section .csc-feature__slider {
    padding: 0 1px;
}

.csc-feature-section>.csc-gallery {
    margin-bottom: 0;
}

.csc-gallery__footer-wrap {
    position: relative;
    z-index: 3;
}

.csc-feature-section-sfb {
    margin-top: -20px;
    position: relative;
    z-index: 2;
}

.csc-feature-section__content {
    position: relative;
    padding: 40px 0;
}

.csc-feature-section.golf-course .csc-gallery__label text,
.csc-feature-section.activity .csc-gallery__label text {
    max-width: 300px;
    display: block;
}

.csc-feature-section.activity .csc-gallery__desc text {
    max-width: 387px;
}

.hide-on-desktop {
    display: none !important;
}

/* =========================================================
   GALLERY MEDIA
========================================================= */
.csc-gm {
    display: flex;
    gap: 16px;
    width: 100%;
    position: relative;
}

/* ---- Main ---- */
.csc-gm__main-wrap {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.csc-gm__main-wrap::before {
    content: '';
    display: block;
    padding-top: 66.69%;
}

.csc-gm__main-inner {
    position: absolute;
    inset: 0;
}

.csc-gm__main,
.csc-gm__main .slick-list,
.csc-gm__main .slick-track {
    height: 100%;
}

.csc-gm__slide,
.csc-gm__slide-inner {
    height: 100%;
}

/* ---- Arrows ---- */
.crr-box-arrow.csc-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    /* color: var(--whiteColor); */
    color: var(--brownColor);
    transition: background 0.2s;
    /* background: rgba(0, 0, 0, 0.3); */
    border-radius: 50%;
    padding: 8px;
}

.crr-box-arrow.csc-arr:hover {
    /* background: var(--blackColor); */
    background: rgba(0, 0, 0, 0.3);
}

.crr-box-arrow.csc-arr:hover .arrows-animation {
    transform: none !important;
}

.crr-box-arrow.csc-arr:hover .arrows-animation.revert {
    transform: scaleX(-1) !important;
}

.crr-box-arrow.csc-arr--prev {
    left: -52px;
}

.crr-box-arrow.csc-arr--next {
    right: -52px;
}

/* ---- Thumbnails (desktop) ---- */
.csc-gm__thumb-wrap {
    position: relative;
    width: 32%;
    overflow: hidden;
}

.csc-gm__thumb-wrap::before {
    content: '';
    display: block;
    padding-top: 141.717364621%;
}

.csc-gm__thumb-inner {
    position: absolute;
    inset: 0;
    margin: -8px 0;
}

.csc-gm__thumb:not(.slick-initialized) {
    max-height: 0px;
}

.csc-gm__thumb,
.csc-gm__thumb .slick-list,
.csc-gm__thumb .slick-track {
    height: 100% !important;
}

.csc-gm__thumb .csc-gm__thumb-slide {
    height: calc(100% / 2);
    cursor: pointer;
    position: relative;
    border: none;
}

.csc-gm__thumb-image-wrapper {
    height: 100%;
}

.csc-gm__thumb-slide .csc-gm__thumb-image-wrapper {
    padding: 8px 0;
}

.csc-gm__thumb-slide.slick-current .csc-gm__thumb-image {
    opacity: 1;
}

.csc-gm__thumb-slide .csc-gm__thumb-image {
    height: 100%;
    width: 100%;
}

/* =========================================================
   MATTERPORT
========================================================= */
.csc-matterport {
    padding: 50px 0;
}

.csc-matterport__embed {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.csc-matterport__embed::before {
    content: '';
    display: block;
    padding-top: var(--ratio, 42.58%);
}

.csc-matterport__embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .csc-matterport__embed::before {
        padding-top: 75%;
    }

    .csc-matterport {
        padding: 16px 0 40px;
    }

    .csc-gm {
        flex-direction: column;
        gap: 12px;
    }

    /* .csc-gm__main-wrap::before {
        padding-top: 136.857142857%;
    } */

    .csc-gm__thumb-wrap::before {
        display: none;
    }

    .csc-gm__thumb-inner {
        position: relative;
        height: 100%;
        margin: 0 -8px;
    }

    .csc-gm__thumb-slide .csc-gm__thumb-image-wrapper {
        position: relative;
        padding: 8px;
    }

    .csc-gm__thumb-slide .csc-gm__thumb-image-wrapper .csc-gm__thumb-image {
        padding-top: 66.69%;
    }

    .csc-gm__thumb-wrap {
        width: 100%;
    }

    .csc-gm__thumb .csc-gm__thumb-slide {
        height: 100%;
        width: 134px;
    }

    .crr-box-arrow.csc-arr--prev {
        left: 12px;
    }

    .crr-box-arrow.csc-arr--next {
        right: 12px;
    }

    /* Arrows nhỏ hơn trên mobile */
    /* .crr-box-arrow.csc-arr {
        padding: 6px;
    } */

    .csc-gm__counter {
        font-size: 11px;
        padding: 4px 8px;
    }

    .hide-on-desktop {
        display: inherit !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .arrow {
        width: 16px;
        height: 16px;
        padding: 8px 0;
    }

    .arrow::after {
        width: 12px;
        height: 12px;
    }

    .csc-feature-section__content>.csc-arr {
        display: none;
    }

    .csc-feature-section__content>.csc-arr--prev {
        left: 0;
        bottom: 0;
        top: unset;
        transform: unset;
        padding: 8px 0;
    }

    .csc-feature-section__content>.csc-arr--next {
        right: 0;
        bottom: 0;
        top: unset;
        transform: unset;
        padding: 8px 0;
    }

    .slick-track>.slick-slide:not(:last-child) {
        margin-right: 0;
    }

    /* Gallery */
    .csc-gallery__header {
        flex-direction: column;
        padding: 0px 0 24px;
        gap: 12px;
    }

    .csc-gallery__description {
        font-size: 18px;
        text-align: left;
    }

    .csc-gallery__stage {
        margin: 0;
    }

    .csc-gallery__slider img {
        height: 260px;
    }

    .csc-gallery__footer {
        padding: 10px 0;
    }

    .csc-gallery__dots-v {
        left: 8px;
    }

    /* Feature Box — always stack: image top, text bottom */
    .csc-feature-box {
        flex-direction: column;
        gap: 24px;
    }

    .csc-feature-box.csc-feature-box--left {
        flex-direction: column-reverse;
    }

    .csc-feature-box--left .csc-feature-box__text,
    .csc-feature-box--right .csc-feature-box__text {
        order: 2;
        width: 100%;
        max-width: 100%;
    }

    .csc-feature-box .csc-feature-box__desc {
        margin-bottom: 0;
    }

    .csc-feature-box--left .csc-feature-box__image,
    .csc-feature-box--right .csc-feature-box__image {
        order: 1;
    }

    .csc-feature-box__image img {
        min-height: 220px;
        height: 260px;
    }

    /* .csc-gallery-section-wrapper.variable_width .csc-gallery__slide .bg-section {
        padding-top: 92%;
    } */

    .csc-feature-box__text .csc-feature-box__title {
        font-size: 22px;
    }

    /* Slider Feature Box arrows */
    .csc-sfb__arr--prev {
        left: 4px;
        font-size: 32px;
    }

    .csc-sfb__arr--next {
        right: 4px;
        font-size: 32px;
    }

    .csc-gallery-section-wrapper.multiple {
        margin: 0;
    }

    .csc-gallery-section-wrapper:not(.multiple) .csc-gallery__slide .bg-section {
        padding-top: 138.9%;
    }

    .csc-gallery-section-wrapper.multiple {
        margin: 0;
    }

    .csc-gallery-section-wrapper .csc-gallery-section__slider {
        padding: 0 0.5px;
    }

    .csc-gallery-section-wrapper.multiple .csc-gallery-section__slider .csc-gallery:not(:last-child) {
        padding-right: 20px;
    }

    .csc-gallery-section-wrapper.multiple .csc-gallery-section__slider .csc-gallery {
        padding: 0 6px 0 0.5px;
    }

    .csc-gallery-section-wrapper .csc-gallery.gallery-content-combine {
        flex-direction: column;
        gap: 20px;
    }

    .csc-gallery-section-wrapper .csc-gallery.gallery-content-combine .csc-gallery__stage {
        width: 100%;
        max-width: 100%;
    }

    .csc-gallery-section-wrapper .csc-gallery.gallery-content-combine .csc-gallery__slide-content {
        width: 100%;
        max-width: 100%;
    }

    .csc-gallery-section-wrapper .csc-gallery.gallery-content-combine .csc-gallery__slide-image {
        width: 100%;
        max-width: 100%;
    }

    .csc-gallery-section-wrapper .csc-gallery.gallery-content-combine .csc-gallery__slide-content .csc-feature-box .csc-feature-box__text .csc-feature-box__title {
        margin-bottom: 15px;
    }

    .csc-gallery-section-wrapper .csc-gallery.gallery-content-combine .csc-gallery__slide-content .csc-feature-box .csc-feature-box__text .csc-feature-box__desc {
        margin-bottom: 15px;
    }

    .page-section-spacing-small {
        padding-bottom: 10px;
    }

    .csc-gallery-section-wrapper .csc-gallery.gallery-content-combine .csc-gallery__slide-image .bg-section {
        padding-top: 40%;
        min-height: 200px;
    }
}

/* START - PRIVACY POLICY */

.privacy-policy-wrapper .hr-seperate {
    margin: 40px 0;
    border-width: 1px;
}

/* =========================
   GALLERY PREVIEW POPUP
========================= */
.csc-preview {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.csc-preview.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.csc-preview__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
}

.csc-preview__inner {
    position: relative;
    width: 90vw;
    max-width: 1100px;
    height: 80vh;
    z-index: 1;
}

/* Slider */
.csc-preview__slider,
.csc-preview__slider .slick-list,
.csc-preview__slider .slick-track,
.csc-preview__slider .slick-slide,
.csc-preview__slider .slick-slide>div,
.csc-preview__slide,
.csc-preview__img {
    height: 100% !important;
}

.csc-preview__img {
    background-color: #111;
}

/* Close */
.csc-preview__close {
    position: absolute;
    top: -44px;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
    padding: 8px;
}

/* Counter */
.csc-preview__counter {
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 13px;
    display: flex;
    gap: 4px;
}

/* Arrows */
.csc-preview__arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s;
}

.csc-preview__arr:hover {
    background: rgba(255, 255, 255, 0.3);
}

.csc-preview__arr--prev {
    left: -56px;
}

.csc-preview__arr--next {
    right: -56px;
}

/* Body lock */
body.csc-preview-open {
    overflow: hidden;
}

/* Mobile */
@media (max-width: 768px) {
    .csc-preview__inner {
        width: 100vw;
        height: 60vw;
    }

    .csc-preview__arr--prev {
        left: 8px;
    }

    .csc-preview__arr--next {
        right: 8px;
    }
}