/* ... попередні стилі ... */

/* Splide overrides для красивого вигляду */
.splide__slide img {
    @apply rounded-2xl;
}

.splide__arrow {
    @apply bg-white/80 hover:bg-white text-primary opacity-70 hover:opacity-100 transition;
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.splide__arrow svg {
    fill: currentColor;
    width: 24px;
    height: 24px;
}

.splide__pagination__page {
    @apply bg-gray-300;
}

.splide__pagination__page.is-active {
    @apply bg-primary;
}