﻿.form-section {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.form-section h5 {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}

label {
  margin-bottom: 0.2rem;
}
