/* Testimonial Styles */
.testimonial__rating {
    margin-bottom: 15px;
    color: #FFC107;
}

.testimonial__rating .fas.fa-star {
    color: #FFC107;
}

.testimonial__rating .far.fa-star {
    color: rgba(255, 255, 255, 0.3);
}

.testimonial__rating .rating-value {
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
}

/* Fix for equal height testimonials */
.testimonial__active .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.testimonial__active .swiper-slide {
    height: auto;
    display: flex;
}

.testimonial__item {
    height: 100%;
    width: 100%;
}

.testimonial__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.testimonial__text {
    flex-grow: 1;
    margin-bottom: 15px;
}

.testimonial__text p {
    margin-bottom: 0;
}

.testimonial__avatar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.testimonial__avatar .location {
    opacity: 0.7;
}

.source-badge {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
}
