/**
 * Vellis Testimonials widget styles.
 *
 * Card-only styling — the slider scaffolding (Swiper layout, pill nav arrows,
 * pagination, arrow positions) is inherited from vellis-slider.css, which this
 * stylesheet depends on.
 */

.vellis-testimonials .vellis-testimonial {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 440px;
    box-sizing: border-box;
    padding: 24px 40px 40px 40px;
    border-radius: 8px;
    background-color: #0E3A3C;
    color: #fff;
}

.vellis-testimonial__quote {
    margin: 0 0 24px;
    color: #fff;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;

}

.vellis-testimonial__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 28px;
    border-top: 1px solid #113F4233;
}

.vellis-testimonial__author {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.vellis-testimonial__avatar {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    background-color: rgba(255, 255, 255, 0.1);
}

.vellis-testimonial__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vellis-testimonial__meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vellis-testimonial__role {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.vellis-testimonial__name {
    color: #fff;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.vellis-testimonial__quote-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: flex-end;
    color: #fff;
    opacity: 0.9;
    line-height: 0;
}

.vellis-testimonial__quote-icon svg {
    width: 48px;
    height: 48px;
    color: inherit;
}