/* Minimal fallback styling for the static contact form messages
   (WPForms classes are already styled by the theme bundle; these only
   guarantee readable output if the bundle fails to load). */
.wpforms-error-container {
  background: #fff5f5;
  border: 1px solid #f5c6cb;
  border-radius: 3px;
  color: #a94442;
  padding: 12px 16px;
  margin: 0 0 20px;
}
.wpforms-error-container ul {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}
.wpforms-confirmation-container-full {
  background: #f7fff7;
  border: 1px solid #c3e6cb;
  border-radius: 3px;
  color: #155724;
  padding: 16px 20px;
  margin: 0 0 20px;
}
.wpforms-confirmation-container-full p {
  margin: 0;
}
