.mgt-language-switcher {
    position: relative;
    display: inline-block;
    z-index: 9999;
    margin: 10px 0;
}

.mgt-language-select {
    padding: 10px 35px 10px 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    font-size: 14px;
    min-width: 180px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.mgt-language-select:hover {
    border-color: #0073aa;
}

.mgt-language-select:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
}

/* Hide ALL Google Translate elements */
.goog-te-banner-frame { 
    display: none !important; 
    height: 0 !important;
}
.goog-te-gadget { 
    display: none !important; 
}
.goog-te-combo { 
    display: none !important; 
}
.skiptranslate { 
    display: none !important; 
}
.goog-te-gadget-simple { 
    display: none !important; 
}
body { 
    top: 0 !important; 
    position: static !important;
}

/* Responsive */
@media (max-width: 768px) {
    .mgt-language-select {
        min-width: 160px;
        font-size: 13px;
        padding: 8px 30px 8px 10px;
    }
}