/* Notice line of the static contact form. */
.aw-contact-form__note:empty { display: none; }
.aw-contact-form__note {
  margin-top: 1em;
  padding: .75em 1em;
  border-left: 3px solid #feae2b;
  background: rgba(254, 174, 43, .12);
  font-size: .95em;
}
