
#healing-checkin-form {
  background: #f9f3fb;
  padding: 20px;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  max-width: 600px;
  margin: 20px auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
#healing-checkin-form label {
  font-weight: bold;
  color: #561F58;
}
#healing-checkin-form input[type="text"],
#healing-checkin-form select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
#healing-checkin-form button {
  background: #793572;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
#healing-checkin-form button:hover {
  background: #561F58;
}
