/* Minimal, clean styling for MADAME reviews */
.msr-wrap{display:grid;gap:16px}
.msr-cols-1{grid-template-columns:1fr}
.msr-cols-2{grid-template-columns:repeat(2,1fr)}
.msr-cols-3{grid-template-columns:repeat(3,1fr)}
.msr-cols-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.msr-cols-3,.msr-cols-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.msr-cols-2,.msr-cols-3,.msr-cols-4{grid-template-columns:1fr}}

.msr-card{border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff}
.msr-card-inner{padding:16px}
.msr-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.msr-stars-wrap{font-size:16px;line-height:1}
.msr-star{opacity:.25;margin-right:2px}
.msr-star.is-on{opacity:1}
.msr-badge{font-size:12px;background:#111;color:#fff;border-radius:999px;padding:4px 8px;display:inline-block}

.msr-content{font-size:15px;line-height:1.5;color:#222;margin:8px 0 10px}
.msr-footer{display:flex;flex-wrap:wrap;gap:6px;align-items:center;color:#555;font-size:14px}
.msr-footer .msr-prod{width:100%;color:#333;font-weight:600;margin-top:4px}
.msr-dot{opacity:.6}
.msr-style-minimal .msr-card{border:none;border-left:3px solid #111;background:#fafafa}
