body.home .sticky-news-toc {
  top: var(--wp-admin--admin-bar--height, 0px) !important;
  margin-top: 0 !important;
}

body.home .sticky-news-toc.is-condensed,
body.home .sticky-news-toc.is-condensed.is-open,
body.home .sticky-news-toc.is-pinned,
body.home .sticky-news-toc.is-pinned.is-condensed,
body.home .sticky-news-toc.is-pinned.is-condensed.is-open {
  top: var(--wp-admin--admin-bar--height, 0px) !important;
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  body.home .sticky-news-toc,
  body.home .sticky-news-toc.is-pinned,
  body.home .sticky-news-toc.is-pinned.is-condensed,
  body.home .sticky-news-toc.is-pinned.is-condensed.is-open {
    margin-top: 0 !important;
  }
}
