.pagination {
  text-align: center;
}

.pagination a {
  display: inline-block;
  min-width: 36px;
  padding: 8px 12px;
  margin: 0 4px;
  border-radius: 6px;
  background: #f2f2f2;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.pagination a.active {
  background: #0d6efd;
  color: #fff;
}

.pagination a:hover {
  background: #e2e2e2;
}
