#cookie-consent-bar{position:fixed;bottom:0;right:0;width:300px;background-color:#333;color:#fff;padding:15px;box-sizing:border-box;display:flex;flex-direction:column;z-index:9999;}#cookie-consent-bar p{margin:0;}#cookie-consent-bar .close{align-self:flex-end;cursor:pointer;color:#fff;}@media(min-width:768px){#cookie-consent-bar{max-width:300px;}}