/**
 * Molecule: Testimonial Slide
 */

.saha-testimonial-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* Quote icon */

.saha-testimonial-slide__icon {
    margin-bottom: 60px;
}

.saha-testimonial-slide__icon .saha-icon {
    display: block;
    width: 36px;
    height: 32px;
    color: #242424;
}

/* Quote text */

.saha-testimonial-slide__quote {
    margin: 0 0 10px;
}

.saha-testimonial-slide__quote p {
    font-family: var(--saha-font-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

/* Author */

.saha-testimonial-slide__author {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.saha-testimonial-slide__photo {
    margin-top: 40px;
    margin-bottom: 20px;
}

.saha-testimonial-slide__photo,
.saha-testimonial-slide__photo .saha-image,
.saha-testimonial-slide__photo .saha-image__img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}

.saha-testimonial-slide__photo .saha-image__img {
    object-fit: cover;
}

.saha-testimonial-slide__meta {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.saha-testimonial-slide__name {
    font-family: var(--saha-font-primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    color: #242424;
    margin-bottom: 10px;
}

.saha-testimonial-slide__role {
    font-family: var(--saha-font-primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    color: rgba(36, 36, 36, 0.5);
}
