/* Layout baseline only — on the Zederkof theme these are overridden by the
   higher-specificity .notifima-subscribe-form rules in zk-product.css, so the
   form matches the existing (Notifima) styling exactly. */
.notifima-subscribe-form .fields_wrap{display:flex;gap:12px;flex-wrap:wrap;align-items:center;}
.notifima-subscribe-form .notifima-email{flex:1 1 200px;min-width:0;}
.notifima-subscribe-form .notifima-subscribe{cursor:pointer;}
.notifima-subscribe-form .notifima-subscribe:disabled{opacity:.6;cursor:default;}

/* Result message (success / error) — not styled by the theme. */
.zsom-message{margin:10px 0 0;font-size:14px;}
.zsom-message:empty{display:none;}
.zsom-message[data-ok="1"]{color:#1a7f37;}
.zsom-message[data-ok="0"]{color:#b32d2e;}
