#cookie-consent-modal {position: fixed; bottom: 0; left: 0; width: 100%; background-color: #f8f9fa; color: #333; padding: 10px 20px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; z-index: 10000;} #cookie-consent-modal button {background-color: #007bff; color: #fff; border: none; padding: 10px 20px; cursor: pointer; margin-top: 10px;} @media(min-width: 768px) {#cookie-consent-modal {flex-direction: row; justify-content: space-between; align-items: center;} #cookie-consent-modal button {margin-top: 0;}}