/* Leads-only: hide the dedicated subscribe strip only (avoid broad selectors). */
.dbi-leads-scope-hide .wsus__subscribe {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Keep footer top breathing space on leads pages after subscribe strip is hidden. */
.dbi-leads-scope-hide footer {
  padding-top: 60px !important;
}
