/* Swiper pagination custom */
.suggestedSwiper {
    padding-bottom: 3rem; /* espacio para bullets */
}

.suggestedSwiper .swiper-pagination {
    bottom: 0 !important;
}

.suggestedSwiper .swiper-pagination-bullet {
    background: #c7d2fe; /* indigo-200 */
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
}

.suggestedSwiper .swiper-pagination-bullet-active {
    background: #005393; /* indigo-600 */
    width: 18px;
    border-radius: 9999px;
}
