/* SPSE brand buttons: 6px corners on Divi / Gravity Forms buttons (brand spec). Loaded by spse-brand-fonts.php.
   Leaves the header Donate pill, the donate widget's pills and the team dashboard alone. */
body:not(#_):not(#_) :is(.et_pb_button, .et_pb_promo_button, .gform_button, .et_pb_contact_submit, .et_pb_newsletter_button):not([class*="donate-"]):not(#main-header *):not(#et-top-navigation *):not(.mst-dashboard-container *) {
  border-radius: 6px !important;
}
