/* Custom contact-to-WhatsApp behaviour for the site's own BA Forms contact forms.
   These forms originally posted to a Joomla/BA Forms backend that doesn't exist on
   this static site; contact-whatsapp.js intercepts the submit instead and opens
   WhatsApp with the filled-in data. This file only adds an invalid-field highlight -
   all other visual styling comes from the site's original com_baforms CSS. */
.wa-field-error {
	outline: 2px solid #d9534f !important;
}
