.testimonial {
    padding: 0 24px;
}

.testimonial .container {
    max-width: 768px;
}

.testimonial-content-section {
    padding: 0 0 80px;
}

.testimonial-thumbnail {
    margin: 0 0 32px;
}

.testimonial-thumbnail img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.testimonial-content {
    font-size: 16px;
    /* line-height: 1.7; */
}

.testimonial-video {
    margin-bottom: 16px;
}

.testimonial-video-wrapper {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.testimonial-video-wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.testimonial-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonial-vimeo-link {
    width: 100%;
    margin-bottom: 16px;
}

.testimonial-divider {
    margin: 0 0 32px;
    border: none;
    border-top: 1px solid var(--slate-200);
}

/* ── Archive ── */

.testimonials-archive-hero {
    padding: 80px 24px 40px;
}

.testimonials-archive-hero h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.testimonials-archive-list {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonials-archive-row {
    padding: 0 24px;
}

.testimonials-archive-row-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.testimonials-archive-row.is-reversed .testimonials-archive-row-inner {
    direction: rtl;
}

.testimonials-archive-row.is-reversed .testimonials-archive-row-inner > * {
    direction: ltr;
}

@media (max-width: 768px) {
    .testimonials-archive-row-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .testimonials-archive-row.is-reversed .testimonials-archive-row-inner {
        direction: ltr;
    }
}

.testimonials-archive-thumbnail img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.testimonials-archive-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 16px;
}

.testimonials-archive-excerpt {
    margin-bottom: 24px;
    font-size: 16px;
}

/* ── Single ── */

.testimonial .wp-block-embed.is-type-video .wp-block-embed__wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.testimonial .wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}

.testimonial .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
