.cookie-banner{position:fixed;bottom:0;width:100%;z-index:50;background-color:#000;padding:10px 30px;color:#fff;display:flex;justify-content:space-between;align-items:center}.cookie-banner p{line-height:1.5;max-width:800px}.cookie-banner p a{text-decoration:underline;text-underline-offset:4px}@media screen and (max-width:800px){.cookie-banner{flex-wrap:wrap;flex-direction:column;padding:30px}.cookie-banner p{margin-bottom:20px}}@media screen and (max-width:600px){.cookie-banner{padding:30px 15px}}.cookie-banner .actions{margin:0 30px}.cookie-banner .actions button{font-size:16px;margin:20px 0}@media screen and (max-width:800px){.cookie-banner .actions{display:flex}.cookie-banner .actions button{margin:0 20px}}@media screen and (max-width:600px){.cookie-banner .actions{display:flex;flex-direction:column;flex-wrap:wrap}.cookie-banner .actions button{margin:10px 0}}.cookie-banner .actions .reject-cookies{background-color:#888}.cookie-banner .actions .reject-cookies:hover{background-color:#6d6d6d}.cookie-banner .actions .reject-cookies:active{background-color:#5f5f5f}