/* =============================================================================
   article-md.css — Article component Markdown style overrides
   Overrides for .article-body .md-content specific to article layout
   ============================================================================= */

/* Article body adds a bit more vertical breathing room */
.article-body .md-content h2 {{ margin-top: 36px; }}
.article-body .md-content p  {{ font-size: 1.0rem; }}

/* ── Blockquote ──────────────────────────────────────────────────────────────── */
.md-content .md-blockquote {
  border-left: none;
}
