/* ===== 評価UI ===== */
.rvrc-wrap { display:inline-block; font-size:16px; }
.rvrc-stars { display:flex; gap:4px; margin-bottom:4px; }
.rvrc-star { font-size:28px; line-height:1; cursor:pointer; background:none; border:none; padding:0 2px; }
.rvrc-star:focus { outline: 2px solid #999; outline-offset: 2px; }
.rvrc-summary { font-size:14px; color:#333; margin-bottom:6px; }
.rvrc-summary .rvrc-avg { font-weight:700; margin-right:2px; }
.rvrc-summary .rvrc-msg { margin-left:8px; color:#0073aa; }

/* ヒストグラム */
.rvrc-histogram { margin-top:8px; font-size:13px; }
.rvrc-hist-row { display:flex; align-items:center; margin:2px 0; }
.rvrc-hist-label { width:30px; }
.rvrc-hist-bar { flex:1; background:#eee; height:10px; margin:0 6px; position:relative; border-radius:4px; }
.rvrc-hist-fill { height:100%; border-radius:4px; background:#f39c12; }
.rvrc-hist-count { width:40px; text-align:right; }

/* ===== ランキング ===== */
.rvrc-rank-wrap { width:100%; }
.rvrc-rank-controls { margin:12px 0; font-size:14px; }
.rvrc-rank-order { padding:6px 8px; }

.rvrc-rank-list { width:100%; }
.rvrc-rank-loading, .rvrc-rank-error, .rvrc-rank-empty { padding:8px; font-size:14px; color:#555; }

.rvrc-rank-grid { display:flex; flex-direction:column; gap:8px; }
.rvrc-rank-item {
  display:flex; gap:12px; align-items:center;
  text-decoration:none; color:inherit; border:1px solid #eee; border-radius:8px; padding:8px 10px;
}
.rvrc-rank-item:hover { background:#fafafa; }
.rvrc-rank-no {
  width:28px; min-width:28px; height:28px; border-radius:50%; 
  display:flex; align-items:center; justify-content:center; 
  background:#f0f0f0; font-weight:700;
}
.rvrc-rank-main { display:flex; align-items:center; justify-content:space-between; width:100%; }
.rvrc-rank-title { display:flex; align-items:center; gap:8px; font-weight:600; }
.rvrc-rank-thumb { width:40px; height:40px; object-fit:cover; border-radius:6px; }
.rvrc-rank-meta { font-size:14px; color:#555; display:flex; gap:6px; }
.rvrc-rank-avg { font-weight:700; }