/*
 * WB1 Heading Contract 1.0.0
 * Core normalizes stored content. This file contains presentation-only safeguards.
 * No body H1 styling is promoted; template H1 remains the sole document heading.
 */
.wb1-page-template .entry-content > h2:first-child,
.wb1-reading-frame .entry-content > h2:first-child{
  margin-top:0;
}
