
/* Reviews cards: inherit site's dark theme */
.rev-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.rev-card{display:block;background:linear-gradient(180deg,#131a27,#10151e);border:1px solid #1d283b;border-radius:18px;overflow:hidden;text-decoration:none}
.rev-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.25)}
.rev-thumb{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}
.rev-body{padding:14px}
.rev-title{margin:0 0 6px;font:600 1.05rem/1.3 system-ui;color:#e8eef6}
.rev-meta{margin:0 0 6px;color:#9bb0c9;font:.85rem/1.3 system-ui}
.rev-excerpt{margin:0;color:#c7d6eb}
.stars{font:800 0.95rem/1 ui-monospace;color:#ffd166}

/* Inline review images */
figure { margin: 1rem 0; }
figure img { max-width: 100%; height: auto; display: block; border-radius: 8px; }
figcaption { font-size: .9rem; color: #9bb0c9; text-align: center; margin-top: .35rem; }
