.feedback-form .form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.feedback-result {
  flex-basis: 100%;
  margin-top: 15px;
  text-align: center;
}

.feedback-result:empty {
  display: none;
}

.feedback-result__message {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 40px;
  font-size: 0.95rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
}

.feedback-result__message--success {
  background-color: rgba(31, 148, 60, 0.9);
}

.feedback-result__message--error {
  background-color: rgba(198, 40, 40, 0.9);
}

.btn-main.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
