html.rv-access-gate-active,
html.rv-access-gate-active body { overflow: hidden !important; }

html.rv-access-gate-active body > * { visibility: hidden !important; }

.rv-access-gate { position: fixed; z-index: 2147483647; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(12, 17, 24, .86); visibility: visible !important; }
.rv-access-gate__card { box-sizing: border-box; width: min(100%, 420px); padding: 38px 32px 32px; border-radius: 12px; background: #fff; box-shadow: 0 20px 70px rgba(0,0,0,.35); text-align: center; font-family: inherit; }
.rv-access-gate__card h1 { margin: 0 0 12px; color: #17202a; font-size: 28px; line-height: 1.2; }
.rv-access-gate__instruction { margin: 0 0 24px; color: #56616d; font-size: 16px; }
.rv-access-gate__form input { display: block; box-sizing: border-box; width: 100%; margin-bottom: 12px; padding: 13px 14px; border: 1px solid #ccd3da; border-radius: 6px; font-size: 17px; text-align: center; }
.rv-access-gate__form button { width: 100%; padding: 13px 18px; border: 0; border-radius: 6px; background: #1d4f91; color: #fff; cursor: pointer; font-size: 16px; font-weight: 600; }
.rv-access-gate__form button:disabled { opacity: .65; cursor: wait; }
.rv-access-gate__error { min-height: 1.35em; margin: 14px 0 0; color: #b42318; font-size: 14px; }
