/* Standard information, contact and not-found page spacing only.
   Keep global dynamic widths, hero, header and footer geometry unchanged. */
html body.deceti-theme :is(#information-information, #information-contact, #error-not-found) {
  margin-top:30px!important;
  margin-bottom:30px!important;
  /* A real inner gap does not collapse through main and clears the overhanging logo. */
  padding-top:30px!important;
}
