/*
 * Align the first visible Blog topic/heading with the 14px top position used
 * by the Search Articles and Staff Login controls in the v185-v193 layout.
 * Scoped to the Blog landing page only.
 */
@media (min-width: 901px) {
  body.bhd-blog-heading-control-aligned-v100 .page-content-section,
  body.bhd-blog-heading-control-aligned-v100 main > .section:first-child {
    padding-top: 14px !important;
  }

  body.bhd-blog-heading-control-aligned-v100 .page-content-section > .content-body,
  body.bhd-blog-heading-control-aligned-v100 .page-content-section > article.content-body {
    padding-top: 0 !important;
  }

  body.bhd-blog-heading-control-aligned-v100 .page-content-section > .content-body > .blog-page-section:first-child,
  body.bhd-blog-heading-control-aligned-v100 .page-content-section > .content-body > .section:first-child,
  body.bhd-blog-heading-control-aligned-v100 .blog-page-section .section-head:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
