/*============================================================================================
   Start Testimonial CSS
==============================================================================================*/

.testimonial-style-1 .testimonial-card {
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 24px;
    min-height: 224px;
    margin-top: 1px;
}

.testimonial-style-1 .testimonial-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonial-style-1 .testimonial-author-thumbnail img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.testimonial-style-1 .testimonial-info {
    margin: 0;
}

.testimonial-style-1 .testimonial-info h5 {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}

.testimonial-style-1 .testimonial-info {
    display: block;
}

.testimonial-style-1 .testimonial-info span {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
}

.testimonial-style-1 .testimonial-text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*============================================================================================
   End Testimonial CSS
==============================================================================================*/