.anchors {
  background: var(--block-bg, transparent);
}

.anchors__wrapper {
  position: relative;
  border: 2px solid var(--additional-c-elements);
  border-radius: 15px;
}

.anchors__title {
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.anchors-toggle {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 65px;
  height: auto;
  background: none;
  color: #fff;
}

.anchors__links {
  display: flex;
  flex-direction: column;
  max-height: 220px;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0 0 20px 40px;
}
.anchors__links.is-hidden {
  display: none;
}
.anchors__links li {
  margin: 0;
  margin-bottom: 15px;
}
.anchors__links li a {
  font-weight: 400;
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 10px;
  transition: border 0.5s ease;
}

@media (max-width: 568px) {
  .anchors__links {
    max-height: none;
  }
}/*# sourceMappingURL=anchor-navigation.css.map */