/**
 *  @package michael-travels-theme
 *
 *  A trip.
 *
 *  Fuse loads a stylesheet named posttype_<type> on that type's own pages,
 *  and the .dep file beside this one names the block stylesheets the
 *  template's sections need. That is how they get loaded: a record's
 *  sections come from its template, so its content holds no blocks for
 *  Fuse to find, and without this the page would render correctly and
 *  look wrong.
 *
 *  Anything specific to this record type belongs here.
 */


/**
 *  The stats bar is one short run of small figures, and a full section's
 *  worth of air above and below left it floating in a band far taller than
 *  anything in it. Half the padding sits it up against the heading it
 *  belongs to.
 *
 *  Mobile keeps the full measure: the figures wrap onto several lines there,
 *  so the section has real height of its own and the padding is in
 *  proportion.
 *
 *  Set as the container variable rather than as padding, so the shorthand
 *  Fuse writes still supplies the horizontal side.
 */
@media screen and (min-width: 768px) {

  .travels-section--facts {
    --fuse-container-padding-y: calc(var(--mt-section-space-y) / 2);
  }

}
