/* Optional: give a fixed width to slides to control peek */
.custom-splide-news .splide__slide {
    width: 80%;
    /* Less than 100% to show next slide peeking */
    flex-shrink: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.splide-arrows-vertical-custom-news {
    top: 32.5% !important;
}

.splide-left-custom-news {
    left: -5% !important;
}

.splide-right-custom-news {
    right: -5% !important;
}

.search-section-background {
    background-image: url('https://assets-cdn.sums.su/CG/Web-Assets/Page-Assets/Whats-on/events-bg.png');
}

.custom-box-shadow {
    box-shadow: 0px 20px 5px 0px #000, 0px 13px 5px 0px rgba(0, 0, 0, 0.01), 0px 7px 4px 0px rgba(0, 0, 0, 0.05), 0px 3px 3px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 20px 5px 0px color(display-p3 0 0 0 / 0.00), 0px 13px 5px 0px color(display-p3 0 0 0 / 0.01), 0px 7px 4px 0px color(display-p3 0 0 0 / 0.05), 0px 3px 3px 0px color(display-p3 0 0 0 / 0.09), 0px 1px 2px 0px color(display-p3 0 0 0 / 0.10);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}