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