.active-filter {
  background-color: #a8281c;
  color: white;
}

/* Wrapper link default WP */
.page-numbers {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  text-decoration: none;
  color: black;
}

/* Active page */
.page-numbers.current {
  background-color: #102e50;
  color: white;
}

/* Previous & Next */
.prev.page-numbers,
.next.page-numbers {
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #a8281c;
  color: white;
  font-weight: 600;
}
