/*
 # -----------------------------------------------------------------------------
 # ~/assets/theme/j1/modules/translator/css/translator.css
 # Provides styles for the J1 Translator
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
@charset 'UTF-8';

/* hide the Google Translator TopBar (suggestion box|top frame) */
/* See: https://stackoverflow.com/questions/11248673/hiding-google-translate-bar */
body {
  top: 0 !important;
}

body > .skiptranslate {
  display: none !important;
}
