/* ==========================================
   Zoho Language Selector - Visibility Fix
   ========================================== */


/* Make the selector itself roomier */
.LocalePopup__localeTarget {
    min-width: 130px !important;
    width: auto !important;
    padding: 8px 14px !important;
    border: 1px solid #d8dee8 !important;
    border-radius: 25px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.08) !important;
}


/* This is the important part:
   remove Zoho's "Eng..." truncation */
.LocalePopup__localeLabel.commonStyle__overflowDotted {
    display: inline-block !important;
    max-width: none !important;
    width: auto !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: nowrap !important;
}


/* Keep text styling */
.LocalePopup__localeLabel {
    color: #2f3b52 !important;
    font-weight: 600 !important;
}


/* Hover */
.LocalePopup__localeTarget:hover {
    border-color: #2563eb !important;
}
