.reviews-redesign-page__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.reviews-v2-page .rv-overview {
    padding: 56px 0 18px;
}

.reviews-v2-page .rv-overview .cl-head {
    margin-bottom: 30px;
}

.reviews-v2-page .rv-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    color: var(--primary);
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.reviews-v2-page .rv-eyebrow svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
    stroke: none;
}

.reviews-v2-page .rv-panel {
    display: grid;
    grid-template-columns: minmax(0, 300px) 1fr;
    gap: 40px;
    align-items: center;
    max-width: 860px;
    margin: 0 auto;
    padding: 30px 36px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 50px -32px rgba(48, 75, 101, .42);
}

.reviews-v2-page .rv-panel-l {
    padding-right: 36px;
    border-right: 1px solid var(--line);
    text-align: center;
}

.reviews-v2-page .rv-score {
    color: #1f2d3d;
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.reviews-v2-page .rv-score small {
    color: var(--muted);
    font-size: .36em;
    font-weight: 700;
}

.reviews-v2-page .rv-stars {
    display: inline-flex;
    gap: 2px;
    margin: 9px 0 10px;
}

.reviews-v2-page .rv-stars svg {
    width: 21px;
    height: 21px;
    color: var(--primary);
    fill: currentColor;
    stroke: none;
}

.reviews-v2-page .rv-count {
    color: var(--muted);
    font-size: 14px;
}

.reviews-v2-page .rv-count b {
    color: #1f2d3d;
    font-weight: 800;
}

.reviews-v2-page .rv-recommend {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    padding: 7px 15px;
    border: 1px solid rgba(32, 167, 238, .16);
    border-radius: 8px;
    background: #eaf7fb;
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 600;
}

.reviews-v2-page .rv-recommend b,
.reviews-v2-page .rv-recommend svg {
    color: var(--primary);
}

.reviews-v2-page .rv-recommend svg {
    width: 15px;
    height: 15px;
}

.reviews-v2-page .rv-writebtn {
    margin-top: 20px;
}

.reviews-v2-page .rv-writebtn svg,
.reviews-v2-page .v2l_reviews-writebtn svg {
    width: 16px;
    height: 16px;
}

.reviews-v2-page .rv-panel-r {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.reviews-v2-page .rv-bar-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 48px;
    gap: 12px;
    align-items: center;
}

.reviews-v2-page .rv-bar-star {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #1f2d3d;
    font-size: 13px;
    font-weight: 700;
}

.reviews-v2-page .rv-bar-star svg {
    width: 13px;
    height: 13px;
    color: var(--primary);
    fill: currentColor;
    stroke: none;
}

.reviews-v2-page .rv-bar {
    height: 8px;
    overflow: hidden;
    border-radius: 4px;
    background: #eef4f8;
}

.reviews-v2-page .rv-bar-fill {
    display: block;
    height: 100%;
    border-radius: 4px;
    background: var(--primary);
}

.reviews-v2-page .rv-bar-pct {
    color: var(--muted);
    font-size: 12.5px;
    font-weight: 700;
    text-align: right;
}

.reviews-v2-page .v2l_reviews {
    padding-top: 18px;
}

.reviews-redesign-page__empty {
    margin: 0;
    padding: 36px 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--muted);
    text-align: center;
}

.review-modal-host {
    font-family: 'Poppins', system-ui, sans-serif;
    color: var(--ink, #304b65);
    -webkit-font-smoothing: antialiased;
}

.review-modal-host button,
.review-modal-host input,
.review-modal-host select,
.review-modal-host textarea {
    font-family: inherit;
}

.review-modal__head-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 8px;
    background: #eaf7fb;
    color: var(--primary);
}

.review-modal__head-icon svg {
    width: 18px;
    height: 18px;
}

.review-modal-host [hidden] {
    display: none !important;
}

.review-modal__progress {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
}

.review-modal__progress i {
    display: block;
    height: 4px;
    border-radius: 2px;
    background: #e5edf3;
}

.review-modal__progress i.is-active {
    background: var(--primary);
}

.review-modal__progress span {
    min-width: 36px;
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-align: right;
}

.review-modal__question {
    margin: 0 0 16px;
    color: var(--navy);
    font-size: 16px;
    font-weight: 800;
}

.review-modal__field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.review-modal__field {
    position: relative;
    display: block;
    min-width: 0;
    margin-bottom: 17px;
}

.review-modal__field > span:first-child,
.review-modal__rating legend {
    display: block;
    margin-bottom: 7px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
}

.review-modal__field input,
.review-modal__field select,
.review-modal__field textarea {
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    padding: 11px 13px;
    border: 1px solid #c7d8e5;
    border-radius: 8px;
    outline: 0;
    background: #fafdff;
    color: var(--navy);
    font: inherit;
    font-size: 14px;
    box-shadow: inset 0 1px 2px rgba(48, 75, 101, .04);
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.review-modal__field textarea {
    min-height: 118px;
    padding-bottom: 34px;
    resize: none;
}

.review-modal__field input:hover,
.review-modal__field textarea:hover {
    border-color: #9fbbce;
    background: #fff;
}

.review-modal__field input:not(:placeholder-shown),
.review-modal__field textarea:not(:placeholder-shown) {
    border-color: #b6ccdb;
    background: #fff;
}

.review-modal__field input:focus,
.review-modal__field select:focus,
.review-modal__field textarea:focus {
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(32, 167, 238, .16);
}

.review-modal__field input.is-invalid,
.review-modal__field select.is-invalid,
.review-modal__field textarea.is-invalid,
.review-modal__rating.is-invalid {
    border-color: #cf3f54;
    background-color: #fff9fa;
    box-shadow: 0 0 0 2px rgba(207, 63, 84, .08);
}

.review-modal__field-error {
    display: block;
    min-height: 17px;
    margin-top: 4px;
    color: #b72f43;
    font-size: 11.5px;
    line-height: 1.35;
}

.review-modal__field-error:empty {
    display: none;
}

.review-modal__platform-field {
    margin-bottom: 0;
}

.review-modal__platform-preview {
    position: static;
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    pointer-events: none;
}

.review-modal__platform-preview[hidden] {
    display: none;
}

.review-modal__select-shell {
    position: relative;
    display: block;
}

.review-modal__platform-field > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.review-modal__platform-field select.review-modal__native-select {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.review-modal__platform-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 58px;
    padding: 10px 14px;
    color: var(--navy);
    background: #fafdff;
    border: 2px solid #c7d8e5;
    border-width: 2px;
    border-radius: 12px;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.review-modal__platform-toggle:hover {
    border-color: #9fbbce;
    background: #fff;
}

.review-modal__platform-toggle:focus-visible,
.review-modal__select-shell.is-open .review-modal__platform-toggle {
    border-color: var(--primary);
    outline: 0;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(32, 167, 238, .16);
}

.review-modal__platform-toggle.is-invalid {
    border-color: #cf3f54;
}

.review-modal__platform-toggle > [data-review-platform-label] {
    flex: 1 1 auto;
    min-width: 0;
}

.review-modal__platform-chevron {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--muted);
    transition: transform .15s ease;
}

.review-modal__select-shell.is-open .review-modal__platform-chevron {
    transform: rotate(180deg);
}

.review-modal__platform-menu {
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-height: 270px;
    margin-top: 8px;
    padding: 7px;
    overflow-y: auto;
    border: 1px solid #c7d8e5;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(48, 75, 101, .16);
}

.review-modal__platform-option {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    min-height: 44px;
    padding: 5px 9px;
    color: var(--navy);
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.review-modal__platform-option:hover,
.review-modal__platform-option:focus-visible {
    outline: 0;
    background: #eef8fd;
}

.review-modal__platform-option.is-selected {
    background: #e6f5fc;
}

.review-modal__platform-option-icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.review-modal__platform-option-icon svg {
    width: 18px;
    height: 18px;
}

.review-modal__platform-check {
    width: 16px;
    height: 16px;
    margin-left: auto;
    color: var(--primary);
    opacity: 0;
}

.review-modal__platform-option.is-selected .review-modal__platform-check {
    opacity: 1;
}

.review-modal__platform-preview span,
.review-modal__platform-preview svg {
    width: 19px;
    height: 19px;
}

.review-modal__rating {
    margin: 0 0 17px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfdfe;
}

.review-modal__rating legend {
    padding: 0;
}

.review-modal__stars {
    display: inline-flex;
    gap: 4px;
}

.review-modal__stars button {
    display: grid;
    width: 36px;
    height: 36px;
    padding: 5px;
    place-items: center;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--primary);
    cursor: pointer;
}

.review-modal__stars button:hover,
.review-modal__stars button:focus-visible {
    background: #eaf7fb;
    outline: 0;
}

.review-modal__stars svg {
    width: 25px;
    height: 25px;
    fill: transparent;
    opacity: .4;
}

.review-modal__stars button.is-selected svg {
    fill: currentColor;
    opacity: 1;
}

.review-modal__feedback {
    margin-bottom: 0;
}

.review-modal__textarea-wrap {
    position: relative;
    display: block;
}

.review-modal__textarea-wrap textarea {
    display: block;
}

.review-modal__counter {
    position: absolute;
    right: 12px;
    bottom: 10px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
}

.review-modal__counter.is-valid {
    color: #16845b;
}

.review-modal__alert {
    margin-top: 14px;
    padding: 11px 13px;
    border: 1px solid rgba(183, 47, 67, .25);
    border-radius: 8px;
    background: #fff3f5;
    color: #9d2639;
    font-size: 13px;
    font-weight: 600;
}

.review-modal__success {
    padding: 24px 8px;
    text-align: center;
}

.review-modal__success-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    place-items: center;
    border-radius: 50%;
    background: #e7f8f1;
    color: #16845b;
}

.review-modal__success-icon svg {
    width: 28px;
    height: 28px;
}

.review-modal__success h4 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 21px;
}

.review-modal__success p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.review-modal__success-close {
    margin-top: 20px;
}

.review-modal__foot .cl-btn {
    gap: 8px;
}

.review-modal__continue {
    flex: 1 1 auto;
    justify-content: center;
}

.review-modal__foot .cl-btn svg {
    width: 16px;
    height: 16px;
}

.review-modal__foot .review-modal__back {
    margin-right: auto;
}

.review-modal__submit.is-loading {
    cursor: wait;
    opacity: .75;
}

@media (max-width: 640px) {
    .reviews-v2-page .rv-overview {
        padding-top: 38px;
    }

    .reviews-v2-page .rv-panel {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 24px 20px;
    }

    .reviews-v2-page .rv-panel-l {
        padding-right: 0;
        padding-bottom: 22px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .reviews-v2-page .rv-score {
        font-size: 48px;
    }

    .review-modal__field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .review-modal__foot .review-modal__back {
        margin-right: 0;
    }
}

@media (max-width: 380px) {
    .reviews-v2-page .rv-bar-row {
        grid-template-columns: 34px minmax(0, 1fr) 42px;
        gap: 8px;
    }

    .review-modal__stars {
        gap: 1px;
    }

    .review-modal__stars button {
        width: 32px;
        height: 32px;
        padding: 4px;
    }
}
