/* ==========================================================================
   09 - نظرات مشتریان
   ========================================================================== */

.testi-card{position:relative;}
.stars{color:var(--green); font-size:16px; margin-bottom:16px; letter-spacing:2px;}
.testi-person{display:flex; align-items:center; gap:12px; margin-top:20px;}
.avatar{width:44px; height:44px; border-radius:50%; background:var(--bg-2); display:flex; align-items:center; justify-content:center; font-weight:700; color:var(--text-heading);}
.testi-name{font-size:14px; font-weight:700; color:var(--text-heading);}
.testi-role{font-size:13px; color:var(--text-muted);}
