.push-bell{align-items:center;background:var(--pro3w-white);border:1px solid var(--pro3w-gray-400);border-radius:50%;bottom:max(2rem,env(safe-area-inset-bottom));box-shadow:0 .25rem .75rem rgba(0,0,0,.15);color:var(--pro3w-black);display:flex;font-size:1.25rem;height:3.5rem;justify-content:center;left:max(2rem,env(safe-area-inset-left));position:fixed;transition:transform .12s ease,background-color .15s ease,color .15s ease;width:3.5rem;z-index:998}.push-bell--above-cookie{bottom:max(6.25rem,env(safe-area-inset-bottom) + 4.25rem)}.push-bell:hover{transform:translateY(-2px)}.push-bell:focus-visible{outline:3px solid var(--pro3w-yellow-600);outline-offset:2px}.push-bell--on{background:var(--pro3w-yellow-500);border-color:var(--pro3w-yellow-600)}.push-bell--denied{cursor:not-allowed;opacity:.55}.push-modal-icon{font-size:1.5rem;height:3rem;width:3rem}html[data-bs-theme=dark] .push-bell{background:var(--pro3w-gray-800,#2b2b2b);border-color:hsla(0,0%,100%,.25);color:var(--pro3w-white)}html[data-bs-theme=dark] .push-bell.push-bell--on{background:var(--pro3w-yellow-500);color:var(--pro3w-black)}