.brm-summary { border:1px solid #eee; padding:15px; border-radius:6px; background:#fff; max-width:720px; }
.brm-average { display:flex; align-items:center; gap:12px; }
.brm-stars .brm-star-full { color: #f5b301; font-size:20px; }
.brm-score { font-size:18px; font-weight:700; }
.brm-breakdown{ margin-top:12px; }
.brm-row{ display:flex; align-items:center; gap:8px; margin-bottom:6px; }
.brm-bar-wrap{ background:#eee; width:60%; height:10px; border-radius:6px; }
.brm-bar{ background:#f5b301; height:100%; border-radius:6px; }
.brm-row-label{ width:30px; }
.brm-row-count{ min-width:20px; text-align:right; }

.brm-reviews-list{ margin-top:12px; }
.brm-review-item{ border-bottom:1px solid #eee; padding:12px 0; }
.brm-review-head{ display:flex; justify-content:space-between; align-items:center; }
.brm-review-name{ font-weight:700; }
.brm-verified{ color:green; font-weight:600; }

.brm-review-form input, .brm-review-form textarea, .brm-review-form select{ width:100%; max-width:480px; padding:8px; margin-top:6px; }
.brm-review-form button{ padding:8px 14px; background:#0073aa; color:#fff; border:none; border-radius:4px; }
.brm-form-message{ margin-left:10px; }

.brm-pagination { margin-top:12px; }
.brm-pagination a{ cursor:pointer; margin-right:6px; }