/* Yandex Auto Translator - Language Switcher Styles */

.yt-switcher {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.yt-lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    background: #f5f5f5;
    color: #333 !important;
    border: 1px solid #ddd;
    transition: all 0.2s ease;
    line-height: 1;
}

.yt-lang-btn:hover {
    background: #e8e8e8;
    border-color: #bbb;
    color: #000 !important;
}

.yt-lang-btn.yt-active {
    background: #2271b1;
    color: #fff !important;
    border-color: #2271b1;
}

.yt-lang-btn.yt-active:hover {
    background: #135e96;
    border-color: #135e96;
}
