#cookie-consent-modal { position: fixed; bottom: 0; width: 72%; padding: 20px; background: linear-gradient(45deg, #6a3093, #a044ff); color: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.3); display: flex; flex-direction: column; align-items: flex-start; z-index: 1000; font-size: 14px; } #cookie-consent-modal .close-btn { position: absolute; top: 10px; right: 10px; font-size: 18px; cursor: pointer; } @media(min-width: 768px) { #cookie-consent-modal { flex-direction: row; justify-content: space-between; padding: 20px 40px; } }