/* ====================================
   BOOK TESTIMONIAL ROTATOR
   ==================================== */

.book-testimonial-rotator {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 5px;
}

.book-testimonial-row {
    min-height: 200px;
    margin-bottom: 20px;
    position: relative;
}

.book-testimonial-row:last-child {
    margin-bottom: 0;
}

.book-testimonial-item {
    position: absolute;
    width: 100%;
    opacity: 0;
    display: none;
    padding: 10px 5px;
}

.book-testimonial-item.visible {
    display: block !important;
    opacity: 1 !important;
}


.book-testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
    justify-content: center;
}

.book-testimonial-star {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.book-testimonial-rotator .book-testimonial-item .book-testimonial-text {
    font-family: 'EB Garamond', Georgia, serif !important;
    font-size: 17px !important;
    font-style: italic !important;
    line-height: 1.4 !important;
    color: #4a4a4a !important;
    margin-bottom: 8px !important;
    text-align: center !important;
}

.book-testimonial-rotator .book-testimonial-item .book-testimonial-rotator .book-testimonial-item .book-testimonial-author {
    font-family: 'EB Garamond', Georgia, serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #654321 !important;
    text-align: center !important;
    margin-top: 0 !important;
    display: inline !important;
}

.book-testimonial-rotator .book-testimonial-item .book-testimonial-title {
    font-family: 'EB Garamond', Georgia, serif !important;
    font-size: 14px !important;
    font-style: italic !important;
    color: #8b7355 !important;
    text-align: center !important;
    margin-top: 0 !important;
    display: inline !important;
}

.book-testimonial-attribution {
    text-align: center;
}

@media (max-width: 768px) {
    .book-testimonial-row {
        min-height: 180px;
        margin-bottom: 15px;
    }
    
    .book-testimonial-text {
        font-size: 16px;
        line-height: 1.35;
    }
}
