.typecasted-sidebar-status { display:flex; align-items:flex-start; gap:.5rem; margin-top:.75rem; padding:.7rem .8rem; border-radius:4px; font:600 14px/1.45 Arial,sans-serif; }
.typecasted-sidebar-status[hidden] { display:none; }
.typecasted-sidebar-status svg { flex:0 0 20px; width:20px; height:20px; }
.typecasted-sidebar-status--success { color:#174b2d; background:#e6f4e9; }
.typecasted-sidebar-status--error { color:#842525; background:#fdeaea; }
form[data-typecasted-sidebar-newsletter] button[disabled] { opacity:.7; cursor:wait; }
.typecasted-sidebar-honeypot { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.typecasted-newsletter-response:empty { display:none; }
.typecasted-newsletter-response--success,
.typecasted-newsletter-response--error { display:flex; align-items:flex-start; gap:.5rem; padding:.7rem .8rem; border-radius:4px; font:600 14px/1.45 Arial,sans-serif; }
.typecasted-newsletter-response svg { flex:0 0 20px; width:20px; height:20px; }
.typecasted-newsletter-response--success { color:#174b2d; background:#e6f4e9; }
.typecasted-newsletter-response--error { color:#842525; background:#fdeaea; }
form.typecasted-newsletter-form button[disabled] { opacity:.7; cursor:wait; }
