.pagination {
  @apply flex items-center -mx-4;

  & > button {
    outline: none;
  }
}

.pagination-arrow {
  @apply px-4 w-10 h-10 fill-current text-buzz-purple;
}

.pagination-arrow.is-disabled {
  @apply text-dead-state-purple;
}

.pagination-input {
  @apply input-field mr-2 px-0 w-8 h-8 text-center leading-none;
}
