/**
 * BCF-WEB-006B-R1.1 vertical-gap correction.
 *
 * The body is a column flex container and the Directory template emits the
 * header shell as a sibling before page content. A 100% flex basis therefore
 * reserves one viewport height vertically. Restore intrinsic shell sizing.
 */
.bcf-web006b-active > .wp-site-blocks {
  flex-basis: auto;
}
