/* Style the Google Translate Container */
#google_translate_element {
    display: inline-block;
    margin-left: 15px; /* Adjust spacing from other elements */
    font-size: 14px;
}

/* Style the Google Translate Dropdown */
#google_translate_element select {
    background-color: #fff; /* White background */
    color: #333; /* Dark text */
    border: 1px solid #ddd; /* Light border */
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

/* Hide the Google logo and branding */
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

/* Hide the Google Translate iframe */
.goog-te-banner-frame {
    display: none !important;
}

/* Style the dropdown when hovered */
#google_translate_element select:hover {
    background-color: #f5f5f5;
}
