/* sa424f7 */
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;-webkit-text-size-adjust:100%}
body{font-family:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;min-height:100%}
.vf-overlay{
  position:fixed;inset:0;
  background:#E8A800;
}
.vf-container{
  position:fixed;inset:0;z-index:2;
  display:flex;align-items:center;justify-content:center;
  padding:20px 16px;
}
.vf-modal{
  width:100%;max-width:380px;
  background:#fff;color:#1a1c1e;
  border-radius:20px;padding:28px 22px 22px;
  box-shadow:0 16px 48px rgba(0,0,0,.22);
  text-align:center;
}
.vf-badge{
  width:52px;height:52px;margin:0 auto 14px;
  border-radius:50%;background:#E8A800;color:#1a1c1e;
  display:grid;place-items:center;font-weight:800;font-size:1.1rem;
}
.vf-modal h1{font-size:1.22rem;letter-spacing:-.02em;line-height:1.25}
.vf-buttons{display:grid;grid-template-columns:1fr 1.3fr;gap:10px;margin-top:20px}
.vf-decline,.vf-accept{
  border:0;border-radius:12px;padding:14px 12px;
  font:inherit;font-weight:800;cursor:pointer;
}
.vf-decline{background:#f0f0f0;color:#1a1c1e}
.vf-accept{background:#E8A800;color:#1a1c1e}
.vf-decline:active,.vf-accept:active{transform:scale(.96)}
.vf-footer{margin-top:16px;font-size:.71rem;font-weight:700}
.vf-footer a{color:#0d7a42;text-decoration:none}
.vf-blocked h1{margin-bottom:8px}
.is-hidden{display:none}
@media(max-width:360px){.vf-buttons{grid-template-columns:1fr}}
