#btl-required-message-gate{
  position:fixed;inset:0;z-index:2147483646;background:rgba(10,24,19,.88);
  display:flex;align-items:center;justify-content:center;padding:18px;
  box-sizing:border-box;overflow:auto
}
.btl-message-gate-card{
  width:min(560px,100%);max-height:calc(100dvh - 36px);overflow:auto;
  background:#fff;border-radius:22px;padding:24px;box-sizing:border-box;
  box-shadow:0 24px 80px rgba(0,0,0,.35);color:#17231f
}
.btl-message-gate-kicker{font-size:12px;font-weight:900;letter-spacing:.08em;color:#8a5a00}
.btl-message-gate-card h1{font-size:26px;line-height:1.12;margin:8px 0 6px}
.btl-message-gate-from{font-size:13px;color:#66736e;margin:0 0 18px}
.btl-message-gate-body{white-space:pre-wrap;font-size:17px;line-height:1.5;margin:0 0 22px;overflow-wrap:anywhere}
#btl-message-ack{
  width:100%;min-height:54px;border:0;border-radius:14px;background:#123b2c;color:#fff;
  font-size:15px;font-weight:900;padding:12px 16px;cursor:pointer
}
#btl-message-ack:disabled{opacity:.65}
.btl-message-gate-help{text-align:center;color:#66736e;font-size:12px;margin:10px 0 0}
html.btl-message-gated,html.btl-message-gated body{overflow:hidden}
@media(max-width:480px){
  #btl-required-message-gate{padding:10px;align-items:flex-start}
  .btl-message-gate-card{margin-top:max(10px,env(safe-area-inset-top));padding:20px;border-radius:18px;max-height:calc(100dvh - 20px - env(safe-area-inset-top))}
  .btl-message-gate-card h1{font-size:23px}
  .btl-message-gate-body{font-size:16px}
}