/* Loaded ONLY on pages that keep their Divi body.
   op2026.css zeroes margins globally and repoints typography; Divi expects the
   browser defaults underneath its own rules, so restore them inside Divi content.
   Chrome (header, footer, nav) keeps the new design because it sits outside .et_pb_section. */

.et_pb_section{font-family:"Open Sans",Helvetica,Arial,sans-serif}

.et_pb_section :is(p,h1,h2,h3,h4,h5,h6,ul,ol,dl,blockquote,figure,table){
  margin:revert;padding:revert}
.et_pb_section :is(ul,ol){padding-left:revert;list-style:revert}
.et_pb_section :is(ul,ol) li{list-style:revert}

.et_pb_section p{color:revert;line-height:revert}
.et_pb_section a{color:revert;text-decoration:revert}
.et_pb_section :is(h1,h2,h3,h4,h5,h6){letter-spacing:revert;font-weight:revert;line-height:revert}

/* op2026 forces images to block; Divi lays several out inline */
.et_pb_section img{display:revert;max-width:100%}
