.hospital-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.filters {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.hospital-table thead {
  background: #00806e;
  color: #fff;
}

.hospital-table thead th {
  padding: 12px;
  cursor: pointer;
}

.hospital-table tbody tr:hover {
  background: #f5f7ff;
}

.pagination-wrap {
  margin-top: 15px;
  text-align: center;
}

.page-btn {
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin: 2px;
  background: #fff;
  border-radius: 6px;
}

.page-btn.active {
  background: #00806e;
  color: #fff;
}
table th {
  color: #fff;
}
