/* NAVIGATION TOP */
/*================*/

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top__menu-icon {
        display: none;
    }
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top__logo {
        max-width: 100px !important;
    }
}

.navigation-top__search {
    margin-right: 2rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top__search {
        max-width: 130px;
    }
}

.navigation-top__links li {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

/* NAVIGATION DRAWER */
/*===================*/

.navigation-drawer__links {
    margin-top: 11.50rem;
}

/* NAVIGATION BOTTOM */
/*===================*/

.navigation-bottom__social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.navigation-bottom__social ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
}

.navigation-bottom__social ul li a span {
    font-size: 2em;
    color: #D5D5D5;
}

.navigation-bottom__social ul li a span.title {
    font-size: 14px;
    color: #343434;
}