/* In-host reCAPTCHA — same pattern as constrade.us */
.btn.rc-captcha-host,
a.rc-captcha-host,
button.rc-captcha-host,
.shop-card.rc-captcha-host,
.shop-card .go.rc-captcha-host {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 304px !important;
  min-width: 304px !important;
  max-width: 100%;
  height: 74px !important;
  min-height: 74px !important;
  padding: 0 !important;
  overflow: hidden;
  vertical-align: middle;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: transparent !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  z-index: 40;
  pointer-events: none;
}

.shop-card.rc-captcha-host {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rc-captcha-shell {
  position: fixed;
  z-index: 2147483000;
  overflow: hidden;
  background: transparent;
  pointer-events: auto;
}

.rc-captcha-shell.is-modal {
  overflow: visible;
}

.rc-captcha-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: transparent;
}

.rc-captcha-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2147482990;
}

.shop-card {
  cursor: pointer;
}
