/* Style the dropdown to match McGill Red/White */
#google_translate_element select {
    background-color: #ffffff !important;
    color: #ed1b2f !important; /* McGill Red */
    border: 1px solid #ed1b2f;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: bold;
}

/* Hide the Google branding for a cleaner UI */
.goog-logo-link, .goog-te-gadget span, .goog-te-banner-frame {
    display: none !important;
}
.goog-te-gadget {
    color: transparent !important;
}
body {
    top: 0 !important; /* Prevents the "Google bar" from pushing the header down */
}
