/* supplement.css — Wayback Fixer restoration overrides for runnerwally.com */
/* Reveal any content hidden by lost animation/lazyload CSS */
.elementor-invisible { visibility: visible !important; }
img[data-lazy-src] { visibility: visible !important; }

/* --- Article typography baseline (scope: .entry-content) --- */
.entry-content { font-size: 16px; line-height: 1.7; color: #333; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 {
  text-transform: none; letter-spacing: normal; font-weight: 700; line-height: 1.25; color: #222;
}
.entry-content h2 { font-size: 25px; margin: 1.6em 0 .5em; }
.entry-content h3 { font-size: 20px; margin: 1.4em 0 .45em; }
.entry-content h4 { font-size: 17px; margin: 1.2em 0 .4em; }
.entry-content p  { margin: 0 0 1.05em; }
.entry-content ul, .entry-content ol { margin: 0 0 1.05em; padding-left: 1.5em; }
.entry-content li { margin: 0 0 .4em; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content img { max-width: 100%; height: auto; }

/* --- Recent-posts grid-loop titles: give hierarchy, unclip --- */
.vantage-grid-loop article h3,
.vantage-grid-loop article h3 a { font-size: 19px !important; line-height: 1.3 !important; font-weight: 700 !important; }
.vantage-grid-loop article h3 { max-height: none !important; overflow: visible !important; margin: 0 0 8px !important; }
