.azAnchorList li {
  position: relative;
  padding: 0 15px;
}
.azAnchorList li:not(:first-child):before {
  content: "\2212";
  position: absolute;
  left: -4px;
}
.azStickyList {
  position: sticky;
  top: 70px;
  background: #fff;
  z-index: 2;
}
.azStickAnchor {
  position: relative;
  top: -140px;
}
.azHead {
  position: sticky;
  top: 138px;
  pointer-events: none;
  background-color: #fff;
}
.azLinksList li {
  margin-bottom: 10px;
  line-height: 1.2;
}
.azLinksList a:hover {
  color: var(--lightblue);
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media (min-width: 768px) {
  .azHead {
    top: 140px;
  }
}
@media (min-width: 1280px) {
  .azHead {
    top: 120px;
  }
}
