/*********************************************
 * Testimonials
**********************************************/
.vii-testimonials {
    container:testimonials / inline-size;
}

.vii-testimonials__item {
    width:clamp(350px, 40vw, 500px);
    border:1px solid #535862;
    border-right-width:0; border-left-width:2px;
    padding:var(--vii-spacing-48);
}
.vii-testimonials__item:last-child {border-right-width:2px;}

.is-single .vii-testimonials__item {width:100%;}

/* heading */
.vii-testimonials__col.heading {padding-right:20px;}

/* slider */
.is-slider .vii-testimonials__slider {
    margin-right:calc(-1 * var(--vii-gap-side));
}

/* no slider */
.vii-testimonials:has(.is-cannot-slide) .vii-testimonials__nav {display:none;}

/* number */
.vii-testimonials__numbers .separator {
    height:2px; width:40px; background:var(--vii-color-primary);
}

/* no title */
.no-title .vii-testimonials__col {width:100%;}

/*********************************************
 * Testimonials Responsive
**********************************************/
@container testimonials (max-width:1023px) {
    .vii-testimonials__col.heading {padding-right:0; width:100%;}
    .vii-testimonials__col.slider {width:100%;}
    .vii-testimonials__item {padding:20px;}
}
@container testimonials (max-width:480px) {
    .vii-testimonials__item {width:clamp(250px, 75vw, 400px);}
}