.anchor-link {

  visibility: hidden;

  text-decoration: none;

  margin-left: 0.5em; /* Optional: Adjust spacing */

}


h1:hover .anchor-link,

h2:hover .anchor-link,

h3:hover .anchor-link,

h4:hover .anchor-link,

h5:hover .anchor-link,

h6:hover .anchor-link {

  visibility: visible;

}

/* Hide sidebar content on homepage but keep column space */
body.td-home .td-sidebar__inner {
  display: none !important;
}
body.td-home .td-sidebar-toc {
  visibility: hidden;
}
body.td-home .breadcrumb {
  display: none;
}

/* Homepage feature blocks: first section 2 per row, rest default 3 per row */
body.td-home .td-box:first-of-type .col-lg-4 {
  flex: 0 0 50%;
  max-width: 50%;
}
