/*
 * Your global styles here
 */
html,
body {
    height: 100%;
}

html {
    background: white;
}

body {
    margin: 0;
}

/* Builder wraps every placed component in a spacer with a 24px bottom margin, including the
   SEO Assistant that lives in the hidden region at the end of <main>. With the journey as the
   only visible content that margin shows as a white strip between the journey and the footer. */
community_layout-hidden-region .component-wrapper-spacer {
    margin-bottom: 0;
}
