/* Testimonios — avatar circular (carga estática) */
.ft-testimonial-footer {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
}

.ft-testimonial-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: 2px solid #e8eaed;
    border-radius: 50%;
    object-fit: cover;
    background: #f1f5f9;
}

.ft-testimonial-author {
    text-align: left;
}
