/* Clean modern card styles v3.0 */
.grs-container{max-width:1200px;margin:0 auto;padding:20px;}
.grs-row{display:flex;gap:12px;justify-content:space-between;align-items:stretch;}
.grs-card{flex:1 1 18%;background:#fff;border-radius:12px;padding:14px;box-shadow:0 8px 24px rgba(0,0,0,0.06);display:flex;flex-direction:column;min-height:170px;}
.grs-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #f0f0f0;}
.grs-avatar-placeholder{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#efefef;font-weight:700;color:#666;}
.grs-meta{margin-left:10px;}
.grs-top{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
.grs-author{font-weight:700;font-size:14px;}
.grs-stars{margin-top:4px;}
.grs-star-full{color:#F6B100;font-size:16px;margin-right:2px;}
.grs-star-empty{color:#ddd;font-size:16px;margin-right:2px;}
.grs-text{flex:1;font-size:14px;color:#333;white-space:pre-wrap;margin-top:6px;}
.grs-time{font-size:12px;color:#888;margin-top:8px;}
@media(max-width:900px){ .grs-card{flex:1 1 45%;} .grs-row{flex-wrap:wrap;} }
@media(max-width:600px){ .grs-card{flex:1 1 100%;} }
