/* =========================================================
   Legal pages override
   ========================================================= */

/* Allow the whole page to scroll */
body {
    height: auto;
}

/* Disable fullscreen hero behaviour */
.split-hero.refined {
    height: auto;
    min-height: 100vh;
    overflow: visible;
}

/* Stop vertical centring */
.split-content {
    align-items: flex-start;
}

/* Let content define height */
.content-inner {
    max-height: none;
    overflow: visible;
    justify-content: flex-start;
}
