/* Navbar Extra CSS */

/* Social media links */
.social-link {
    background: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}

.social-link i {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: currentColor !important;
}

/* Dropdown menus */
.overflow-dropdown,
.overflow-submenu {
    border-radius: var(--border-radius-base);
}

/* Language buttons */
.lang-item {
    border-radius: var(--border-radius-base);
}

/* Mobile menu buttons */
.mobile-menu-button {
    border-radius: var(--border-radius-base);
}