.custom-slider-module .custom-slider-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.custom-slider-module .custom-slider-title {
    margin: 0;
}

.custom-slider-module .custom-slider-controls {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.custom-slider-module .custom-slider-viewall {
    text-decoration: underline;
    font-weight: 700;
    white-space: nowrap;
}

.custom-slider-module .swiper-buttons {
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 4px;
    transform: none;
    z-index: auto;
}

.custom-slider-module .swiper-buttons > div {
    position: static;
    width: 24px;
    height: 24px;
    min-width: 0;
    min-height: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.custom-slider-module .swiper-buttons > div.swiper-button-disabled {
    opacity: 0.35;
}

.custom-slider-module .swiper-wrapper {
    align-items: center;
}

.custom-slider-module .custom-slider-item {
    height: auto;
    width: 25%;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .custom-slider-module .custom-slider-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .custom-slider-module .custom-slider-item {
        width: 100%;
    }
}

.custom-slider-module .custom-slider-image {
    display: block;
    width: 100%;
}

.custom-slider-module .custom-slider-image img {
    display: block;
    width: 100%;
    height: auto;
}

.custom-slider-module .custom-slider-divider {
    margin: 12px 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-slider-module .custom-slider-name {
    padding-bottom: 12px;
}

.custom-slider-module .custom-slider-name a,
.custom-slider-module .custom-slider-name a:hover,
.custom-slider-module .custom-slider-name a:visited,
.custom-slider-module .custom-slider-name a:focus {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
}
