<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.hvcitas-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #005a83;
  background: #f4fafd;
  font-family: sans-serif;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.hvcitas-form-wrapper label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #005a83;
}
.hvcitas-form-wrapper input,
.hvcitas-form-wrapper select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.hvcitas-form-wrapper button {
  margin-top: 20px;
  padding: 12px 20px;
  background-color: #005a83;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.hvcitas-form-wrapper button:hover {
  background-color: #0077a6;
}
.hvcitas-form-wrapper input[type="checkbox"] {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
  margin-right: 10px;
  vertical-align: middle;
}
</pre></body></html>