#arh24-customer-love {
    overflow: visible;
}
#arh24-customer-love .section-header {
    margin-bottom: 2rem;
}
#arh24-customer-love .section-header h2 .title-highlight-blue,
#arh24-customer-love .section-header h2 .brand-name-highlight {
    color: var(--accent-primary);
}
#arh24-customer-love .section-header .section-subtitle {
    font-size: var(--font-size-lg);
    color: var(--text-secondary);
    max-width: 750px;
    margin-top: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

#arh24-customer-love .styled-card-grid.grid-3col {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media (min-width: 992px) {
    #arh24-customer-love .styled-card-grid.grid-3col {
        grid-template-columns: repeat(3, 1fr);
    }
}

.testimonial-card {
    padding-top: 2rem;
}

.card-icon-wrapper .initials-fallback {
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--text-on-accent);
    line-height: 1;
}

#arh24-customer-love .card-icon-wrapper {
    border-color: var(--bg-secondary);
    background-color: var(--accent-primary);
}
#arh24-customer-love .styled-card:hover .card-icon-wrapper {
    background-color: var(--accent-primary-hover);
}

.testimonial-content {
    position: relative;
    padding: 1rem 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    text-align: left;
}

.quote-icon {
    font-size: 2.5rem;
    color: var(--accent-primary-soft);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 0;
}

.testimonial-text {
    font-size: var(--font-size-base);
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding-left: 0.5rem;
}

.testimonial-author {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color-light);
    text-align: center;
}

.testimonial-author .author-name {
    font-weight: 600;
    color: var(--text-primary);
    font-size: var(--font-size-base);
    margin-bottom: 0.5rem;
}

.testimonial-author .stars {
    color: #f59e0b;
    font-size: var(--font-size-base);
    line-height: 1;
}

.testimonial-author .stars i {
    margin: 0 0.1rem;
}