.umbjm-language-switcher {
    display: inline-block;
}

.umbjm-lang-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s ease;
    font-size: 12.5px;
}

.umbjm-lang-btn:hover {
    color: #009DFF !important;
}

.umbjm-lang-dropdown {
    min-width: 170px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 0.25rem 0;
    z-index: 50;
}

.umbjm-lang-dropdown.hidden {
    display: none;
}

.umbjm-lang-option {
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 0.5rem 0.75rem;
    font-size: 12.5px;
    transition: background-color 0.2s ease;
}

.umbjm-lang-option:hover {
    background-color: #f0f4f8;
}

.umbjm-lang-option.text-\[\#009DFF\] {
    color: #009DFF !important;
    font-weight: 600;
}

.umbjm-chevron.rotate-180 {
    transform: rotate(180deg);
}

/* RTL support for Arabic and Hebrew */
[dir="rtl"] .umbjm-language-switcher .relative {
    border-left: none;
    border-right: 1px solid #e5e7eb;
    padding-left: 0;
    padding-right: 1rem;
    margin-left: 0;
    margin-right: 0.25rem;
}

[dir="rtl"] .umbjm-lang-dropdown {
    right: auto;
    left: 0;
}
