.Paginator {
  margin: 2rem 0;
  text-align: center;

  ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  li.active a {
    font-weight: bold;
    pointer-events: none;
  }

  a {
    width: 2rem;
    display: block;
    padding: 0.5em 0.75em;
    border: 1px solid white;
    text-decoration: none;
    color: inherit;
  }
}
