.next-prev {
  display: flex;
  flex-direction: row;
  padding-top: 4rem;

  span.label {
    color: var(--color--aa-text);
  }

  a { text-decoration: none; }

  .prev, .next {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
  }

  .next {
    align-items: end;
    text-align: right;
  }

  kbd { margin-top: 0.5rem; }
}
