#cookie-box { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #f9f9f9; color: #000; padding: 15px; box-sizing: border-box; box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: center; z-index: 60000; } #cookie-box .cookie-close { position: absolute; top: 5px; right: 10px; cursor: pointer; font-size: 18px; } @media (max-width: 768px) { #cookie-box { flex-direction: column; text-align: center; } }