.anchornav-title {
  margin-bottom: 24px;
}

.anchornav {
  margin-bottom: var(--bottom-space);
}
.anchornav ul,
.anchornav li {
  padding: 0px;
  margin: 0px;
}
.anchornav ul li {
  list-style-type: none;
  margin-bottom: 8px;
}
.anchornav ul li a {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  /* 150% */
}
.anchornav ul li a:before {
  content: "";
  position: static;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/fw/assets/img/down.svg) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
.anchornav ul li a:hover:before {
  filter: saturate(0.8);
}/*# sourceMappingURL=anchornav.css.map */