.feedback-form .feedback-form__button {
  background-color: #F8F7FC;
  border-color: #F8F7FC;
  color: #201F68;
  border-radius: 12px;
  min-width: 150px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.feedback-form .feedback-form__button:hover, .feedback-form .feedback-form__button:focus {
  background-color: #201F68;
  border-color: #201F68;
  color: #ffffff;
}
.feedback-form__question {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.feedback-form__button-wrapper {
  margin-top: 16px;
  margin-bottom: 62px;
  display: flex;
  gap: 8px;
}
.feedback-form__link {
  margin-top: 16px;
  border-bottom: dotted;
  display: inline-block;
}
.feedback-form__svg-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 62px;
}
.feedback-form__message {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

/*# sourceMappingURL=widget-feedback-form.css.map */
