.cead{display:none;position:fixed;bottom:0;left:0;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:#021438;color:var(--cead-text, #fff);font-size:.88rem}@media screen and (min-width:38rem){.cead{bottom:1rem;left:1rem;border-radius:.25rem;width:18rem;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:38rem){.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:#41ade7;color:var(--cead-bg, white)}