.os-subscribe { max-width: 520px; }
.os-row { display:flex; gap:10px; align-items:center; }
.os-input{
  flex:1; height:44px; padding:0 14px;
  border:1px solid rgba(0,0,0,.14);
  border-radius:12px;
  outline:none;
}
.os-input:focus{ border-color: rgba(0,0,0,.35); }

.os-btn{
  height:44px; padding:0 16px;
  border:0; border-radius:12px;
  cursor:pointer;
  font-weight:600;
}
.os-btn.is-loading{ opacity:.7; cursor:progress; }
.os-btn:disabled{ opacity:.6; cursor:not-allowed; }

.os-consent{
  display:flex; gap:10px; align-items:flex-start;
  margin-top:10px; font-size:14px; opacity:.9;
}
.os-hp{ position:absolute; left:-9999px; width:1px; height:1px; }

.os-msg{ margin-top:10px; font-size:14px; padding:10px 12px; border-radius:12px; }
.os-msg.is-ok{ color:#fff; background:#111827; }
.os-msg.is-error{ color:#fff; background:#b91c1c; }