/* ============================================
    Spis treści:
    0. Globalne
    1. Header
    2. Navbar
============================================ */

/* =========== [0. Globalne] =========== */

/* Primary Card */
.dj-primary-card .el-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Kierunki nauczania */
.kierunki-karty .el-item .el-image {
    border-radius: 4px;
}

.kierunki-karty .el-item a .el-title {
    transition: 200ms ease-in-out;
}

.kierunki-karty .el-item a:hover .el-title {
    color: #247B64;
}

/* Aktualności */
.post-cards .el-item .el-image {
    max-height: 240px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.post-cards .el-item a .el-title {
    transition: 200ms ease-in-out;
}

.post-cards .el-item a:hover .el-title {
    color: #247B64;
}

/* Przyciski */
.arrow-right-top-corner svg {
    transform: rotate(315deg);
}

@media screen and (max-width: 640px) {
    .uk-button {
        padding: 0 16px;
        font-size: 12px;
        line-height: 40px;
    }
}

/* =========== [1. Header] =========== */

.tm-header .uk-sticky {
    border: 1px solid #F9F9F9;
}

/* BIP */
.bip-logo-wrapper {
    margin-left: 0 !important;
}

.bip-logo-wrapper >div {
    padding-left: 0 !important;
}

.bip-logo-wrapper >div >div {
    padding-left: 10px !important;
}

@media screen and (max-width: 1320px) {
    .uk-navbar-nav {
        gap: 25px;
    }
    .uk-navbar-nav>li>a {
        font-size: 14px;
    }
    
    }
    .bip-logo-wrapper .el-image {
        width: 65px;
    }
}

/* =========== [2. Navbar] =========== */
/* .uk-navbar-dropdown-nav .uk-nav-sub a {
    font-size: 13px;
} */