/** Shopify CDN: Minification failed

Line 19:0 Unexpected "}"
Line 26:1 Unexpected ";"

**/
/* Chase Added 11.19.25: Tighten paragraph spacing inside blog posts */
.template-article .rte p {
  margin-top: 0.9em !important;
  margin-bottom: 0.9em !important;
}

/* Chase Added 11.19.25: Reduce space before section headers (H2/H3) for blog post*/
.template-article .rte h2,
.template-article .rte h3 {
  margin-top: 2em !important;    /* previously 1.4em */
  margin-bottom: 0.7em !important;
}
}

/* Chase Added 11.19.25: tighten spacing between lists and paragraphs for blog post */
.template-article .rte ul,
.template-article .rte ol {
  margin-top: 0.8em !important;
  margin-bottom: 0.8em !important;
};
}

/* Chase Added 11.19.25: reduce spacing after blockquotes for blog post */
.template-article .rte blockquote {
  margin-top: 1.4em !important;
  margin-bottom: 1.4em !important;
}
