.nvf-google-reviews {
    --nvf-gr-gap: 28px;
    --nvf-gr-star-color: #fbbc04;
    --nvf-gr-star-empty-color: #d8d8d8;
    --swiper-wrapper-transition-timing-function: linear;
    background: #f4f1eb;
    box-sizing: border-box;
    color: #101010;
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
    width: 100%;
}

.nvf-google-reviews *,
.nvf-google-reviews *::before,
.nvf-google-reviews *::after {
    box-sizing: border-box;
}

.nvf-google-reviews__inner {
    margin: 0 auto;
    width: 100%;
}

.nvf-google-reviews__header {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0 auto 36px;
    max-width: 780px;
}

.nvf-google-reviews__eyebrow {
    align-self: center;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: #b12c46;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    margin: 0;
    padding: 12px 22px;
    text-transform: uppercase;
    width: max-content;
}

.nvf-google-reviews__header[style*="left"] .nvf-google-reviews__eyebrow,
.nvf-google-reviews__header[style*="text-align: left"] .nvf-google-reviews__eyebrow,
.nvf-google-reviews__header[style*="text-align:left"] .nvf-google-reviews__eyebrow {
    align-self: flex-start;
}

.nvf-google-reviews__header[style*="right"] .nvf-google-reviews__eyebrow,
.nvf-google-reviews__header[style*="text-align: right"] .nvf-google-reviews__eyebrow,
.nvf-google-reviews__header[style*="text-align:right"] .nvf-google-reviews__eyebrow {
    align-self: flex-end;
}

.nvf-google-reviews__title {
    color: #101010;
    font-family: inherit;
    font-size: clamp(32px, 3vw, 52px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.03;
    margin: 0;
}

.nvf-google-reviews__intro {
    color: #202020;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 720px;
}

.nvf-google-reviews__intro p {
    margin: 0;
}

.nvf-google-reviews__group {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.nvf-google-reviews__swiper,
.nvf-google-reviews .swiper {
    align-items: flex-start;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    overflow: hidden !important;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
}


.nvf-google-reviews__swiper::-webkit-scrollbar,
.nvf-google-reviews .swiper::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}

.nvf-google-reviews__wrapper,
.nvf-google-reviews .swiper-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
}

.nvf-google-reviews__slide,
.nvf-google-reviews .swiper-slide {
    display: flex;
    flex: none;
    height: auto !important;
    max-width: none;
    width: auto;
}

.nvf-google-reviews__card {
    align-items: stretch;
    background: #fff;
    color: #101010;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    min-height: 225px;
    overflow: hidden;
    padding: 48px 48px 38px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.nvf-google-reviews__card:focus-visible {
    outline: 2px solid #b12c46;
    outline-offset: 4px;
}

.nvf-google-reviews__top {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.nvf-google-reviews__stars {
    align-items: center;
    color: var(--nvf-gr-star-color);
    display: inline-flex;
    font-size: 19px;
    gap: 1px;
    letter-spacing: 0;
    line-height: 1;
}

.nvf-google-reviews__star {
    color: var(--nvf-gr-star-empty-color);
    display: inline-block;
    position: relative;
}

.nvf-google-reviews__star.is-full {
    color: var(--nvf-gr-star-color);
}

.nvf-google-reviews__star.is-half {
    color: var(--nvf-gr-star-empty-color);
}

.nvf-google-reviews__star.is-half::before {
    color: var(--nvf-gr-star-color);
    content: "★";
    inset: 0 auto 0 0;
    overflow: hidden;
    position: absolute;
    width: 52%;
}

.nvf-google-reviews__text {
    color: #101010;
    font-family: inherit;
    font-size: clamp(15px, .95vw, 18px);
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    overflow: hidden;
}

.nvf-google-reviews--enhanced .nvf-google-reviews__card:not(.is-expanded) .nvf-google-reviews__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--nvf-gr-clamp-lines, 5);
    display: -webkit-box;
    line-clamp: var(--nvf-gr-clamp-lines, 5);
    max-height: var(--nvf-gr-text-clamp-height, none);
}

.nvf-google-reviews__review {
    min-height: 0;
    position: relative;
    z-index: 2;
}

.nvf-google-reviews--enhanced .nvf-google-reviews__card.is-expanded .nvf-google-reviews__text {
    display: block;
    max-height: 14rem;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 8px;
    scrollbar-color: rgba(16, 16, 16, .3) transparent;
    scrollbar-width: thin;
}

.nvf-google-reviews__toggle {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    color: #b12c46;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: .11em;
    line-height: 1.25;
    margin: 14px 0 0;
    min-height: 0;
    box-shadow: none;
    padding: 0 0 4px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transition: color .2s ease, border-color .2s ease;
    width: fit-content;
    z-index: 3;
}

/* Keep Elementor/theme button states from turning this text control into a filled button. */
.nvf-google-reviews button.nvf-google-reviews__toggle,
.nvf-google-reviews button.nvf-google-reviews__toggle:hover,
.nvf-google-reviews button.nvf-google-reviews__toggle:focus,
.nvf-google-reviews button.nvf-google-reviews__toggle:focus-visible,
.nvf-google-reviews button.nvf-google-reviews__toggle:active {
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-bottom: 1px solid currentColor !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    padding: 0 0 4px !important;
    transform: none !important;
}

.nvf-google-reviews__toggle[hidden] {
    display: none !important;
}

.nvf-google-reviews__toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.nvf-google-reviews__toggle-icon {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: transform .2s ease;
}

.nvf-google-reviews__card.is-expanded .nvf-google-reviews__toggle-icon {
    transform: rotate(45deg);
}

.nvf-google-reviews__card-link {
    inset: 0;
    position: absolute;
    z-index: 1;
}

.nvf-google-reviews__card-link:focus-visible {
    outline: 2px solid #b12c46;
    outline-offset: -4px;
}

.nvf-google-reviews__card.is-expanded .nvf-google-reviews__card-link {
    pointer-events: none;
}

.nvf-google-reviews__bottom {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 24px;
    position: relative;
    z-index: 2;
}

.nvf-google-reviews__person {
    min-width: 0;
}

.nvf-google-reviews__name {
    color: #101010;
    font-family: inherit;
    font-size: clamp(22px, 1.35vw, 30px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.05;
    margin: 0;
}

.nvf-google-reviews__source {
    color: #565656;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin: 7px 0 0;
}

.nvf-google-reviews__google {
    display: inline-flex;
    flex: 0 0 auto;
    height: 35px;
    width: 35px;
}

.nvf-google-reviews__google svg {
    display: block;
    height: 100%;
    width: 100%;
}

.nvf-google-reviews__hint {
    align-items: center;
    color: #101010;
    display: flex;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    gap: 13px;
    justify-content: center;
    letter-spacing: .15em;
    line-height: 1;
    margin-top: 34px;
    text-transform: uppercase;
}

.nvf-google-reviews__hint-arrow {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
}

.nvf-google-reviews--native .nvf-google-reviews__swiper {
    cursor: grab;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.nvf-google-reviews--native .nvf-google-reviews__swiper::-webkit-scrollbar {
    display: none;
}

.nvf-google-reviews--native .nvf-google-reviews__wrapper {
    gap: var(--nvf-gr-gap);
    width: max-content;
}

.nvf-google-reviews--native.nvf-google-reviews--autoscroll .nvf-google-reviews__swiper {
    overflow: hidden !important;
}

.elementor-editor-active .nvf-google-reviews,
.elementor-editor-preview .nvf-google-reviews {
    overflow-x: clip;
}

.elementor-editor-active .nvf-google-reviews,
.elementor-editor-preview .nvf-google-reviews,
.elementor-editor-active .nvf-google-reviews__group,
.elementor-editor-preview .nvf-google-reviews__group {
    overflow-x: hidden !important;
}

.elementor-editor-active .nvf-google-reviews__swiper,
.elementor-editor-preview .nvf-google-reviews__swiper {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.elementor-editor-active .nvf-google-reviews__swiper::-webkit-scrollbar,
.elementor-editor-preview .nvf-google-reviews__swiper::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}

@media (max-width: 991px) {
    .nvf-google-reviews__header {
        margin-bottom: 30px;
    }

    .nvf-google-reviews__card {
        padding: 38px 34px 32px;
    }
}

@media (max-width: 767px) {
    .nvf-google-reviews__header {
        margin-bottom: 24px;
        text-align: left !important;
    }

    .nvf-google-reviews__eyebrow {
        align-self: flex-start;
        font-size: 10px;
        padding: 10px 17px;
    }

    .nvf-google-reviews__card {
        min-height: 230px;
        padding: 32px 28px 30px;
    }

    .nvf-google-reviews__text {
        line-height: 1.7;
    }

    .nvf-google-reviews__bottom {
        gap: 18px;
    }

    .nvf-google-reviews__google {
        height: 30px;
        width: 30px;
    }

    .nvf-google-reviews__hint {
        font-size: 10px;
        gap: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nvf-google-reviews *,
    .nvf-google-reviews *::before,
    .nvf-google-reviews *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }
}
