.form-box {
  background: #fff;
  max-width: 700px;
  margin: 50px auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}

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

.char-count {
  font-size: 0.875rem;
  color: #6c757d;
  text-align: right;
}

.btn-light {
  border: 1px solid #ced4da;
}

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