.footer__soc_item img {
    width: 1.125em;
    height: 1.125em;
    object-fit: contain;
}

.button {
    padding: .5625em .5625em;
}

/* Mobile language selector - simple solution */
.header__mob_menu {
    display: none;
    align-items: center;
    gap: 1rem;
}

.header__lang--mobile {
    display: none;
}

/* Show mobile menu and language selector only on mobile */
@media (max-width: 768px) {
    .header__mob_menu {
        display: flex;
    }
    
    .header__lang--mobile {
        display: block;
    }
}