/* TNM Reviews Frontend — base styles only, Tailwind handles the rest */

.tnm-reviews-wrap {
    width: 100%;
}

/* Ensure carousel buttons don't get overridden by theme */
.tnm-reviews-carousel .swiper-button-next,
.tnm-reviews-carousel .swiper-button-prev {
    color: #1f2937;
}

.tnm-reviews-carousel .swiper-pagination-bullet-active {
    background: #1f2937;
}

.dark .tnm-reviews-carousel .swiper-pagination-bullet {
    background: #707274;
}

.dark .tnm-reviews-carousel .swiper-pagination-bullet-active {
    background: #a0a2a5;
}

/* Load more button spinner state */
.tnm-load-more-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
