#privacy-consent { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #f9f9f9; color: #333; padding: 15px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; z-index: 9999; } #privacy-consent a { color: #1e90ff; text-decoration: none; } #privacy-consent button { background-color: #28a745; color: #fff; border: none; padding: 10px 20px; cursor: pointer; margin-top: 10px; } @media(min-width: 768px) { #privacy-consent { flex-direction: row; justify-content: space-between; padding: 20px; } #privacy-consent button { margin-top: 0; } }