/**
 * Jump marks component style.
 */
.c-jump-marks {
  display: flex;
  flex-direction: column;
  min-width: 10.625rem;
  font-weight: 700;
  color: #000;
}
.c-jump-marks--link {
  padding-top: var(--s-md);
  font-size: 0.88rem;
  font-weight: 500;
}