.public-testimonials-section {
    padding: 40px 0 56px;
}

.public-testimonials-head {
    text-align: center;
    margin-bottom: 20px;
}

.public-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
}

.public-testimonial-card {
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.75);
    color: #e2e8f0;
    padding: 16px;
}

.public-testimonial-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.public-testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: #fff;
    font-weight: 700;
}

.public-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-testimonial-author strong {
    display: block;
    font-size: 0.95rem;
    color: #f8fafc;
}

.public-testimonial-author span {
    font-size: 0.78rem;
    color: #fbbf24;
    letter-spacing: 1px;
}

.public-testimonial-comment {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.75;
    color: #cbd5e1;
}
