.nvait-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1;
}

.nvait-language-link {
    border: 1px solid rgba(15, 23, 42, 0.18);
    border-radius: 4px;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 10px;
    text-decoration: none;
    background: #fff;
}

.nvait-language-link.is-active {
    border-color: currentColor;
    font-weight: 700;
}

.nvait-floating-switcher {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 9999;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    padding: 8px;
}

@media (max-width: 640px) {
    .nvait-floating-switcher {
        right: 10px;
        bottom: 10px;
    }

    .nvait-language-link {
        min-height: 30px;
        padding: 0 8px;
    }
}
