.cead{display:none;position:fixed;bottom:0.5em;left:0.5em;max-width:85%;z-index:10;border:1px solid transparent;box-shadow:0 1px 10px rgba(0,0,0,.5);width:100%;padding:1rem 1rem max(.5rem,env(safe-area-inset-bottom,0));background:var(--header-bg-color, #2f1121);color:var(--cead-text, #fff);font-size:.88rem}@media screen and (min-width:38rem)
{.cead{bottom:7rem;left:2rem;border-radius:.25rem;width:26rem;max-width:calc(100vh - 2rem);padding:1rem;font-size:1rem}}
.cead[data-show=true]{display:block}.cead__btns{display:flex;justify-content:flex-end;margin-top:.5rem}@media screen and (min-width:30rem){.cead__btns{margin-top:1rem}}.cead__btns>*{margin-left:.5rem}.cead__btn{border-radius:.25rem;padding:.35rem .5rem;border:0;background:0 0;color:currentColor;cursor:pointer;font-weight:bolder}.cead__btn--decline{text-decoration:underline}.cead__btn--accept{background:var(--cead-btn, #10a37f);color:var(--cead-bg, #2f1121)}