/* Force UNDP logo size */
.elementor-repeater-item-da76446 img {
    transform: scale(1.3) !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    min-width: 150px !important; /* Ensure minimum visibility */
    object-fit: contain !important;
}

/* Specific fix for Swiper slide container if needed */
.swiper-slide .elementor-repeater-item-da76446 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}
