html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy {
  display: grid !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-content: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy .efb-kicker {
  margin: 0 !important;
  color: #f2b84b !important;
}

html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy > p:not(.efb-kicker) {
  margin-top: 0 !important;
}

html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy ~ .efb-watchlist {
  grid-column: 2 !important;
  grid-row: 1 !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-self: end !important;
  width: 100% !important;
  max-width: 520px !important;
}

html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy ~ .efb-watchlist .efb-watchlist__form {
  grid-column: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy ~ .efb-watchlist .efb-watchlist__intro,
html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy ~ .efb-watchlist .efb-watchlist__hint {
  display: none !important;
}

html body .efb-signup-band .efb-chip input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
}

@media (max-width: 760px) {
  html body .efb-main > .efb-shell:has(.efb-signup-band > .efb-signup-band__copy),
  html body .wp-block-post-content:has(> .efb-signup-band > .efb-signup-band__copy) {
    overflow: visible !important;
  }

  html body .efb-signup-band:not(.efb-signup-band--home):has(> .efb-signup-band__copy) {
    position: relative !important;
    left: -14px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy,
  html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy ~ .efb-watchlist {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy {
    gap: 8px !important;
  }

  html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy ~ .efb-watchlist {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body .efb-signup-band:not(.efb-signup-band--home) > .efb-signup-band__copy ~ .efb-watchlist fieldset {
    min-width: 0 !important;
  }
}