/* ============================================
    Spis treści:
    0. Globalne
    1. Header
    2. DJ Slider
============================================ */

/* =========== [0. Globalne] =========== */
h3,
.uk-h3 {
    @media screen and (max-width: 960px) {
        font-size: 26px;
    }
    @media screen and (max-width: 600px) {
        font-size: 22px;
    }
}

.sigFreeContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 8px;
    * {
        width: 100% !important;
    }
}

/* =========== [1. Header] =========== */
.logo-text {
    font-size: 20px;
    @media screen and (max-width: 640px) {
        font-size: 16px;
    }
    /* pointer-events: none; */
}

.uk-navbar-left {
    .uk-navbar-item {
        >div {
            margin: 0;
            >div {
                padding: 0;
            }
        }

    }
}

.uk-navbar-nav {
    margin-left: 36px;
}

.tm-header-mobile {
    @media screen and (max-width: 640px) {
        .uk-sticky {
            top: 0px !important;
        }
    }
}

/* =========== [2. DJ Slider] =========== */
.dj-slider {
    @media screen and (max-width: 767px) {
        .uk-slideshow-items {
            aspect-ratio: unset !important;
            max-height: fit-content !important;
            .el-item {
                position: relative;
                .uk-position-cover {
                    position: relative;
                }
            }
        }
    }
}

/* .dj-slider-news {
    .uk-slider-container {
        overflow: visible;
    }
} */