/* HealthWatchlist site-wide readability — 16 September 2026.
   Shared across page, post, home and archive templates. */
body.wp-theme-twentytwentyfive.wp-embed-responsive .wp-site-blocks > main {
  margin-block-start: 0 !important;
}
body.wp-theme-twentytwentyfive.wp-embed-responsive main > .wp-block-group.alignfull:first-child {
  padding-block-start: 44px !important;
}
body.wp-theme-twentytwentyfive.wp-embed-responsive .wp-site-blocks main h1 {
  font-size: clamp(2rem, 1.5rem + 1.2vw, 2.625rem) !important;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
body.wp-theme-twentytwentyfive.wp-embed-responsive .wp-site-blocks main h2 {
  font-size: clamp(1.5rem, 1.25rem + 0.7vw, 1.875rem) !important;
  line-height: 1.25;
  margin-block-start: 2rem !important;
  margin-block-end: 0.75rem;
}
body.wp-theme-twentytwentyfive.wp-embed-responsive .wp-site-blocks main h3 {
  font-size: clamp(1.25rem, 1.1rem + 0.4vw, 1.5rem);
  line-height: 1.3;
  margin-block-start: 1.75rem !important;
  margin-block-end: 0.65rem;
}
body.wp-theme-twentytwentyfive.wp-embed-responsive .wp-site-blocks main h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-block-start: 1.5rem;
}
body.wp-theme-twentytwentyfive.wp-embed-responsive .hwl-featured-image-credit {
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media (max-width: 600px) {
  body.wp-theme-twentytwentyfive.wp-embed-responsive main > .wp-block-group.alignfull:first-child {
    padding-block-start: 24px !important;
  }
}

/* Pages place the photograph above the title. Keep that gap compact. */
body.wp-theme-twentytwentyfive.wp-embed-responsive main > .wp-block-group > .wp-block-post-featured-image {
  margin-block-end: 24px !important;
}
body.wp-theme-twentytwentyfive.wp-embed-responsive .wp-site-blocks main .hwl-home-card h3 {
  margin-block-start: 0.75rem;
}
