.pagy {
  @apply flex space-x-1 text-sm;

  a:not(.gap) {
    @apply block rounded px-2 py-1 bg-slate-200 hover:bg-slate-300;

    &:not([href]) {
      @apply text-slate-400 bg-slate-100 cursor-default;
    }

    &.current {
      @apply text-white bg-slate-600;
    }
  }
}
