#cookie-consent-box { position: fixed; bottom: 0; left: 0; width: 71%; background-color: #f9f9f9; color: #333; padding: 10px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; z-index: 1000; } #cookie-consent-box button { background-color: #4CAF50; color: #fff; border: none; padding: 10px 20px; cursor: pointer; } @media (min-width: 768px) { #cookie-consent-box { max-width: 600px; left: 50%; transform: translateX(-50%); }}