/* This CSS is ONLY for the pattern library. It is NOT part of the pattern. */

/* To add bottom space that will actually show up demo */
/* https://github.com/TACC/Core-Styles/blob/823b7b9/src/lib/_imports/elements/html-elements.css#L61-L63 */
body > main {
  margin-bottom: unset;
  padding-bottom: var(--global-space--section-gap);
}
