body.single-product {
    --pc-review-bg: #f5f7fb;
    --pc-review-surface: #ffffff;
    --pc-review-surface-soft: #f9fbfd;
    --pc-review-ink: #182033;
    --pc-review-muted: #687386;
    --pc-review-soft: #eef2f7;
    --pc-review-line: #dfe5ee;
    --pc-review-line-strong: #cfd8e6;
    --pc-review-blue: #3157d5;
    --pc-review-teal: #10786f;
    --pc-review-gold: #f5b301;
    --pc-review-shadow: 0 18px 45px rgba(30, 41, 59, 0.08);
    --pc-review-shadow-soft: 0 10px 28px rgba(30, 41, 59, 0.06);
}

body.single-product #content-reviews.pc-reviews {
    display: none;
    margin-top: 12px;
    padding: clamp(18px, 3.4vw, 38px);
    border: 1px solid var(--pc-review-line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 247, 251, 0.96)),
        var(--pc-review-bg);
    color: var(--pc-review-ink);
    box-shadow: var(--pc-review-shadow-soft);
}

body.single-product #content-reviews.pc-reviews.active {
    display: grid;
    gap: clamp(18px, 2.4vw, 28px);
}

body.single-product #content-reviews.pc-reviews *,
body.single-product #content-reviews.pc-reviews *::before,
body.single-product #content-reviews.pc-reviews *::after {
    box-sizing: border-box;
}

body.single-product #content-reviews.pc-reviews button,
body.single-product #content-reviews.pc-reviews a,
body.single-product #content-reviews.pc-reviews textarea {
    font: inherit;
}

body.single-product #content-reviews.pc-reviews button {
    cursor: pointer;
}

body.single-product #content-reviews .pc-reviews-hero {
    display: grid;
    grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--pc-review-line);
    border-radius: 8px;
    background: var(--pc-review-surface);
    box-shadow: var(--pc-review-shadow);
}

body.single-product #content-reviews .pc-reviews-score,
body.single-product #content-reviews .pc-reviews-copy {
    min-width: 0;
}

body.single-product #content-reviews .pc-reviews-score {
    position: relative;
    display: grid;
    align-content: center;
    padding: clamp(18px, 2.4vw, 28px);
    border-right: 1px solid var(--pc-review-line);
    background:
        linear-gradient(180deg, rgba(49, 87, 213, 0.08), transparent 62%),
        var(--pc-review-surface-soft);
}

body.single-product #content-reviews .pc-reviews-score::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 18px;
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pc-review-blue), var(--pc-review-teal));
}

body.single-product #content-reviews .pc-reviews-score-kicker,
body.single-product #content-reviews .pc-reviews-copy-kicker,
body.single-product #content-reviews .pc-review-compose-kicker {
    display: block;
    margin: 0 0 10px;
    color: var(--pc-review-blue);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.single-product #content-reviews .pc-reviews-score-value {
    display: block;
    margin-top: 16px;
    color: var(--pc-review-ink);
    font-size: clamp(42px, 4.8vw, 62px);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0;
}

body.single-product #content-reviews .pc-reviews-score-max {
    margin-top: 4px;
    color: var(--pc-review-muted);
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 800;
}

body.single-product #content-reviews .pc-reviews-score-stars,
body.single-product #content-reviews .pc-review-card-stars,
body.single-product #content-reviews .pc-review-filter-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    color: var(--pc-review-gold);
}

body.single-product #content-reviews .pc-reviews-score-stars {
    margin-top: 12px;
    padding: 6px 9px;
    border: 1px solid rgba(185, 131, 36, 0.24);
    border-radius: 999px;
    background: #fff8eb;
    font-size: 0.98rem;
}

body.single-product #content-reviews .pc-star-muted,
body.single-product #content-reviews .pc-review-star-empty {
    color: #ccd4df;
}

body.single-product #content-reviews .pc-reviews-copy {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: clamp(18px, 2.6vw, 30px);
}

body.single-product #content-reviews .pc-reviews-copy p {
    max-width: 720px;
    margin: 0;
    color: var(--pc-review-ink);
    font-size: clamp(1.08rem, 1.4vw, 1.45rem);
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0;
}

body.single-product #content-reviews .pc-reviews-copy strong {
    color: var(--pc-review-teal);
}

body.single-product #content-reviews .pc-reviews-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.single-product #content-reviews .pc-reviews-proof span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 0 10px;
    border: 1px solid var(--pc-review-line);
    border-radius: 999px;
    color: var(--pc-review-muted);
    background: var(--pc-review-surface-soft);
    font-size: 0.78rem;
    font-weight: 760;
    white-space: nowrap;
}

body.single-product #content-reviews .pc-review-compose {
    display: grid;
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--pc-review-line);
    border-radius: 8px;
    background: var(--pc-review-surface);
    box-shadow: var(--pc-review-shadow-soft);
}

body.single-product #content-reviews .pc-review-compose-intro {
    display: grid;
    align-content: center;
    padding: clamp(22px, 3.4vw, 36px);
    border-right: 1px solid var(--pc-review-line);
    background:
        linear-gradient(180deg, rgba(16, 120, 111, 0.1), transparent 68%),
        var(--pc-review-surface-soft);
}

body.single-product #content-reviews .pc-review-compose-intro h3 {
    margin: 0;
    color: var(--pc-review-ink);
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

body.single-product #content-reviews .pc-review-compose-intro p {
    max-width: 30ch;
    margin: 14px 0 0;
    color: var(--pc-review-muted);
    font-size: 0.96rem;
    line-height: 1.55;
}

body.single-product #content-reviews .pc-review-form {
    display: grid;
    gap: 16px;
    padding: clamp(20px, 3.4vw, 34px);
}

body.single-product #content-reviews .pc-review-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0;
    padding: 16px;
    border: 1px solid var(--pc-review-line);
    border-radius: 8px;
    background: var(--pc-review-surface-soft);
}

body.single-product #content-reviews .pc-review-label,
body.single-product #content-reviews .pc-review-field-label {
    margin: 0;
    padding: 0;
    color: var(--pc-review-ink);
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.single-product #content-reviews .pc-review-stars-input {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 6px;
}

body.single-product #content-reviews .pc-review-stars-input input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

body.single-product #content-reviews .pc-review-stars-input label {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pc-review-line);
    border-radius: 999px;
    color: #c3ccd8;
    background: var(--pc-review-surface);
    transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body.single-product #content-reviews .pc-review-stars-input label:hover,
body.single-product #content-reviews .pc-review-stars-input label:hover ~ label,
body.single-product #content-reviews .pc-review-stars-input input:checked ~ label {
    border-color: rgba(185, 131, 36, 0.52);
    color: var(--pc-review-gold);
    background: #fff8eb;
}

body.single-product #content-reviews .pc-review-field {
    display: grid;
    gap: 10px;
}

body.single-product #content-reviews textarea#comment {
    width: 100%;
    min-height: 142px;
    padding: 16px;
    resize: vertical;
    border: 1px solid var(--pc-review-line);
    border-radius: 8px;
    outline: 0;
    background: var(--pc-review-surface-soft);
    color: var(--pc-review-ink);
    font-size: 1rem;
    line-height: 1.6;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.single-product #content-reviews textarea#comment:focus {
    border-color: rgba(49, 87, 213, 0.52);
    background: var(--pc-review-surface);
    box-shadow: none;
    outline: 2px solid rgba(49, 87, 213, 0.48);
    outline-offset: 2px;
}

body.single-product #content-reviews .pc-review-submit,
body.single-product #content-reviews .pc-review-login-btn,
body.single-product #content-reviews .pc-review-more-btn,
body.single-product #content-reviews .pc-review-reset {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #ffffff;
    background: var(--pc-review-blue);
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

body.single-product #content-reviews .pc-review-submit {
    justify-self: end;
    background: var(--pc-review-teal);
    box-shadow: 0 12px 24px rgba(16, 120, 111, 0.18);
}

body.single-product #content-reviews .pc-review-submit:disabled {
    cursor: wait;
    opacity: 0.72;
}

body.single-product #content-reviews .pc-review-login {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: clamp(20px, 3.4vw, 34px);
}

body.single-product #content-reviews .pc-review-login-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 120, 111, 0.18);
    border-radius: 999px;
    background: rgba(16, 120, 111, 0.08);
    color: var(--pc-review-teal);
}

body.single-product #content-reviews .pc-review-login-text {
    color: var(--pc-review-muted);
    line-height: 1.55;
}

body.single-product #content-reviews .pc-review-login-text strong {
    color: var(--pc-review-ink);
}

body.single-product #content-reviews .pc-review-toolbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 12px;
    border: 1px solid var(--pc-review-line);
    border-radius: 8px;
    background: var(--pc-review-surface);
    box-shadow: var(--pc-review-shadow-soft);
}

body.single-product #content-reviews .pc-review-toolbar-label {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px 0 4px;
    border-right: 1px solid var(--pc-review-line);
    color: var(--pc-review-ink);
    font-size: 0.86rem;
    font-weight: 850;
    white-space: nowrap;
}

body.single-product #content-reviews .pc-review-toolbar-label i {
    color: var(--pc-review-blue);
}

body.single-product #content-reviews .pc-review-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

body.single-product #content-reviews .pc-review-filter {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 0 12px;
    border: 1px solid var(--pc-review-line);
    border-radius: 999px;
    color: var(--pc-review-muted);
    background: var(--pc-review-surface-soft);
    font-size: 0.84rem;
    font-weight: 780;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body.single-product #content-reviews .pc-review-filter.active {
    border-color: rgba(49, 87, 213, 0.34);
    color: var(--pc-review-blue);
    background: #eef3ff;
}

body.single-product #content-reviews .pc-review-filter-stars {
    font-size: 0.72rem;
}

body.single-product #content-reviews .pc-review-count {
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    border-radius: 999px;
    color: var(--pc-review-ink);
    background: var(--pc-review-surface);
    font-size: 0.72rem;
    font-weight: 900;
}

body.single-product #content-reviews .pc-review-feed {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

body.single-product #content-reviews .pc-review-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 16px;
    min-width: 0;
    min-height: 252px;
    padding: clamp(20px, 2.4vw, 26px);
    overflow: hidden;
    border: 1px solid var(--pc-review-line);
    border-radius: 8px;
    background: var(--pc-review-surface);
    color: var(--pc-review-ink);
    box-shadow: var(--pc-review-shadow-soft);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.single-product #content-reviews .pc-review-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--pc-review-blue), var(--pc-review-teal));
}

body.single-product #content-reviews .pc-review-card-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
}

body.single-product #content-reviews .pc-review-author {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

body.single-product #content-reviews .pc-review-avatar {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    object-fit: cover;
    background: var(--pc-review-soft);
    box-shadow: 0 6px 14px rgba(30, 41, 59, 0.1);
}

body.single-product #content-reviews .pc-review-author-meta {
    min-width: 0;
}

body.single-product #content-reviews .pc-review-author-meta h5 {
    margin: 0;
    overflow: hidden;
    color: var(--pc-review-ink);
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.single-product #content-reviews .pc-review-badge {
    width: fit-content;
    max-width: 100%;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
    padding: 0 8px;
    border: 1px solid rgba(16, 120, 111, 0.2);
    border-radius: 999px;
    color: var(--pc-review-teal);
    background: rgba(16, 120, 111, 0.08);
    font-size: 0.72rem;
    font-weight: 850;
    white-space: nowrap;
}

body.single-product #content-reviews .pc-review-card-stars {
    padding: 7px 9px;
    border: 1px solid rgba(185, 131, 36, 0.22);
    border-radius: 999px;
    background: #fff8eb;
    font-size: 0.74rem;
}

body.single-product #content-reviews .pc-review-star-filled {
    color: var(--pc-review-gold);
}

body.single-product #content-reviews .pc-review-quote {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--pc-review-line);
}

body.single-product #content-reviews .pc-review-quote-icon {
    color: var(--pc-review-blue);
    font-size: 0.96rem;
}

body.single-product #content-reviews .pc-review-text {
    color: #2f3849;
    font-size: 0.98rem;
    line-height: 1.68;
    overflow-wrap: anywhere;
}

body.single-product #content-reviews .pc-review-text > :first-child {
    margin-top: 0;
}

body.single-product #content-reviews .pc-review-text > :last-child {
    margin-bottom: 0;
}

body.single-product #content-reviews .pc-review-date {
    display: block;
    padding-top: 13px;
    border-top: 1px solid var(--pc-review-line);
    color: var(--pc-review-muted);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

body.single-product #content-reviews .pc-review-more {
    display: flex;
    justify-content: center;
}

body.single-product #content-reviews .pc-review-more-btn,
body.single-product #content-reviews .pc-review-reset {
    border-color: var(--pc-review-line-strong);
    color: var(--pc-review-blue);
    background: var(--pc-review-surface);
}

body.single-product #content-reviews .pc-review-empty {
    display: grid;
    justify-items: center;
    gap: 13px;
    padding: clamp(30px, 5vw, 58px);
    border: 1px dashed var(--pc-review-line-strong);
    border-radius: 8px;
    color: var(--pc-review-muted);
    background: var(--pc-review-surface);
    text-align: center;
}

body.single-product #content-reviews .pc-review-empty i {
    color: var(--pc-review-blue);
    font-size: 1.8rem;
}

body.single-product #content-reviews .pc-review-empty p {
    margin: 0;
}

body.single-product #content-reviews .pc-review-hidden {
    display: none;
}

body.single-product #content-reviews .pc-review-reveal {
    animation: pcReviewReveal 0.28s ease both;
}

body.single-product #content-reviews .pc-review-stars-input input:focus-visible + label,
body.single-product #content-reviews .pc-review-filter:focus-visible,
body.single-product #content-reviews .pc-review-submit:focus-visible,
body.single-product #content-reviews .pc-review-login-btn:focus-visible,
body.single-product #content-reviews .pc-review-more-btn:focus-visible,
body.single-product #content-reviews .pc-review-reset:focus-visible {
    outline: 3px solid rgba(49, 87, 213, 0.24);
    outline-offset: 3px;
}

@keyframes pcReviewReveal {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (hover: hover) and (pointer: fine) {
    body.single-product #content-reviews .pc-review-card:hover {
        transform: translateY(-3px);
        border-color: rgba(49, 87, 213, 0.24);
        box-shadow: var(--pc-review-shadow);
    }

    body.single-product #content-reviews .pc-review-filter:hover {
        border-color: rgba(49, 87, 213, 0.28);
        color: var(--pc-review-blue);
        background: #eef3ff;
    }

    body.single-product #content-reviews .pc-review-submit:hover,
    body.single-product #content-reviews .pc-review-login-btn:hover,
    body.single-product #content-reviews .pc-review-more-btn:hover,
    body.single-product #content-reviews .pc-review-reset:hover {
        transform: translateY(-2px);
    }

    body.single-product #content-reviews .pc-review-submit:hover {
        background: #0d675f;
    }
}

@media (max-width: 1120px) {
    body.single-product #content-reviews .pc-review-feed {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    body.single-product #content-reviews .pc-reviews-hero,
    body.single-product #content-reviews .pc-review-compose {
        grid-template-columns: 1fr;
    }

    body.single-product #content-reviews .pc-reviews-score,
    body.single-product #content-reviews .pc-review-compose-intro {
        border-right: 0;
        border-bottom: 1px solid var(--pc-review-line);
    }

    body.single-product #content-reviews .pc-reviews-score {
        min-height: 0;
    }

    body.single-product #content-reviews .pc-review-toolbar {
        grid-template-columns: 1fr;
    }

    body.single-product #content-reviews .pc-review-toolbar-label {
        width: fit-content;
        padding-left: 2px;
        border-right: 0;
    }

    body.single-product #content-reviews .pc-review-filters {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    body.single-product #content-reviews.pc-reviews {
        margin-left: -4px;
        margin-right: -4px;
        padding: 14px;
    }

    body.single-product #content-reviews .pc-reviews-score::before {
        top: 14px;
        left: 16px;
    }

    body.single-product #content-reviews .pc-reviews-score-kicker {
        position: relative;
        z-index: 1;
        margin-top: 18px;
    }

    body.single-product #content-reviews .pc-reviews-copy p {
        font-size: 1.12rem;
        line-height: 1.25;
    }

    body.single-product #content-reviews .pc-reviews-score-value {
        font-size: 48px;
    }

    body.single-product #content-reviews .pc-reviews-score {
        min-height: auto;
    }

    body.single-product #content-reviews .pc-review-rating,
    body.single-product #content-reviews .pc-review-login {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: start;
    }

    body.single-product #content-reviews .pc-review-stars-input {
        gap: 4px;
        width: 100%;
        justify-content: flex-end;
    }

    body.single-product #content-reviews .pc-review-submit,
    body.single-product #content-reviews .pc-review-login-btn,
    body.single-product #content-reviews .pc-review-more-btn,
    body.single-product #content-reviews .pc-review-reset {
        width: 100%;
    }

    body.single-product #content-reviews .pc-review-filters {
        flex-wrap: nowrap;
        margin: 0 -12px;
        padding: 0 12px 2px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-padding-left: 12px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.single-product #content-reviews .pc-review-filters::-webkit-scrollbar {
        display: none;
    }

    body.single-product #content-reviews .pc-review-filter {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    body.single-product #content-reviews .pc-review-feed {
        grid-template-columns: 1fr;
    }

    body.single-product #content-reviews .pc-review-card {
        min-height: auto;
    }

    body.single-product #content-reviews .pc-review-card-head {
        grid-template-columns: 1fr;
    }

    body.single-product #content-reviews .pc-review-card-stars {
        width: fit-content;
    }
}

@media (max-width: 430px) {
    body.single-product #content-reviews .pc-reviews-score,
    body.single-product #content-reviews .pc-reviews-copy,
    body.single-product #content-reviews .pc-review-compose-intro,
    body.single-product #content-reviews .pc-review-form,
    body.single-product #content-reviews .pc-review-login,
    body.single-product #content-reviews .pc-review-card {
        padding: 16px;
    }

    body.single-product #content-reviews .pc-reviews-proof span {
        width: 100%;
        justify-content: center;
    }

    body.single-product #content-reviews .pc-review-stars-input label {
        width: 34px;
        height: 34px;
    }
}

/* ==========================================================================
   REVIEWS ALIGNMENT PASS
   ========================================================================== */

body.single-product #content-reviews.pc-reviews {
    gap: 24px;
}

body.single-product #content-reviews .pc-reviews-hero,
body.single-product #content-reviews .pc-review-compose {
    grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
    align-items: stretch;
}

body.single-product #content-reviews .pc-reviews-score,
body.single-product #content-reviews .pc-reviews-copy,
body.single-product #content-reviews .pc-review-compose-intro,
body.single-product #content-reviews .pc-review-form {
    padding: 30px 32px;
}

body.single-product #content-reviews .pc-reviews-score,
body.single-product #content-reviews .pc-reviews-copy,
body.single-product #content-reviews .pc-review-compose-intro {
    align-content: start;
}

body.single-product #content-reviews .pc-reviews-score {
    grid-template-columns: auto auto;
    grid-template-areas:
        "kicker kicker"
        "value max"
        "stars stars";
    justify-content: start;
    align-items: end;
    column-gap: 8px;
    row-gap: 8px;
}

body.single-product #content-reviews .pc-reviews-score::before {
    display: none;
}

body.single-product #content-reviews .pc-reviews-score-kicker,
body.single-product #content-reviews .pc-reviews-copy-kicker,
body.single-product #content-reviews .pc-review-compose-kicker {
    margin: 0 0 12px;
    line-height: 1.1;
}

body.single-product #content-reviews .pc-reviews-score-kicker {
    grid-area: kicker;
}

body.single-product #content-reviews .pc-reviews-score-value {
    grid-area: value;
    margin: 0;
    font-size: clamp(48px, 4.2vw, 64px);
    line-height: 0.9;
}

body.single-product #content-reviews .pc-reviews-score-max {
    grid-area: max;
    align-self: end;
    margin: 0 0 7px;
    line-height: 1;
}

body.single-product #content-reviews .pc-reviews-score-stars {
    grid-area: stars;
    margin-top: 0;
}

body.single-product #content-reviews .pc-reviews-copy {
    gap: 12px;
}

body.single-product #content-reviews .pc-reviews-copy p {
    max-width: 560px;
}

body.single-product #content-reviews .pc-reviews-proof {
    margin-top: 2px;
}

body.single-product #content-reviews .pc-review-compose-intro h3 {
    max-width: 9ch;
}

body.single-product #content-reviews .pc-review-form {
    align-content: start;
    gap: 18px;
}

body.single-product #content-reviews .pc-review-rating {
    min-inline-size: 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
    padding: 18px 20px 20px;
}

body.single-product #content-reviews .pc-review-rating .pc-review-label {
    float: left;
    width: 100%;
    margin: 0;
}

body.single-product #content-reviews .pc-review-stars-input {
    clear: both;
    justify-self: start;
}

body.single-product #content-reviews .pc-review-field {
    gap: 10px;
}

@media (max-width: 920px) {
    body.single-product #content-reviews .pc-reviews-hero,
    body.single-product #content-reviews .pc-review-compose {
        grid-template-columns: 1fr;
    }

    body.single-product #content-reviews .pc-reviews-score,
    body.single-product #content-reviews .pc-reviews-copy,
    body.single-product #content-reviews .pc-review-compose-intro,
    body.single-product #content-reviews .pc-review-form {
        padding: 24px;
    }
}

@media (max-width: 680px) {
    body.single-product #content-reviews.pc-reviews {
        padding: 12px;
    }

    body.single-product #content-reviews .pc-reviews-score,
    body.single-product #content-reviews .pc-reviews-copy,
    body.single-product #content-reviews .pc-review-compose-intro,
    body.single-product #content-reviews .pc-review-form {
        padding: 18px;
    }

    body.single-product #content-reviews .pc-reviews-score-kicker {
        margin-top: 0;
    }

    body.single-product #content-reviews .pc-reviews-score-value {
        font-size: 46px;
    }

    body.single-product #content-reviews .pc-review-compose-intro h3 {
        max-width: none;
    }

    body.single-product #content-reviews .pc-review-stars-input {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.single-product #content-reviews .pc-review-card,
    body.single-product #content-reviews .pc-review-filter,
    body.single-product #content-reviews .pc-review-submit,
    body.single-product #content-reviews .pc-review-login-btn,
    body.single-product #content-reviews .pc-review-more-btn,
    body.single-product #content-reviews .pc-review-reset,
    body.single-product #content-reviews .pc-review-stars-input label {
        transition: none;
    }

    body.single-product #content-reviews .pc-review-reveal {
        animation: none;
    }
}
