.ww-testimonial-slider {
    width: 100%;
    overflow: hidden;
}

.ww-testimonial-slider .swiper-button-prev,
.ww-testimonial-slider .swiper-button-next {
/*     color: #000; */
}

.ww-editor-testimonial-message {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: var(--ast-global-color-0);
    color: #fff;
}

.ww-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.ww-popup-content {
    position: relative;
    max-width: 800px;
    width: 90%;
}

.ww-popup-content iframe {
    width: 100%;
    height: 450px;
}

.ww-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}


.ww-testimonial {
    padding: 5px;
    border-radius: var(--ww-site-border-radius);
    background-color: #F5F7FA;
	height:100%;
}

.ww-testimonial__content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 14px 10px;
}

.ww-testimonial__content-inner-left {
    flex: 0 0 100%;
    max-width: 72%;
}

.ww-testimonial__content-inner-left h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30.8px;
    color: var(--ww-heading-dark);
    margin-bottom: 6px;
}

.ww-testimonial__content-inner-left p {
    margin-bottom: 0;
    color: #084157;
    font-size: 15px;
    line-height: 19px;
}

.ww-testimonial__image {
    aspect-ratio: 360 / 201;
    cursor: pointer;
}

.ww-testimonial__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: var(--ww-site-border-radius);
}

.ww-testimonial__content-inner-right img {
    width: 87px;
    height: 48px;
    object-fit: cover;
}