.logo-carousel-e28c2b3d-wrapper {
    position: relative;
    width: 100%;
    padding: 0 40px; /* Space for arrows */
}

.logo-carousel-e28c2b3d {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.logo-carousel-e28c2b3d-item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    height: calc((100% - var(--swiper-space-between, 20px)) / 2) !important; /* Forces row calculation */
    margin-top: 0 !important;
}

.logo-carousel-e28c2b3d-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.logo-carousel-e28c2b3d-img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

/* Swiper overrides */
.logo-carousel-e28c2b3d-wrapper .swiper-button-next,
.logo-carousel-e28c2b3d-wrapper .swiper-button-prev {
    color: #333;
    width: 30px;
    height: 30px;
}

.logo-carousel-e28c2b3d-wrapper .swiper-button-prev {
    left: 0;
}

.logo-carousel-e28c2b3d-wrapper .swiper-button-next {
    right: 0;
}

.logo-carousel-e28c2b3d-wrapper .swiper-button-next:after,
.logo-carousel-e28c2b3d-wrapper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.logo-carousel-e28c2b3d .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: auto;
}

.logo-carousel-e28c2b3d .swiper-pagination-bullet-active {
    background-color: #333;
}