/* Style własne — komunikaty formularza (poza CSS-em przeniesionym z Elementora). */
.frontline-form-message {
  width: 100%;
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.5;
}

.frontline-form-message--error {
  background: #fdecea;
  color: #611a15;
  border: 1px solid #f5c6cb;
}

.frontline-form-message--success {
  background: #edf7ed;
  color: #1e4620;
  border: 1px solid #c3e6cb;
}
