:root{--box-shadow-color: rgba(0, 0, 0, 0.2)}@keyframes cookieBannerUp{0%{opacity:0;transform:translate(0, 100%)}100%{opacity:1;transform:translate(0, 0%)}}.kokku-cookie-banner{position:fixed;top:var(--kokku-cookie-banner-container-top);bottom:var(--kokku-cookie-banner-container-bottom);transform:var(--kokku-cookie-banner-container-transform);left:0;width:100%;height:var(--kokku-cookie-banner-container-height);background:var(--kokku-cookie-banner-container-background);z-index:999}.kokku-cookie-banner__container{height:100%;display:flex;align-items:var(--kokku-cookie-banner-vertical-alignment);justify-content:center}.kokku-cookie-banner__main{box-sizing:border-box;animation:cookieBannerUp 1s;padding:2rem;width:100%;box-shadow:0 0 10px 1px var(--box-shadow-color);background-color:var(--kokku-cookie-banner-background-color)}.kokku-cookie-banner__main *{box-sizing:border-box}.kokku-cookie-banner__main.theme-floating{margin:2rem 0;max-width:var(--kokku-cookie-banner-max-width);width:calc(100% - 2rem);border-radius:10px}.kokku-cookie-banner__inner{max-width:var(--kokku-cookie-banner-max-width);margin:0 auto;display:flex;flex-direction:column;gap:1rem}@media screen and (min-width: 768px){.kokku-cookie-banner__inner{flex-direction:row;justify-content:space-between}}.kokku-cookie-banner__content{padding:1rem 0}.kokku-cookie-banner__options .radio__label{color:var(--kokku-cookie-banner-text-color)}.kokku-cookie-banner__options{display:flex;flex-wrap:wrap}.kokku-cookie-banner__options .checkbox{margin:0.5rem 1rem 0.5rem 0;display:grid;grid-template-columns:auto 1fr;align-items:center;justify-content:center}.kokku-cookie-banner__options .checkbox__input{display:flex;justify-content:center;align-items:center}.kokku-cookie-banner__options .checkbox__label{padding:0 0.25rem;color:var(--kokku-cookie-banner-text-color)}.kokku-cookie-banner__buttons{display:flex;gap:1rem;flex-direction:column;justify-content:center}.kokku-cookie-banner__buttons.alignment-horizontally{flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap}.kokku-cookie-banner__buttons button{max-width:100%;width:100%}.kokku-cookie-banner__buttons button.button-rounded{appearance:none;background-color:transparent;border-radius:50%;border:1px solid var(--kokku-cookie-banner-text-color);color:var(--kokku-cookie-banner-text-color);display:grid;font-size:0.85rem;height:120px;place-items:center;text-transform:uppercase;width:120px}.kokku-cookie-banner__button-wrap{display:flex;width:100%}@media screen and (min-width: 768px){.kokku-cookie-banner__button-wrap{width:auto}}.kokku-cookie-banner-active{overflow:var(--kokku-cookie-banner-page-overflow)}.d-none{display:none !important}

