.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.pagination button {
  border: none;
  background-color: transparent;
  background: #de0404;
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 16px;
  font-size: 16px;
  transition: all 0.9s ease;
}

.pagination button:hover {
  background: #ff7e00;
}

.pagination .active {
  background: #ff7e00;
}

.nav-btn {
  font-size: 18px;
  font-weight: 600;
}

.page-btn.active {
  background: #ff7e00;
}
