.ls-product-reviews {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}
.ls-reviews-header h2 {
    font-size: 1.15rem;
    margin-bottom: .5rem;
}
.ls-reviews-aggregate {
    color: #475569;
    margin-bottom: 1.25rem;
}
.ls-review-summary {
    margin: .35rem 0 .75rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}
.ls-review-summary-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ls-review-stars {
    color: #ca8a04;
    letter-spacing: 1px;
}
.ls-review-form-wrap {
    margin-bottom: 1.75rem;
    padding: 1rem 0;
}
.ls-review-form-wrap h3 {
    font-size: 1rem;
    margin-bottom: .75rem;
}
.ls-review-row {
    margin-bottom: .85rem;
}
.ls-review-row label,
.ls-review-label {
    display: block;
    font-weight: 600;
    margin-bottom: .35rem;
    font-size: .9rem;
}
.ls-review-row input[type="text"],
.ls-review-row input[type="email"],
.ls-review-row textarea {
    width: 100%;
    max-width: 520px;
    padding: .55rem .7rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font: inherit;
}
.ls-star-input {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: .15rem;
}
.ls-star-input input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.ls-star-input label {
    font-size: 1.6rem;
    color: #cbd5e1;
    cursor: pointer;
    line-height: 1;
}
.ls-star-input label:hover,
.ls-star-input label:hover ~ label,
.ls-star-input input:checked ~ label {
    color: #ca8a04;
}
.ls-review-gate {
    margin-bottom: 1.5rem;
    padding: .85rem 1rem;
    background: #f8fafc;
    border-radius: 8px;
}
.ls-review-item {
    padding: 1rem 0;
    border-top: 1px solid #e2e8f0;
}
.ls-review-item-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-bottom: .4rem;
}
.ls-review-badge {
    font-size: .75rem;
    background: #ecfdf5;
    color: #047857;
    padding: .15rem .45rem;
    border-radius: 999px;
}
.ls-review-badge-muted {
    background: #f1f5f9;
    color: #475569;
}
.ls-review-body {
    margin: .35rem 0;
    white-space: pre-wrap;
}
.ls-review-photos {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: .5rem 0;
}
.ls-review-photos img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
.ls-review-reply {
    margin-top: .65rem;
    padding: .65rem .85rem;
    background: #f8fafc;
    border-left: 3px solid #94a3b8;
    border-radius: 0 8px 8px 0;
}
.ls-review-date {
    display: block;
    margin-top: .35rem;
    font-size: .8rem;
    color: #64748b;
}
.ls-product-reviews .hint,
.ls-product-reviews .muted {
    color: #64748b;
    font-size: .85rem;
}
.ls-hp {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
