/*
 * SANOME — Form Feedback
 * Componente canonical para mensagens de retorno dos formulários.
 */

.sn-form-message.ok,
.sn-contact-feedback.ok {
  display: block !important;
  margin-top: 12px;
  padding: 13px 14px;
  border-radius: 10px;
  background: #e9f8ef;
  color: #126b34;
  border: 1px solid #bfe8cc;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.sn-form-message.error,
.sn-contact-feedback.error {
  display: block !important;
  margin-top: 12px;
  padding: 13px 14px;
  border-radius: 10px;
  background: #fff0f0;
  color: #9c1c1c;
  border: 1px solid #f3b6b6;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

form.sn-form-success-only > *:not(.sn-form-message) {
  display: none !important;
}
