.ipc-partners-swiper {
    width: 100%;
    padding: clamp(20px, 4vw, 40px) 0;
}
/*
.ipc-partner-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 140px;
}

.ipc-partner-logo {
    max-width: min(70vw, 320px);
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.85;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
*/
.ipc-partner-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.ipc-partner-logo {
    max-width: auto;
    max-height: 80px;
}


.ipc-partner-logo:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.03);
}

/* Dark mode (Blocksy compatible) */
[data-color-mode="dark"] .ipc-partner-logo {
    filter: grayscale(100%) brightness(1.2);
}

/* Mobile optimization */
@media (max-width: 768px) {
    .ipc-partner-logo {
        max-height: 90px;
    }
}
