/* Testimony Slide Styles */
section.wp-block-amphibee-slider-testimony .slider-testimony-slide {
    background: #fff;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    height: auto;
    min-height: 400px;
}

section.wp-block-amphibee-slider-testimony .testimony-slide-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 400px;
    height: 100%;
}

section.wp-block-amphibee-slider-testimony .author-portrait {
    width: 100%;
    height: 320px;
    aspect-ratio: 1/1;
    object-fit: cover;
    background-color: var(--gbg-color-light-citron);
}

@media screen and (min-width: 998px) {
    section.wp-block-amphibee-slider-testimony .testimony-slide-wrapper {
        flex-direction: row;
    }
    section.wp-block-amphibee-slider-testimony .author-portrait {
        width: 100%;
        height: 100%;
        aspect-ratio: unset;
    }

    .slider-testimony-block .slider-testimony-container .testimony-author-image {
        flex: 0 0 45%;
    }
    .slider-testimony-block .slider-testimony-container .testimony-content {
        flex: 0 0 55%;
        flex-shrink: 1;
    }
}

/* Testimony Content Section */
.slider-testimony-slide .testimony-content {
    padding: 24px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

.slider-testimony-block.background-light .slider-testimony-slide .testimony-content {
    background-color: var(--gbg-color-primary);
}

@media screen and (min-width: 998px) {
    .slider-testimony-slide .testimony-content {
        padding: 32px 32px 32px 40px;
    }
}

/* Quote Section */
.wp-block-amphibee-slider-testimony .swiper-slide .testimony-quote {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.testimony-text {
    font-size: clamp(14px, 4vw, 20px);
    line-height: 1.25;
    color: var(--gbg-color-primary);
    margin: 0;
    padding: 0;
    border:0;
}

.slider-testimony-block.background-light .testimony-text {
    color: var(--gbg-color-light);
}

.testimony-text:before {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    background-image: url("data:image/svg+xml,<svg width=\"18\" height=\"14\" viewBox=\"0 0 18 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 5.17885C0 1.42768 1.42768 0 5.20684 0H7.41835V2.82737H5.73873C4.00311 2.82737 3.41524 3.41524 3.41524 5.15086V7.41835H6.43857V13.493H0V5.17885ZM10.5816 13.493V5.17885C10.5816 1.42768 12.0093 0 15.7885 0H18V2.82737H16.3204C14.5848 2.82737 13.9969 3.41524 13.9969 5.15086V7.41835H17.0202V13.493H10.5816Z\" fill=\"%233100BE\"/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 16px;
}

.slider-testimony-block.background-light .testimony-text:before {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"14\" viewBox=\"0 0 18 14\" fill=\"none\"><path d=\"M0 5.17885C0 1.42768 1.42768 0 5.20684 0H7.41835V2.82737H5.73873C4.00311 2.82737 3.41524 3.41524 3.41524 5.15086V7.41835H6.43857V13.493H0V5.17885ZM10.5816 13.493V5.17885C10.5816 1.42768 12.0093 0 15.7885 0H18V2.82737H16.3204C14.5848 2.82737 13.9969 3.41524 13.9969 5.15086V7.41835H17.0202V13.493H10.5816Z\" fill=\"white\"/></svg>");
}

/* Author Information */
.wp-block-amphibee-slider-testimony .swiper-slide .testimony-author-info .author-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--gbg-color-primary);
    margin: 0;
    line-height: 1.25;
}

.wp-block-amphibee-slider-testimony .swiper-slide .testimony-author-info .author-role {
    font-size: clamp(14px, 4vw, 16px);
    color: var(--gbg-color-primary);
    margin: 0;
    line-height: 1.4;
}

.wp-block-amphibee-slider-testimony.background-light .swiper-slide .testimony-author-info .author-name,
.wp-block-amphibee-slider-testimony.background-light .swiper-slide .testimony-author-info .author-role {
    color: var(--gbg-color-light);
}

/* Company Logo */
.wp-block-amphibee-slider-testimony .swiper-slide .testimony-company-logo {
    flex-grow: 1;
    align-content: flex-end;
}

.wp-block-amphibee-slider-testimony .swiper-slide .testimony-company-logo .company-logo {
    width: auto;
    height: 50px;
    object-fit: contain;
    max-width: 50%;
    margin-top: 30px;
}
