:root {
  --rf-brand: #0d6efd;
}

.login-page {
  min-height: 100vh;
  background: linear-gradient(135deg, #e9f2ff 0%, #f6fff9 100%);
}

.wizard-step {
  display: none;
}

.wizard-step.active {
  display: block;
}

.wizard-progress {
  height: 10px;
}

.step-pill {
  min-width: 140px;
}

.amenity-box {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 0.85rem;
  margin-bottom: 0.85rem;
  background: #fff;
}

.table-actions form {
  display: inline-block;
}

#school-map {
  width: 100%;
  height: 320px;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
}
