/* PDP reviews — matches Kris buy-box chrome. Unlayered so it wins over utilities. */
.catalog-product-view .pdp-buybox__reviews {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
}

.catalog-product-view .pdp-buybox__reviews a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5b514a;
    text-decoration: none;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.catalog-product-view .pdp-buybox__reviews a:hover {
    color: #c47a3a;
}

.catalog-product-view .pdp-buybox__reviews .rating-summary,
.catalog-product-view .pdp-reviews .rating-summary,
.catalog-product-view .pdp-reviews__stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #f7931e;
}

.catalog-product-view .pdp-buybox__reviews .rating-summary svg,
.catalog-product-view .pdp-reviews .rating-summary svg,
.catalog-product-view .pdp-reviews__stars svg {
    width: 18px;
    height: 18px;
}

.catalog-product-view .pdp-reviews {
    margin: 40px 0 24px;
    background: #fcfbf8;
    border: 1px solid rgba(44, 36, 30, 0.04);
    border-radius: 16px;
    padding: 28px 26px 24px;
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.03), 0 18px 48px rgba(15, 23, 42, 0.07);
}

.catalog-product-view .pdp-reviews__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px 24px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #f3d7b5;
}

.catalog-product-view .pdp-reviews__kicker {
    font-family: "Manrope", Arial, sans-serif;
    color: #c47a3a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.catalog-product-view .pdp-reviews__title {
    font-family: "Lancelot", Georgia, serif;
    color: #2c241e;
    font-size: clamp(1.85rem, 1.2rem + 1.6vw, 2.5rem);
    line-height: 1.15;
    font-weight: 400;
    margin: 0;
}

.catalog-product-view .pdp-reviews__average {
    display: flex;
    align-items: center;
    gap: 12px;
}

.catalog-product-view .pdp-reviews__score {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-variant-numeric: tabular-nums lining-nums;
    letter-spacing: 0;
    color: #2c241e;
    font-size: 2rem;
    line-height: 1;
}

.catalog-product-view .pdp-reviews__meta {
    font-family: "Manrope", Arial, sans-serif;
    color: #5b514a;
    font-size: 14px;
    line-height: 1.45;
}

.catalog-product-view .pdp-reviews__list {
    display: grid;
    gap: 16px;
    margin: 0 0 28px;
}

.catalog-product-view .pdp-reviews__card {
    background: #fff;
    border: 1px solid #e6d5c4;
    border-radius: 12px;
    padding: 20px 20px 18px;
}

.catalog-product-view .pdp-reviews__card-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 16px;
    margin-bottom: 10px;
}

.catalog-product-view .pdp-reviews__author {
    font-family: "Manrope", Arial, sans-serif;
    color: #2c241e;
    font-size: 15px;
    font-weight: 700;
}

.catalog-product-view .pdp-reviews__date {
    font-family: "Manrope", Arial, sans-serif;
    color: #8a7d74;
    font-size: 13px;
}

.catalog-product-view .pdp-reviews__card-title {
    font-family: "Manrope", Arial, sans-serif;
    color: #2c241e;
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0 8px;
}

.catalog-product-view .pdp-reviews__card-body {
    font-family: "Manrope", Arial, sans-serif;
    color: #5b514a;
    font-size: 15px;
    line-height: 1.65;
}

.catalog-product-view .pdp-reviews__empty {
    text-align: center;
    padding: 28px 18px 24px;
    margin-bottom: 28px;
    background: #fff;
    border: 1px dashed #e6d5c4;
    border-radius: 12px;
}

.catalog-product-view .pdp-reviews__empty-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #f7efe4;
    color: #c47a3a;
    font-size: 28px;
}

.catalog-product-view .pdp-reviews__empty-title {
    font-family: "Lancelot", Georgia, serif;
    color: #2c241e;
    font-size: 1.65rem;
    font-weight: 400;
    margin: 0 0 8px;
}

.catalog-product-view .pdp-reviews__empty-copy {
    font-family: "Manrope", Arial, sans-serif;
    color: #5b514a;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 36rem;
}

.catalog-product-view .pdp-reviews__form {
    margin: 0;
    padding: 0;
}

.catalog-product-view .pdp-reviews__form-card {
    background: #fff;
    border: 1px solid #e6d5c4;
    border-radius: 12px;
    padding: 22px 22px 18px;
}

.catalog-product-view .pdp-reviews__form-title {
    font-family: "Lancelot", Georgia, serif;
    color: #2c241e;
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0 0 6px;
}

.catalog-product-view .pdp-reviews__form legend {
    font-family: "Manrope", Arial, sans-serif;
    color: #5b514a;
    font-size: 14px;
    margin-bottom: 12px;
}

.catalog-product-view .pdp-reviews__form legend .font-semibold {
    color: #2c241e;
}

.catalog-product-view .pdp-reviews__form .form-input,
.catalog-product-view .pdp-reviews__form input[type="text"],
.catalog-product-view .pdp-reviews__form textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #e6d5c4;
    border-radius: 10px;
    background-color: #fff;
    min-height: 48px;
    padding: 12px 14px;
    color: #3a302b;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14px;
}

.catalog-product-view .pdp-reviews__form textarea {
    min-height: 112px;
    resize: vertical;
}

.catalog-product-view .pdp-reviews__form .form-input:focus,
.catalog-product-view .pdp-reviews__form input[type="text"]:focus,
.catalog-product-view .pdp-reviews__form textarea:focus {
    outline: none;
    border-color: #f7931e;
    box-shadow: 0 0 0 3px rgba(247, 147, 30, 0.18);
}

.catalog-product-view .pdp-reviews__form label:not(.sr-only):not([class^="rating-"]) {
    display: block;
    font-family: "Manrope", Arial, sans-serif;
    color: #6b5f57;
    font-size: 13px;
    font-weight: 600;
    margin: 14px 0 6px;
}

.catalog-product-view .pdp-reviews__form #product-review-table fieldset {
    margin-bottom: 8px;
}

.catalog-product-view .pdp-reviews__form #product-review-table fieldset.pdp-reviews__rating-mirror {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.catalog-product-view .pdp-reviews__form #product-review-table legend {
    font-size: 13px;
    font-weight: 600;
    color: #6b5f57;
    min-width: 4.5rem;
}

.catalog-product-view .pdp-reviews__form .rating-summary {
    color: #e6d5c4;
}

.catalog-product-view .pdp-reviews__form .rating-summary .fill-current,
.catalog-product-view .pdp-reviews__form .rating-summary [class*="fill-current"] {
    color: #f7931e;
}

.catalog-product-view .pdp-reviews__submit,
.catalog-product-view .pdp-reviews__form .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid #f7931e;
    border-radius: 10px;
    background: #f7931e;
    color: #fff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.catalog-product-view .pdp-reviews__submit:hover,
.catalog-product-view .pdp-reviews__form .btn-primary:hover {
    background: #e48412;
}

@media (max-width: 767px) {
    .catalog-product-view .pdp-reviews {
        padding: 22px 16px 18px;
        margin: 28px 0 16px;
        border-radius: 14px;
    }

    .catalog-product-view .pdp-reviews__score {
        font-size: 1.875rem;
    }
}
