/* Keep hybrid shell header in normal flow. */
#header {
    position: static !important;
    top: auto !important;
}

/* Keep booking region full-width in wrapper shell. */
#content,
#content-full,
#main-content,
#rns-style {
    width: 100%;
    max-width: none !important;
}

/* Prevent theme hidden helpers from collapsing Flatpickr placeholders. */
#rns-style .flatpickr-day.hidden {
    display: block !important;
    visibility: hidden !important;
}

/* Keep overlays above footer layers. */
.modal-backdrop {
    z-index: 1050 !important;
}

.modal {
    z-index: 1060 !important;
}
