/* Pagination controls. See app/views/shared/_pagination.html.erb.
   No colour values here on purpose: the buttons are Web Awesome components and
   take their colour from the theme, and a hex outside eventkrowd_theme.css is a
   bug this project has a test for. */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-block-start: 1.5rem;
}

.pagination__status {
  margin: 0;
  font-size: 0.875rem;
}
