.app-content--public[data-v-3dd1346c]:not(.app-forms-embedded *) {
  background: floralwhite;
  color: black;
}

.app-content header .form-title[data-v-3dd1346c] {
  color: black;
}

.app-content header .form-desc[data-v-3dd1346c] {
  color: black;
}

.app-content header .info-message[data-v-3dd1346c] {
  color: black;
}

.content[data-v-1f87d811] * {
  color: black;
}

.question[data-v-74c386af] {
  background-color: floralwhite;
}

.question__header[data-v-74c386af] {
  background-color: floralwhite;
  color: black;
}

.question__content[data-v-74c386af] {
  background-color: floralwhite;
  color: black;
}

.question__input[data-v-3ff3c1bc] {
  background-color: floralwhite;
}

#content-vue.app-forms-embedded {
	width: 100%;
	height: 100%;
	border-radius: 0;
	margin: 0;
}


