.elementor-4007 .elementor-element.elementor-element-def5bf7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-77b198a *//* ===================== MOBILE LANGUAGE SWITCHER - FLAGS ONLY ===================== */
.custom-lang-switcher-mobile {
    position: relative;
    display: inline-block;
}

.custom-lang-switcher-mobile .current-lang-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
}

.custom-lang-switcher-mobile img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50% !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* Dropdown */
.custom-lang-switcher-mobile .lang-dropdown-mobile {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    margin-top: 6px;
    padding: 8px 0;
    min-width: 60px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
}

.custom-lang-switcher-mobile:hover .lang-dropdown-mobile {
    opacity: 1;
    visibility: visible;
}

.custom-lang-switcher-mobile .lang-item-mobile {
    display: flex;
    justify-content: center;
    padding: 8px 12px;
}

.custom-lang-switcher-mobile .lang-item-mobile:hover {
    background: #f8f9fa;
}/* End custom CSS */