/* --- Google Translate widget accessibility fixes --- */

/* High-contrast text and background */
#google_translate_element > div,
#google_translate_element > div span,
#google_translate_element > div a {
    /* background-color: #ffffff !important; */
    color: #ffffff !important;        
}

/* Optional: clean up link underlines if you want */
#google_translate_element > div a {
    text-decoration: underline;
}

/* Utility class for screen-reader-only content */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
