/* D25: a page whose content leaves a <b> unclosed makes the browser wrap the following sections in <b> elements; Squarespace's
   CSS (.announcement-bar-reserved-space main .sections:first-child .page-section:first-child) then pads that block's first
   section with 2.3em + its initial --header-height (see site.js header()). Only elopement-italy-apulia and
   elopement-switzerland have this shape. */
body.tweak-fixed-header main .region > b .page-section:first-child { padding-top: calc(2.3em + var(--header-height-initial, var(--header-height))) !important; }
