/* Breathing room between stacked fields on plain-content node view pages.
   Lives here, not the theme, because the theme repo deploys separately.
   Loaded globally - every selector MUST stay bundle-scoped: a bare
   `.node .field` would restyle custom-built pages like /invoice-xxxx. */
.node--type-sms-message .field,
.node--type-email-message .field,
.node--type-personalised-email-message .field,
.node--type-quote-status-email-templates .field,
.node--type-insurer .field,
.node--type-hospital .field,
.node--type-referrer .field {
  margin-bottom: 0.75rem;
}
