.sticky-anchors {
  --sticky-anchors-links-color: var(--color-black);
  --sticky-anchors-links-font-size: .667em;
  --sticky-anchors-links-padding: .3em 0 0;
  --sticky-anchors-links-font-family: var(--font-primary);
  --sticky-anchors-links-font-weight: 700;
  --sticky-anchors-links-hover-font-weight: 700;
}

@media (min-width: 992px) {
  .sticky-anchors {
    --sticky-anchors-links-font-size: .867em;
    --sticky-anchors-links-padding: .3em 0;
  }
}

.sticky-anchors.fixed .sticky-anchors__wrapper {
  background-color: var(--color-white);
}

.sticky-anchors__wrapper {
  background-color: transparent;
  border-bottom: 0;
}

.sticky-anchors__item a.active {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-primary);
          text-decoration-color: var(--color-primary);
  text-decoration-thickness: .2em;
  text-underline-offset: .2em;
}

/*# sourceMappingURL=../../maps/organisms/sticky-anchors/sticky-anchors.css.map */
