.einvite-consent{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:none;
  background:#1a1a2e;color:#e8e4dc;border-top:1px solid rgba(201,169,106,.4);
  padding:1rem 1.25rem;font-family:'Jost',system-ui,sans-serif;font-size:.86rem;line-height:1.6;
  flex-direction:column;gap:.75rem;box-shadow:0 -6px 24px rgba(0,0,0,.35)}
.einvite-consent.is-open{display:flex}
.einvite-consent p{margin:0;max-width:70ch}
.einvite-consent a{color:#c9a96a;text-decoration:underline;text-underline-offset:3px;margin-left:.4rem}
.einvite-consent-btns{display:flex;gap:.6rem;flex-wrap:wrap}
.einvite-consent button{font:inherit;cursor:pointer;border-radius:4px;padding:.5rem 1.1rem;border:1px solid #c9a96a}
.einvite-consent .ec-reject{background:transparent;color:#e8e4dc}
.einvite-consent .ec-accept{background:#c9a96a;color:#1a1a2e;font-weight:500}
@media(min-width:720px){.einvite-consent{flex-direction:row;align-items:center;justify-content:space-between}}
