.pds-reviews-stars { color: #f59e0b; font-size: 14px; }
.pds-reviews-stars--small { font-size: 13px; margin: 2px 0 6px; }
.pds-reviews-stars--small span { color: #9ca3af; font-size: 12px; }

.pds-reviews-block { margin-top: 32px; padding-top: 24px; border-top: 1px solid #e5e7eb; }
.pds-reviews-block h2 { margin-bottom: 12px; }

.pds-reviews-average { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.pds-reviews-average__stars { color: #f59e0b; font-size: 20px; }
.pds-reviews-average__value { font-weight: 700; font-size: 18px; }
.pds-reviews-average__count { color: #6b7280; font-size: 14px; }

.pds-reviews-list { margin-bottom: 24px; }
.pds-reviews-item { padding: 14px 0; border-bottom: 1px solid #f3f4f6; }
.pds-reviews-item__header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.pds-reviews-item__stars { color: #f59e0b; font-size: 13px; }
.pds-reviews-item__date { color: #9ca3af; font-size: 12px; margin-left: auto; }
.pds-reviews-item p { margin: 0; color: #374151; font-size: 14px; }

.pds-reviews-form { background: #f8f9fb; border-radius: 10px; padding: 20px; }
.pds-reviews-form h3 { margin-top: 0; }

.pds-reviews-rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
    margin-bottom: 12px;
}
.pds-reviews-rating-input input { display: none; }
.pds-reviews-rating-input label {
    font-size: 26px;
    color: #d1d5db;
    cursor: pointer;
}
.pds-reviews-rating-input input:checked ~ label,
.pds-reviews-rating-input label:hover,
.pds-reviews-rating-input label:hover ~ label {
    color: #f59e0b;
}

.pds-reviews-textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    margin-bottom: 12px;
    font-family: inherit;
}

.pds-reviews-notice { padding: 10px 14px; border-radius: 8px; margin-bottom: 16px; font-size: 14px; }
.pds-reviews-notice--success { background: #d4edda; color: #155724; }
.pds-reviews-notice--error { background: #f8d7da; color: #721c24; }
