#cookies-alert{position:fixed;bottom:0;left:0;width:100%;background-color:#f9f9f9;color:#333;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}@media(min-width:768px){#cookies-alert{flex-direction:row;justify-content:space-between;}}#cookies-alert button{background-color:#4CAF50;color:#fff;border:none;padding:15px 20px;cursor:pointer;margin-top:10px}@media(min-width:768px){#cookies-alert button{margin-top:0}}