.wp-block-kh-testimonials.kh-testimonials,
.kh-testimonials {
    --kh-testimonial-gap: var(--wp--style--block-gap, clamp(1.5rem, 3vw, 3rem));
    --kh-testimonial-text-size: clamp(1.35rem, 2.1vw, 2rem);
    --kh-testimonial-name-size: var(--wp--preset--font-size--small, 1rem);
    color: inherit;
    font-family: inherit;
    position: relative;
}

.kh-testimonials.has-background {
    padding: var(--wp--preset--spacing--60, clamp(2.5rem, 6vw, 6rem));
}

.kh-testimonials__heading {
    color: inherit;
    font-family: inherit;
    margin-top: 0;
    margin-bottom: var(--wp--preset--spacing--60, clamp(2.5rem, 6vw, 5rem));
    text-align: center;
}

.kh-testimonials__viewport {
    width: 100%;
}

.kh-testimonials__track {
    display: grid;
    gap: var(--kh-testimonial-gap);
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: min(100%, 76rem);
    padding: 0;
}

.kh-testimonials__item {
    color: inherit;
    font-family: inherit;
    min-width: 0;
}

.kh-testimonials__quote {
    border: 0;
    color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
}

.kh-testimonials__quote p {
    color: inherit;
    font-family: inherit;
    font-size: var(--kh-testimonial-text-size);
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.05;
    margin-top: 0;
    margin-bottom: 1.25rem;
    text-align: left;
}

.kh-testimonials__quote p:last-child {
    margin-bottom: 0;
}

.kh-testimonials__quote strong,
.kh-testimonials__quote b {
    font-weight: inherit;
}

.kh-testimonials__name {
    color: inherit;
    font-family: inherit;
    font-size: var(--kh-testimonial-name-size);
    font-style: italic;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.4;
    margin-top: 1.35rem;
    margin-bottom: 0;
    opacity: 0.75;
    text-align: left;
}

.kh-testimonials__name:before {
    content: "— ";
}

.kh-testimonials-empty {
    border: 1px solid currentColor;
    color: inherit;
    font-family: inherit;
    padding: 1rem;
}

@media (min-width: 700px) {
    .kh-testimonials__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1050px) {
    .kh-testimonials__track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.editor-styles-wrapper .kh-testimonials__track {
    max-width: 76rem;
}

@media (max-width: 699px) {
    .kh-testimonials {
        --kh-testimonial-text-size: clamp(1.25rem, 7vw, 1.65rem);
    }
}
