/* ===== RECENZJE W PRAWEJ KOLUMNIE ===== */
.pd-reviews {
    margin-top: 28px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}
.pd-reviews__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
}
.pd-reviews__overview {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 16px;
}
.pd-reviews__avg {
    text-align: center;
    min-width: 70px;
}
.pd-reviews__score {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    display: block;
    color: #f59e0b;
}
.pd-reviews__count { font-size: 11px; color: #888; display: block; margin-top: 2px; }
.pd-reviews__bars { flex: 1; }
.pd-reviews__already { font-size: 13px; color: #16a34a; margin-bottom: 14px; }
.pd-reviews__cta { font-size: 13px; color: #666; margin-bottom: 14px; }
.pd-reviews__cta a { color: #000; font-weight: 600; }
.pd-reviews__list { display: flex; flex-direction: column; gap: 14px; margin-top: 14px; }

/* Paski */
.reviews-bar-row { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.reviews-bar-label { font-size: 11px; min-width: 20px; color: #555; }
.reviews-bar-track { flex: 1; height: 6px; background: #e5e7eb; border-radius: 3px; overflow: hidden; }
.reviews-bar-fill { height: 100%; background: #f59e0b; border-radius: 3px; transition: width 0.4s; }
.reviews-bar-count { font-size: 11px; color: #888; min-width: 16px; }
.reviews-empty { font-size: 13px; color: #999; font-style: italic; margin-bottom: 12px; }

/* Gwiazdki */
.star { color: #f59e0b; }
.star.empty { color: #d1d5db; }
.star.half { position: relative; color: #d1d5db; }
.star.half::before { content: '★'; position: absolute; left: 0; width: 50%; overflow: hidden; color: #f59e0b; }

/* Formularz */
.review-form-box { background: #fafafa; border: 1px solid #e5e7eb; border-radius: 10px; padding: 16px; margin-bottom: 16px; }
.review-form__title { font-size: 14px; font-weight: 600; margin: 0 0 12px; }
.review-stars-pick { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }
.star-picker { display: flex; gap: 3px; }
.star-pick { font-size: 24px; color: #ccc; cursor: pointer; transition: color 0.15s; line-height: 1; }
.review-textarea { width: 100%; border: 1px solid #d1d5db; border-radius: 8px; padding: 10px; font-size: 13px; resize: vertical; margin-bottom: 10px; font-family: inherit; box-sizing: border-box; }
.review-textarea:focus { outline: none; border-color: #000; }
.review-photo-wrap { margin-bottom: 10px; }
.review-photo-label { display: inline-block; cursor: pointer; font-size: 12px; color: #555; padding: 6px 12px; border: 1px dashed #ccc; border-radius: 6px; }
.review-photo-label:hover { border-color: #000; color: #000; }
.review-submit-btn { background: #000; color: #fff; border: none; padding: 10px 22px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; }
.review-submit-btn:hover { background: #333; }
.review-submit-btn:disabled { background: #999; cursor: not-allowed; }

/* Review item */
.review-item { background: #fff; border: 1px solid #f0f0f0; border-radius: 10px; padding: 14px; }
.review-item--hidden { display: none; }
.review-item__header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.review-avatar { width: 32px; height: 32px; border-radius: 50%; background: #000; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }
.review-item__meta { flex: 1; min-width: 80px; }
.review-item__meta strong { display: block; font-size: 13px; }
.review-verified { font-size: 10px; color: #16a34a; }
.review-item__stars { font-size: 13px; }
.review-item__date { font-size: 11px; color: #999; margin-left: auto; }
.review-item__comment { font-size: 13px; color: #333; line-height: 1.5; margin-bottom: 8px; }
.review-item__photo { max-width: 90px; border-radius: 6px; cursor: pointer; margin-bottom: 8px; display: block; transition: max-width 0.3s; }
.helpful-btn { background: none; border: 1px solid #e5e7eb; border-radius: 14px; padding: 3px 10px; font-size: 11px; cursor: pointer; color: #666; }
.helpful-btn:hover { border-color: #000; color: #000; }
.helpful-btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* Show more */
.reviews-show-more { width: 100%; margin-top: 12px; padding: 10px; background: none; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 13px; color: #555; cursor: pointer; }
.reviews-show-more:hover { border-color: #000; color: #000; }