.cookie-banner{position:fixed;bottom:0;left:0;display:flex;flex-direction:column;gap:.5rem;width:100%;background-color:hsl(0,0%,33%);color:hsl(0,0%,96%);padding:1.5rem;z-index:999}.cookie-banner p{font-size:1rem}.cookie-banner .link{background-color:rgba(0,0,0,0);-webkit-text-decoration:underline dotted hsl(0,0%,33%) 2px;text-decoration:underline dotted hsl(0,0%,33%) 2px;text-underline-offset:3px;outline:none;padding:5px;transition:all .2s ease-in-out}.cookie-banner .link[data-hovered],.cookie-banner .link[data-pressed]{background-color:hsl(263,93%,84%);color:hsl(0,0%,33%);color:#000;border-radius:5px;text-decoration:none}.cookie-banner .link{-webkit-text-decoration:underline dotted hsl(263,93%,84%) 2px;text-decoration:underline dotted hsl(263,93%,84%) 2px}.cookie-banner .buttons{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:1rem;align-items:center}.cookie-banner .buttons button{font-size:1rem;border:1px solid hsl(158,100%,78%);border-radius:5px;padding:.1rem .5rem;outline:none;transition:all .2s ease-in-out}.cookie-banner .buttons button[data-hovered],.cookie-banner .buttons button[data-pressed]{background-color:hsl(158,100%,78%);color:hsl(0,0%,33%)}