.testimonials {
    padding: 0 50px;
    text-align: center;
    position: relative;
}

/* Hide default Swiper navigation icons */
.testimonials svg.swiper-navigation-icon {
    display: none;
}

/* Center arrows with slides at full height */
.testimonials .swiper-wrapper {
    height: 100%;
    align-items: center;
}

.testimonials .swiper-slide {
    height: 100%;
}

.testimonials .testimonial-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials .testimonial-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 120px;
}

.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    color: var(--wp--preset--color--primary);
}

/* Quote icon styling */
.testimonials .quote-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 1;
    pointer-events: none;
}

.testimonials .quote-icon path {
    fill: var(--wp--preset--color--primary);
}

.testimonials .quote-icon--top-left {
    top: 0;
    left: 0;
    transform: scale(-1, -1);
}

.testimonials .quote-icon--bottom-right {
    bottom: 0;
    right: 0;
}
