.testimonial-bubble-text {
    background: #9FFFE6;
    border-radius: 2em;
    padding: 2em;
    position: relative;
    margin-bottom: 2em;
}

.testimonial-bubble-text p:last-of-type {
    margin:0;
}

.testimonial-bubble-metas {
    display: flex;
    column-gap: 1em;
    justify-content: left;
    align-items: center;
}

.testimonial-bubble.backend {
    width: 100%;
    background: #ffffff;
    padding: 1em;
}

.slider-anything.backend .block-editor-block-list__layout .wp-block-acf-testimonial-bubble {
    width: 100%;
    max-width: 100%;
}

.testimonial-bubble.backend {
    padding: 1em;
}
.bubble-queue {
    position: absolute;
    top: 100%;
    left: 2em;
}

.testimonial-bubble-photo {
    width: 3.3em;
    height: 3.3em;
    background: var(--medium-purple);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.testimonial-bubble-datas {
    color: var(--white);
    font-size: var(--fs-20);
}

span.testimonial-bubble-function {
    color: var(--medium-purple);
}

span.testimonial-bubble-surname, span.testimonial-bubble-name {
    font-weight: 600;
}

.testimonial-bubble-photo img {
    width: 45px;
}

.testimonial-bubble-photo-inner {
    width: 2.6em;
    height: 2.6em;
    background: var(--white);
    border-radius: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.testimonial-bubble.tns-item {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

div.testimonial-bubble.tns-item.tns-slide-active,
div.testimonial-bubble {
    opacity: 0.7;
}

div.testimonial-bubble.tns-item.tns-slide-active~
div.testimonial-bubble.tns-item.tns-slide-active {
    opacity:1;
}

div.testimonial-bubble.tns-item.tns-slide-active~
div.testimonial-bubble.tns-item.tns-slide-active~
div.testimonial-bubble.tns-item.tns-slide-active {
    opacity: 0.7;
}

div.testimonial-bubble.tns-item.tns-slide-active~
div.testimonial-bubble.tns-item.tns-slide-active~
div.testimonial-bubble.tns-item.tns-slide-active~
div.testimonial-bubble.tns-item,

div.testimonial-bubble{
    opacity: 0.2;
}

div.testimonial-bubble.backend{
    opacity: 1;
}