#cookie-consent-modal { position: fixed; bottom: 0; left: 0; width: 74%; background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 20px; z-index: 1000; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; } #cookie-consent-modal .close { cursor: pointer; font-size: 24px; line-height: 24px; } @media (min-width: 768px) { #cookie-consent-modal { justify-content: flex-start; } } @media (max-width: 767px) { #cookie-consent-modal { flex-direction: column; text-align: center; } }