
/* Google yorum kartlarına benzer sade görünüm */
.elcin-greviews{font-family:Roboto,system-ui,-apple-system,Segoe UI,Arial,sans-serif;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media (max-width:640px){.elcin-greviews{grid-template-columns:1fr}}

.elcin-gcard{background:#fff;border:1px solid rgba(60,64,67,.12);border-radius:12px;padding:14px;box-shadow:0 1px 2px rgba(60,64,67,.08)}
.elcin-ghead{display:flex;gap:12px;align-items:flex-start;margin-bottom:10px}

.elcin-gavatar{width:40px;height:40px;border-radius:999px;background:#f1f3f4;color:#5f6368;display:flex;align-items:center;justify-content:center;font-weight:700}
.elcin-gname{font-weight:700;color:#202124;line-height:1.2}
.elcin-gsub{display:flex;gap:10px;align-items:center;margin-top:4px;font-size:12.5px;color:#5f6368}

.elcin-stars{display:inline-flex;gap:1px;transform:translateY(-1px)}
.elcin-star{font-size:14px;line-height:1;opacity:.25;color:#fbbc04}
.elcin-star.is-on{opacity:1}

.elcin-gdate{white-space:nowrap}
.elcin-gtext{color:#202124;font-size:14px;line-height:1.55;white-space:pre-wrap}

.elcin-empty{grid-column:1/-1;padding:12px 14px;border:1px dashed rgba(60,64,67,.25);border-radius:12px;background:#fafafa;color:#5f6368}
