/*
Theme Name: KZ - Astra Child Theme
Description: This is a child theme for Astra
Author: jromano
Template: astra
Version: 0.1
*/

/* ===== Testimonials Archive ===== */

.kz-testimonial-list {
    max-width: 900px;
    margin: 0 auto;
}

.kz-testimonial-row {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.kz-testimonial-avatar img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.kz-testimonial-body {
    flex: 1;
}

/* Stars line */
.kz-testimonial-stars {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.kz-testimonial-stars .kz-star {
    margin-right: 2px;
}

/* Filled stars in orange, empties in light gray */
.kz-testimonial-stars .kz-star-filled {
    color: #e67c3c;
}

.kz-testimonial-stars .kz-star-empty {
    color: #ddd;
}

/* Testimonial text */
.kz-testimonial-text p {
    margin: 0 0 0.75rem;
    line-height: 1.6;
}

/* Author line */
.kz-testimonial-author {
    margin-top: 0.3rem;
    font-size: 0.95rem;
}

.kz-testimonial-name {
    font-weight: 600;
}

.kz-testimonial-slash {
    margin: 0 0.25rem;
}

.kz-testimonial-source {
    font-style: normal;
}

/* Separator between testimonials */
.kz-testimonial-separator {
    text-align: center;
    margin: 2rem 0;
}

.kz-testimonial-separator .kz-separator-line {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #e0e0e0;
}

/* Responsive: stack on small screens */
@media (max-width: 640px) {
    .kz-testimonial-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .kz-testimonial-avatar img {
        width: 90px;
        height: 90px;
    }
}
