
.v61-rating-card{
  max-width:720px;
  margin:16px auto 0;
  padding:22px;
  border:1px solid rgba(148,163,184,.15);
  border-radius:18px;
  background:rgba(15,23,42,.28);
  text-align:center;
}
.v61-stars{
  display:flex;
  justify-content:center;
  gap:7px;
  flex-wrap:wrap;
}
.v61-stars button{
  border:0;
  background:transparent;
  padding:3px;
  min-width:48px;
  min-height:48px;
  color:rgba(148,163,184,.38);
  font-size:42px;
  line-height:1;
  cursor:pointer;
  transition:transform .15s ease,color .15s ease;
}
.v61-stars button:hover,.v61-stars button:focus-visible{transform:scale(1.12)}
.v61-stars button.active{color:#facc15}
.v61-rating-text{margin-top:8px;font-weight:900;font-size:18px}
.v61-rating-summary{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:16px;
}
.v61-rating-summary>div{
  padding:11px;
  border:1px solid rgba(148,163,184,.12);
  border-radius:12px;
  background:rgba(2,6,23,.16);
}
.v61-rating-summary span,.v61-rating-summary strong{display:block}
.v61-rating-summary span{font-size:11px;opacity:.6;font-weight:900}
.v61-rating-summary strong{margin-top:4px}
.v61-note{margin:15px 0 0;font-size:12px;line-height:1.5;opacity:.65}
@media(max-width:520px){
  .v61-stars button{font-size:36px;min-width:42px}
  .v61-rating-summary{grid-template-columns:1fr}
}
