body {
  font-family: 'Prompt', sans-serif;
  background-color: #f4f9fc;
}

.banner {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 0 0 8px 8px;
}

.title-bar {
  background: linear-gradient(90deg, #003366, #0055aa);
  color: white;
  padding: 18px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
}

#clearSearch:hover {
  color: #333;
}

.form-check-label {
  font-weight: 500;
}

.table {
  background-color: #fff;
}

.table thead th {
  vertical-align: middle;
  font-weight: bold;
}

.btn-outline-success {
  min-width: 140px;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.btn-outline-primary {
  min-width: 140px;
  font-weight: 500;
  border-radius: 10px;
}
