/* Updated to match site colors from style.css */
.cead{display:none;position:fixed;bottom:0;left:0;z-index:10;border:1px solid var(--btn-border-color, slategrey);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(--block-background-color, #466cbd);color:var(--regular-text-color, #fff);font-size:.88rem}@media screen and (min-width:38rem){.cead{bottom:1rem;left:1rem;border-radius:.25rem;width:36rem;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:none;color:white;cursor:pointer;font-weight:bolder}.cead__btn--decline{text-decoration:underline;}.cead__btn--accept{background:var(--donate-btn-background, gold);color:var(--block-background-color, #466cbd)}