<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.webform-submission-form .js-form-item {
  display: flex;
  flex-direction: column;
}

.webform-element-description {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: -15px;
}

.webform-submission-form .js-form-item &gt; label {
  margin-bottom: 0.25em;
  font-weight: 500;
}

.form-text {
  width: 100%;
}

.ui-autocomplete {
  z-index: 9999 !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 16px rgba(0,0,0,0.12) !important;
  padding: 0 !important;
  background-color: #fff !important;
  font-family: inherit !important;
  font-size: 15px !important;
}

.ui-menu-item-wrapper {
  padding: 10px 14px !important;
  border-bottom: 1px solid #eee !important;
  color: #222 !important;
}

.ui-menu-item-wrapper:hover {
  background-color: #f4f7fc !important;
  color: #222 !important;
  cursor: pointer !important;
}

.autocomplete-label {
  font-weight: 500 !important;
  color: #222 !important;
}

.autocomplete-subtext {
  font-size: 13px !important;
  color: #666 !important;
}

.form-section-title {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
  color: #373cf5 !important;
}</pre></body></html>