/* ===== RESPONSIVE OVERRIDES ===== */
/* ONLY for our custom elements (contact form).
   All Divi layout responsive rules come from the preserved inline CSS. */

/* ===== TABLET (max-width: 980px) ===== */
@media (max-width: 980px) {
  /* Contact form row stacks */
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}
