/* Add custom CSS styles below */ 



/* ========================================================================
 * Feature : Review Initial Avatar
 * Description : استبدال الصورة الافتراضية للمراجعين بدائرة تعرض الحرف الأول من اسم العميل.
 * Store : Matt Royal
 * Added : 2026-08-04
 * ======================================================================== */
.review-initial-avatar{
    width:3.5rem;
    height:3.5rem;
    min-width:3.5rem;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#8A7866;
    color:#fff;
    font-size:1.25rem;
    font-weight:700;
    line-height:1;
    user-select:none;
    flex-shrink:0;
}