.gbreviews-widget {border:1px solid #eee; border-radius:12px; padding:16px; background:#fff}
.gbreviews-header {display:flex; gap:12px; align-items:center; margin-bottom:12px}
.gbreviews-header h3 { color:#022a4e; margin:0 }
.gbreviews-icon {width:32px; height:32px; border-radius:6px; object-fit:cover; border:1px solid #e5e5e5}
.gbreviews-sub {color:#555; margin:0}
.gbreviews-list {list-style:none; margin:0; padding:0; display:grid; gap:12px}
.gbreviews-item {border:1px solid #f0f0f0; border-radius:10px; padding:12px}
.gbreviews-author {display:flex; align-items:center; gap:8px}
.gbreviews-author img {width:28px; height:28px; border-radius:50%; object-fit:cover}
.gbreviews-rating {font-size:18px; line-height:1}
.gbreviews-rating .star {opacity:.4}
.gbreviews-rating .star.full {opacity:1; color:#022a4e}
.gbreviews-text {margin:.5rem 0 0}
.gbreviews-empty {color:#999}
