.clio-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

/* Make sure labels/titles are visible */
.clio-form-wrapper label,
.clio-form-wrapper h2,
.clio-form-wrapper h3 {
  display: block !important;
  color: #000; /* adjust to match your theme */
  font-size: 16px;
  margin-bottom: 8px;
}

/* Fix input alignment */
.clio-form-wrapper input,
.clio-form-wrapper textarea,
.clio-form-wrapper select {
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 10px;
}