<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-last-users .swiper-slide img {
        max-height: 50px !important; /* Wymuszenie max-height */
        width: auto; /* Zachowanie proporcji */
    }

    .swiper-last-users .swiper-slide {
        width: 92px !important; /* Dopasowanie szerokoĹ›ci */
        display: flex;
        flex-direction: column;
        align-items: center; /* WyĹ›rodkowanie */
        justify-content: center;
        text-align: center;
    }</pre></body></html>