/* solve for sticky head */

.anchor-link {
  scroll-margin: 190px;
}

.sidebar-main {
  border-radius: 10px 10px 10px 10px;
}

/* solve for mobile expand 100% */

#ast-mobile-header .content-align-flex-start {
  max-height: 100%;
}