/* ONLY overrides that differ from the presets */

.content-body img {
  /* Preset is 75 %; we prefer 80 % here */
  max-width: 80% !important;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
}

/* Force page break before every H1 (not in presets) */
h1 { break-before: always; }
