.anchor-list__container {
  overflow-x: auto;
}

.anchor-list {
  justify-content: flex-start;
  gap: var(--hh-spacing-1);
}

.anchor-list-item {
  white-space: nowrap;
  padding: 0.7500rem 0.6250rem;
}

@media screen and (min-width: 750px) {
  .anchor-list {
    justify-content: center;
  }
}
