/* Keep long-form publication metadata in normal document flow.
   Quarto's global title-tool selector can otherwise make the complete header
   a horizontal flex row when the header itself carries quarto-title-block. */
#title-block-header.quarto-title-block {
  display: block;
}

#title-block-header .abstract {
  max-width: 75ch;
}
