.cookie-banner__container{position:fixed;bottom:1rem;left:1rem;z-index:999;width:25%;background-color:#fff;padding:2vh 1vw;border-radius:8px}.cookie-banner__container p{margin-bottom:1rem}.cookie-banner__actions{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.cookie-banner__actions button{width:100%;padding:8px 20px;border-radius:8px;background-color:#fff0;color:#007d55;border:1px solid #007d55;font-weight:700;margin-bottom:0;transition:all .3s ease-in-out}.cookie-banner__actions button:hover{background-color:#007d55;color:#fff}.cookie-banner__actions button:hover{cursor:pointer}@media screen and (max-width:1024px){.cookie-banner__container{width:98%;left:0}}