/* ProCommerce - Rich content typography
   Applied via .pc-content wrapper from pc_render_rich_text()
   Loaded globally because any page section can contain rich text */

.pc-content > * + * {
  margin-top: 0.75em;
}

.pc-content h1 { font-size: 2.25em; }
.pc-content h2 { font-size: 1.85em; }
.pc-content h3 { font-size: 1.5em; }
.pc-content h4 { font-size: 1.25em; }
.pc-content h5 { font-size: 1.1em; }
.pc-content h6 { font-size: 1em; }

.pc-content h1,
.pc-content h2,
.pc-content h3,
.pc-content h4,
.pc-content h5,
.pc-content h6 {
  margin-top: 1.25em;
}

/* Tighter spacing between heading and its following content */
.pc-content :is(h1, h2, h3, h4, h5, h6) + * {
  margin-top: 0.25em;
}

.pc-content > :first-child {
  margin-top: 0;
}
