/* --- Block Testimonials
-------------------------------------------------------- */

.wp-block-clients-testimonial,
.wp-block-clients-testimonial-three-cols {
    .wp-block-group-content {
        position: relative;

        &:before {
            color: var(--wp--preset--color--primary);
            font-family: "Arial";
            content: "\201C";
            display: block;
            float: left;
            font-size: 96px;
            font-style: normal;
            font-weight: 700;
            height: 0;
            line-height: 1;
            position: absolute;
            right: auto;
            left: 50%;
            top: -14px;
            transform: translateX(-50%);
        }

        .wp-block-image {
            border: 1px solid var(--wp--preset--color--border-color);
            border-radius: 50%;
            padding: 10px;
        }

        .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
            height: 1px;
            width: 35px;
        }
    }

    .wp-block-group-content-container {

        .swiper-pagination-bullet {
            background-color: transparent;
            opacity: 1;
            width: 8px;
            height: 8px;
            outline: 1px solid var(--wp--preset--color--foreground);
            outline-offset: 2px;
            opacity: 0.4;
        }

        .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--wp--preset--color--foreground);
        }
    }
}


.wp-block-clients-testimonial-three-cols {
    .wp-block-group-content {
        position: relative;

        &:before {
            left: var(--wp--preset--spacing--40);
            top: 28px;
            transform: none;
        }
    }
}

.wp-block-clients-testimonial-three-cols {
    .wp-block-group-content {
        background-color: var(--wp--preset--color--background);
        box-shadow: 5px 8.7px 15px 0 rgba(0, 0, 0, 0.1);
    }
}

.wp-block-section:nth-child(2n+1).wp-block-clients-testimonial-three-cols {
    .wp-block-group-content {
        background-color: var(--wp--preset--color--secondary);
    }
}

/* --- Block Testimonials Default
-------------------------------------------------------- */
.wp-block-clients-testimonial-default {
    .wp-block-group-content-container {
        position: relative;
        .wp-block-group-content {
            .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
                height: 2px;
                margin-left: 0 !important;
                margin-top: 49px;
                width: 40px;
            }
        }
        &:before {
            content: "\201D";
            color: #f9a926;
            font-size: 140px;
            font-weight: 700;
            line-height: .7;
            position: absolute;
            top: -24px;
            right: 28px;
            text-align: right;
            z-index: 2;
        }
        .navigation-wrap {
            position: absolute;
            right: 42px;
            bottom: 7px;
            z-index: 5;
            display: flex;
            .swiper-button {
                background-color: transparent;
                color: var(--wp--preset--color--foreground);
                position: static;
                height: 40px;
                width: 40px;
                &:hover {
                    background-color: transparent;
                    color: var(--wp--preset--color--primary);
                }
            }
        }
    }
}

@media screen and (min-width: 64em) {
    .wp-block-clients-testimonial-default {
        .wp-block-group-content-container {
            &:before {
                font-size: 170px;
            }
        }
    }
}

@media screen and (min-width: 75em) {
    .wp-block-clients-testimonial-default {
        .wp-block-group-content-container {
            &:before {
                font-size: 186px;
            }
        }
    }
}

@media screen and (min-width: 85.375em) {
    .wp-block-clients-testimonial-default {
        .wp-block-group-content-container {
            &:before {
                font-size: 205px;
            }
        }
    }
}

@media screen and (min-width: 100em) {
    .wp-block-clients-testimonial-default {
        .wp-block-group-content-container {
            &:before {
                font-size: 250px;
            }
        }
    }
}
