﻿.language-selector-dropdown {
    background-color: var(--primary-color);
    min-width: 100px;
    width: max-content;
    height: 40px;
    border-radius: 5px;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    justify-content: space-evenly;
}

    .language-selector-dropdown option {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        padding: 12px 16px;
        text-decoration: none;
        justify-content: end;
    }