.contact-form-errors {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(194, 65, 12, .18);
  border-radius: 18px;
  background: #fff7ed;
}

.contact-form-errors p {
  margin: 0;
  color: #9a3412;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.contact-form-errors p + p {
  margin-top: 6px;
}

.contact-field-hint {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.site-footer-newsletter-form input {
  background: rgba(255, 255, 255, .94);
  color: #101820;
  -webkit-text-fill-color: #101820;
  caret-color: #101820;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.site-footer-newsletter-form input:-webkit-autofill,
.site-footer-newsletter-form input:-webkit-autofill:hover,
.site-footer-newsletter-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #101820;
  caret-color: #101820;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, .94) inset;
  box-shadow: 0 0 0 1000px rgba(255, 255, 255, .94) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.site-footer-newsletter-form input:focus {
  background: #fff;
}

.site-footer-newsletter-form button {
  transition: transform .2s ease, filter .2s ease, background .2s ease, box-shadow .2s ease;
}

.site-footer-newsletter-form button:hover {
  background: linear-gradient(135deg, #f0bc60, #c78111);
  box-shadow: 0 14px 28px rgba(216, 154, 36, .32);
  filter: brightness(1.03);
  transform: translateY(-1px);
}
