body.booking-page {
    display: block;
    top: auto;
    min-height: 100vh;
    width: 100%;
}

.booking-page-shell {
    width: 100%;
}

.booking-page main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
