/* Minimal: green + disabled style and modal */
#doodhbar-subscribe.dbwg-green,
#db-subscribe.dbwg-green,
.dbwg-green {
  background:#22c55e !important; color:#fff !important; border:none; border-radius:12px !important;
  padding:14px 22px; font-weight:700; box-shadow:0 8px 18px rgba(16,185,129,.25);
}
.dbwg-disabled { opacity:.6; cursor:not-allowed; }

/* Modal */
.dbwg-modal { position:fixed; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,.45); z-index:99999; }
.dbwg-modal__content { background:#fff; width:min(440px, 92vw); border-radius:14px; padding:22px; box-shadow:0 24px 60px rgba(0,0,0,.22); font-family: system-ui, -apple-system, Segoe UI, Roboto; }
.dbwg-modal__content h3 { margin:0 0 8px; font-size:20px; }
.dbwg-modal__content p { margin:0 0 16px; line-height:1.55; }
.dbwg-modal__actions { display:flex; gap:12px; justify-content:flex-end; }
.dbwg-go { text-decoration:none; background:#22c55e; color:#fff; border-radius:10px; padding:12px 16px; font-weight:700; }
.dbwg-close { background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:12px 16px; cursor:pointer; }