/* SAF Mail - Automations admin + SPA tab (#mail-automations) */

.saf-mail-automations-wrap [data-saf-stats],
.saf-mail-automations-spa [data-saf-stats] {
  color: #50575e;
  font-size: 12px;
}

/* JSON config textareas: monospace + small, replaces the old inline style
   that wp_kses would have filtered in the SPA fragment. */
.saf-mail-form__code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}
