.pr-stars { display: inline-flex; gap: 2px; vertical-align: middle; color: #f5b301; }
.pr-star { font-size: 16px; }
.pr-star.is-empty { color: #d5dbe6; }
.pr-star.is-half { color: #f5b301; opacity: .55; }
.pr-stars--sm .pr-star { font-size: 13px; }

.pr-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    flex-wrap: wrap;
}

.pr-card, .pr-review-item {
    border: 1px solid #dce3f0;
    border-radius: 12px;
    padding: 16px 18px;
    background: #fff;
}

.pr-member-list { display: flex; flex-direction: column; gap: 8px; }
.pr-member-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #eef2f7;
}
.pr-member-row:last-child { border-bottom: 0; }

.pr-star-input { display: inline-flex; gap: 2px; }
.pr-star-btn {
    background: none;
    border: 0;
    padding: 4px;
    color: #cbd5e1;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: color .12s ease, transform .12s ease;
}
.pr-star-btn:hover { transform: scale(1.08); }
.pr-star-btn.is-on { color: #f59e0b; }
.pr-star-btn i { color: inherit; }

.pr-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}
.pr-summary-label {
    display: block;
    color: #5b6780;
    font-size: 12px;
    margin-bottom: 4px;
}
.pr-summary-value { font-size: 20px; display: block; }

.pr-history { display: flex; flex-direction: column; gap: 12px; }
.pr-review-item header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.pr-review-body { margin: 0 0 8px; font-size: 15px; }
.pr-review-item footer { color: #5b6780; font-size: 13px; }

.pr-staff-section { margin-top: 8px; }
.pr-avatar { border-radius: 999px; }

.pr-table-review {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    color: #334155;
    text-decoration: none;
}
.pr-table-review:hover { color: #1e4fd7; text-decoration: none; }
.pr-table-review span { color: #1e4fd7; font-size: 12px; }

a.pr-table-review-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
}
a.pr-table-review-link i { font-size: 11px; }
a.pr-table-review-link:hover,
a.pr-table-review-link:focus {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1e40af;
    text-decoration: none;
}

.pr-give-review {
    max-width: 640px;
}
.pr-give-review__intro h4 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
}
.pr-give-review__intro p {
    margin: 0 0 22px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
}
.pr-person-list { display: flex; flex-direction: column; gap: 12px; }
.pr-person-card {
    display: block;
    padding: 18px 18px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
}
.pr-person-card__who {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.pr-person-card__who img.pr-avatar,
.pr-person-card__who .pr-avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    object-fit: cover;
}
.pr-person-card__who strong {
    display: block;
    font-size: 15px;
    color: #0f172a;
}
.pr-person-card__role {
    color: #64748b;
    font-size: 13px;
}
.pr-rate-question {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}
.pr-star-scale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 4px;
    max-width: 196px;
    color: #94a3b8;
    font-size: 11px;
}
.pr-star-caption {
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}
.pr-feedback-block { margin-top: 18px; }
.pr-feedback-block label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #0f172a;
}
.pr-feedback-input {
    border-radius: 12px !important;
    border-color: #e2e8f0 !important;
    min-height: 120px;
    padding: 12px 14px;
    box-shadow: none !important;
}
.pr-feedback-input:focus {
    border-color: #93c5fd !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12) !important;
}
.pr-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 11px 20px;
    border: 0;
    border-radius: 10px;
    background: #2563eb;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
}
.pr-submit-btn:hover,
.pr-submit-btn:focus {
    background: #1d4ed8;
    color: #fff !important;
    text-decoration: none !important;
}
.pr-cta .pr-submit-btn { margin-top: 0; }
.pr-give-review--done .pr-thanks {
    text-align: center;
    margin-bottom: 18px;
}
.pr-thanks-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: #fffbeb;
    color: #f59e0b;
    font-size: 18px;
}
.pr-thanks h4 {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
}
.pr-thanks p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}
.pr-your-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 20px;
    color: #0f172a;
}
.pr-your-words {
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 0;
    border-radius: 12px;
    background: #f8fafc;
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
}
.pr-person-card--static {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
}
.pr-person-card--static .pr-person-card__who { margin-bottom: 0; }
.pr-person-card__score {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .pr-member-row { flex-direction: column; align-items: flex-start; }
    .pr-person-card--static { flex-direction: column; align-items: flex-start; }
}
