 /* Hide duplicated logo sections (keeps the first one only) */
        section[data-trusted-logos]~section[data-trusted-logos] {
            display: none !important;
        }

        /* If a slider/marquee library is cloning items, hide the clones */
        section[data-trusted-logos] .slick-cloned,
        section[data-trusted-logos] .swiper-slide-duplicate,
        section[data-trusted-logos] [aria-hidden="true"] {
            display: none !important;
        }