.msa-hp-wrap {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.msa-hp {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
}

.msa-turnstile-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 18px 0 14px;
  overflow: hidden;
}

.msa-turnstile {
  display: flex;
  justify-content: center;
  width: min(100%, 320px);
  min-height: 65px;
  max-width: 100%;
}

.msa-turnstile > div,
.msa-turnstile iframe {
  margin: 0 auto;
  max-width: 100%;
}

.woocommerce-form-login .msa-turnstile-wrap,
.woocommerce-form-register .msa-turnstile-wrap {
  align-items: center;
}

@media (max-width: 480px) {
  .msa-turnstile {
    width: 100%;
  }
}
