.auto-font-size {
    font-size: 1em;
}

/* Google Translate Widget Hiding */
#google_translate_element { 
    display: none !important; 
    visibility: hidden !important; /* Extra measure */
    height: 0 !important; /* Collapse space */
    width: 0 !important; /* Collapse space */
    position: absolute !important; /* Remove from flow */
    top: -9999px !important; /* Move off-screen */
    left: -9999px !important; /* Move off-screen */
}

.goog-te-banner-frame { 
    display: none !important; 
    visibility: hidden !important;
}

body { 
    top: 0 !important; /* Prevent gap left by hidden banner */
}

/* Optional: Style the custom selector container if needed */
/* #customLangSelectorContainer { ... } */
