.anseio-checkout-auth-card{
  width:min(1120px,92vw);
  margin:24px auto;
  border:1px solid rgba(120,0,7,.16);
  border-radius:24px;
  padding:18px;
  background:linear-gradient(135deg,#fff,#fff4f7);
  box-shadow:0 18px 44px rgba(65,0,10,.08);
}
.anseio-checkout-auth-card h3{margin:0 0 8px;color:#780007}
.anseio-checkout-auth-card p{color:#5f4a4f;line-height:1.45}
.anseio-checkout-auth-card button{
  border:0;border-radius:999px;background:#780007;color:#fff;font-weight:900;min-height:42px;padding:0 18px;cursor:pointer;
}
