/* === PHÂN TRANG === */
.pagination {
  justify-content: center;
  margin-top: 20px;
}

.pagination .page-link {
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 0.9rem;
}

.pagination .page-item.active .page-link {
  background-color: #ff9501;
  border-color: #0d6efd;
  color: white;
}