/* Fix sticky header - overflow-x:hidden on body breaks position:sticky */
body {
    overflow-x: unset !important;
}
html {
    overflow-x: hidden;
    scrollbar-gutter: stable;
}
