.wpml-ls-748c8d20 {
    font-family: 'DM Sans', sans-serif;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 7px;
    padding: 2px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.wpml-ls-item-748c8d20 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 5px 9px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}

a.wpml-ls-item-748c8d20:hover {
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.05);
}

.wpml-ls-item-748c8d20.is-active {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: default;
}

.wpml-ls-item-748c8d20:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}
