/* Custom styles can be added here if needed, but Tailwind handles most of it. */
.swiper-pagination-bullet {
    background-color: #4B5563;
    /* gray-600 */
    opacity: 0.5;
    transition: all 0.2s ease;
}

.swiper-pagination-bullet-active {
    background-color: #111827;
    /* gray-900 */
    opacity: 1;
    width: 20px;
    border-radius: 5px;
}