#cookie-info-popup { position: fixed; bottom: 0; right: 0; width: 78%; background-color: #f9f9f9; color: #333; padding: 20px; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); display: flex; justify-content: space-between; align-items: center; font-family: Arial, sans-serif; z-index: 9999; } #cookie-info-popup p { margin: 0; padding-right: 10px; } #cookie-info-popup .close-btn { font-size: 16px; color: #666; background: none; border: none; cursor: pointer; } @media (min-width: 768px) { #cookie-info-popup { max-width: 700px; } }