.cookie-panel>.cookie-panel__card{background-color:transparent;background-image:none;border-radius:12px;width:100%;max-width:700px;margin:0 auto;padding:14px 16px;display:block}.cookie-panel>.cookie-panel__card:before{background:linear-gradient(rgba(20,20,24,.94),rgba(12,12,14,.92))}.cookie-panel__heading{justify-content:space-between;align-items:center;gap:16px;min-height:28px;display:flex}.cookie-panel__heading>p{color:#f2f2f4;margin:0;font-size:14px;font-weight:550}.cookie-panel button{cursor:pointer;min-height:36px;transition:background-color .18s,color .18s}.cookie-panel .cookie-panel__close{color:#96989f;border-radius:7px;flex:none;place-items:center;width:32px;min-height:32px;margin:-4px -6px -4px 0;display:grid}.cookie-panel .cookie-panel__close:hover{color:#fff;background-image:linear-gradient(rgba(255,255,255,.04),rgba(255,255,255,.04))}.cookie-panel .cookie-accept{box-shadow:none;background-image:linear-gradient(rgba(255,255,255,.05),rgba(255,255,255,.05))}.cookie-panel .cookie-accept:hover{background-image:linear-gradient(rgba(255,255,255,.094),rgba(255,255,255,.094))}.cookie-panel p{line-height:1.55}.cookie-panel :focus-visible{outline-offset:2px;outline:2px solid #bfc2cc}@media (prefers-reduced-motion:reduce){.cookie-panel *{transition:none!important}}.cookie-panel{bottom:var(--afc-tabbar-h,0px)}.cookie-panel .cookie-panel__body{max-height:calc(100vh - var(--afc-tabbar-h,0px) - 62px);max-height:calc(100dvh - var(--afc-tabbar-h,0px) - 62px)}.cookie-panel .cookie-panel__text{overscroll-behavior:contain;min-height:3.1em;overflow-y:auto}@media (max-width:520px){.cookie-panel .cookie-panel__actions{grid-template-columns:1fr 1fr;align-items:stretch;display:grid}.cookie-panel .cookie-panel__wide{grid-column:1/-1}}