/* Explain: Base reset and typography defaults. - */
* {
    box-sizing: border-box;
}

html {
    background: var(--background-color);
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

[x-cloak] { display: none !important; }

/* Hide Google Translate UI elements and fix body top offset */
.skiptranslate iframe,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
#goog-gt-tt {
    display: none !important;
}
body {
    top: 0 !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}
/* Prevent Google Translate hover highlighting */
.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}