#privacy-modal { position: fixed; bottom: 0; left: 0; width: 82%; background-color: #2c2c2c; color: #fff; padding: 20px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; z-index: 10000;}#privacy-modal .buttons { display: flex; gap: 10px;}#privacy-modal button { background-color: #008cba; color: #fff; border: none; padding: 10px 20px; cursor: pointer;}@media only screen and (max-width: 768px) { #privacy-modal { flex-direction: column; align-items: stretch;} #privacy-modal .buttons { justify-content: space-between;} }