/* Kodica Google Reviews Lite */
.kgrl-wrap .kgrl-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;margin-top:16px;max-width:900px}
.kgrl-wrap .ul-disc{list-style:disc;margin-left:20px}

.kgrl-widget{border:1px solid #e5e7eb;border-radius:16px;padding:16px;max-width:780px}
.kgrl-header{display:flex;gap:12px;align-items:center;margin-bottom:10px;flex-wrap:wrap}
.kgrl-score{font-size:24px;display:flex;align-items:center;gap:6px}
.kgrl-stars .kgrl-star{font-size:18px;line-height:1}
.kgrl-star.full{color:#f59e0b}
.kgrl-star.half{background:linear-gradient(90deg,#f59e0b 50%,#e5e7eb 50%);-webkit-background-clip:text;background-clip:text;color:transparent}
.kgrl-star.empty{color:#e5e7eb}
.kgrl-total{color:#6b7280}
.kgrl-list{display:flex;flex-direction:column;gap:14px;margin-top:6px}
.kgrl-item{display:flex;gap:12px}
.kgrl-avatar{width:44px;height:44px;border-radius:999px;overflow:hidden;flex:0 0 44px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}
.kgrl-avatar img{width:100%;height:100%;object-fit:cover}
.kgrl-avatar-fallback{color:#6b7280;font-weight:600}
.kgrl-content{flex:1}
.kgrl-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}
.kgrl-author{font-weight:600}
.kgrl-time{color:#6b7280;font-size:12px}
.kgrl-text{margin:.25rem 0 0}
.kgrl-error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;padding:10px;border-radius:12px}

/* Slider */
.kgrl-slider-wrap{max-width:900px}
.kgrl-slider{display:flex;gap:12px;overflow:hidden;scroll-behavior:smooth}
.kgrl-slide{min-width:85%;flex:0 0 85%}
@media (min-width:800px){
  .kgrl-slide{min-width:48%;flex:0 0 48%}
}
.kgrl-slider-dots{display:flex;gap:6px;justify-content:center;margin-top:8px}
.kgrl-slider-dots button{width:8px;height:8px;border-radius:20px;border:1px solid #cbd5e1;background:#e5e7eb;cursor:pointer}
.kgrl-slider-dots button.active{background:#94a3b8}
