.dwp-nl-subscribe{max-width:520px;border:1px solid #e5e5e5;padding:4px;/* border-radius:0;background:#fff;}
.dwp-nl-subscribe .dwp-nl-prompt{font-size:13px;color:#1d2327;margin:0 0 10px 0;font-weight:600;}
.dwp-nl-subscribe .dwp-nl-row{display:flex;gap:8px;flex-wrap:wrap;align-items:stretch;}
.dwp-nl-subscribe input[type=text]{flex:1;min-width:220px;padding:6px 12px;border:1px solid #d0d0d0;/* border-radius:0;line-height:1.2;min-height:42px;}
.dwp-nl-subscribe input[type=email]{flex:1;min-width:220px;padding:6px 12px;border:1px solid #d0d0d0;/* border-radius:0;line-height:1.2;min-height:42px;}
.dwp-nl-subscribe button{padding:6px 14px;/* border-radius:0;border:1px solid #111;background:#111;color:#fff;cursor:pointer;line-height:1.2;min-height:42px;}
.dwp-nl-subscribe button:hover{opacity:.92;}
.dwp-nl-subscribe .dwp-nl-meta{margin-top:8px;font-size:12px;color:#666;line-height:1.4;}
.dwp-nl-subscribe .dwp-nl-meta a{text-decoration:underline;}
.dwp-nl-subscribe .dwp-nl-msg{margin-top:10px;font-size:13px;}


/* v0.3.4 hardening: enforce flat edges + consistent control heights */
.dwp-nl-subscribe, .dwp-nl-subscribe * { /* border-radius:0; }
.dwp-nl-subscribe .dwp-nl-row { align-items: center !important; }
.dwp-nl-subscribe input[type="email"],
.dwp-nl-subscribe input[type="text"]{
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
}
.dwp-nl-subscribe button,
.dwp-nl-subscribe input[type="submit"]{
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 18px !important;
  box-sizing: border-box !important;
}

/* v0.3.5: strong subscribe control alignment */
.dwp-nl-subscribe .dwp-nl-row{align-items:stretch !important;}
.dwp-nl-subscribe button{display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:14px !important;padding:0 18px !important;min-height:40px !important;height:40px !important;line-height:1 !important;}
.dwp-nl-subscribe input[type="email"], .dwp-nl-subscribe input[type="text"]{font-size:14px !important;}

.dwp-sponsor-slot {
    border: 1px solid #e5e5e5;
    border-radius: 0 !important;
    padding: 4px !important;
    margin: 12px 0;
    background: #ffffff;
}

/* Final sponsor container */
.dwp-sponsor-ad {
    border: 1px solid #e5e5e5;
    border-radius: 0 !important;
    padding: 6px !important;
    margin: 12px 0;
    background: #ffffff;
}

/* Mobile hero visibility (email-safe hints) */
.dwp-mobile-hero { display: block; width:100%; }
@media only screen and (min-width: 600px) {
    .dwp-mobile-hero { display: none !important; }
}


/* Constrain View in Browser width */
.dwp-nl-browser-view{max-width:680px;margin:0 auto;}

.dwp-nl-email-wrapper{max-width:680px;margin:0 auto;}

@media screen and (max-width: 600px){.nl-card img{display:block;width:100%;height:auto;}.nl-card-title{display:block;text-align:left;}}


/* v1.9.1 Edge alignment fix for subscribe buttons */
.dwp-subscribe-button, .dwp-popup-subscribe-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.dwp-subscribe-input, .dwp-popup-subscribe-button {
    height: 42px;
}


/* v1.9.2 Edge popup subscribe alignment fix */
.dwp-popup-subscribe-form button,
.dwp-popup-subscribe-form input[type="submit"]{
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
