.social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.social-icons img {
    width: 24px;
    height: 24px;
}

.language-switcher select {
    padding: 6px 24px 6px 8px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    background-color: var(--button-color);
    color: var(--selected-item-color);
    font-size: 14px;
    height: 32px;
    width: auto;
    outline: none;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
}