/*
 * Google renders this official container itself.  AquariumLesson's global
 * header uses an exceptionally high stacking level, so keep the Google-owned
 * surface above it rather than allowing the header to clip the prompt.
 */
#credential_picker_container {
  z-index: 2147483647 !important;
}
