#cookie-consent-modal { position: fixed; bottom: 0; left: 20%; width: 60%; background-color: #f9f9f9; color: #000; padding: 20px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; z-index: 10000; border-top: 2px solid #ccc; } #cookie-consent-modal p { margin: 0; flex-grow: 1; } #cookie-consent-modal .close { font-size: 18px; font-weight: bold; color: #000; cursor: pointer; } @media(min-width: 768px) { #cookie-consent-modal { left: 10%; } }