.card {
  border: 1px solid #eee;
  background-color: #fcfcfc;
}
.cw-radiolist label.radio {
  margin-left: 20px;
  font-weight: normal;
}
.fs-18 {
  font-size: 22px;
}
.valign-middle {
  vertical-align: middle;
}
.text-red {
  color: red;
}
.survey-item {
  margin-bottom: 0.7em;
  padding: 0.5rem;
  border-radius: 8px;
  border: 1px solid #eee;
  background: #fff;
}
.survey-item.error {
  border: 1px solid #ff551b;
  background: #ffebef;
}
.survey-item .survey-choice {
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey-item .survey-choice > div {
  padding: 1rem;
}
.survey-item .survey-choice .separator {
  border-right: 1px solid #aaa;
}
.survey-item .survey-choice label {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.7rem;
}
.survey-item .survey-choice label input[type="radio"] {
  margin-bottom: 1rem;
}
/*# sourceMappingURL=custom-2023.css.map */