#cookies-alert { position: fixed; bottom: 0; left: 14px; width: calc(100% - 28px); background-color: #f9f9f9; color: #333; padding: 20px; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); display: flex; justify-content: space-between; align-items: center; z-index: 1000; border-radius: 8px 8px 0 0; } #cookies-alert button { background-color: #008cba; color: #fff; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; } @media(min-width: 768px) { #cookies-alert { max-width: 720px; margin-left: auto; margin-right: auto; } }