﻿.language-switcher {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: normal;
}

    .language-switcher a {
        text-decoration: none;
        padding: 5px 10px;
        color: #555;
        border-radius: 5px;
        transition: background-color 0.3s;
    }

        .language-switcher a.selected {
            font-weight: bold;
            background-color: #007bff;
            color: white;
        }

.language-separator {
    color: #999;
    padding: 0 5px;
}

.flag-icon {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}
