/* Pagination styles */
.pagy {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin: 2rem 0;
  align-items: center;
}

.pagy a {
  color: var(--color-text);
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}

.pagy a:hover {
  text-decoration: underline;
}

.pagy a.current {
  text-decoration: underline;
  font-weight: bold;
}
