.sml-language-switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 16px 0;
}

.sml-language-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid currentColor;
    border-radius: 999px;
    text-decoration: none;
    line-height: 1.2;
}

.sml-language-link.is-active {
    font-weight: 700;
    text-decoration: underline;
}

.sml-language-link.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
