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