﻿/* Styling pentru avatar cu inițiala în testimonial carousel */
.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--google-brand-orange) 0%, #FF8C00 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 1rem;
}
