#privacy-modal { position: fixed; bottom: 0; left: 0; width: 100%; max-width: 400px; background-color: #f9f9f9; color: #333; padding: 15px; box-shadow: 0 -2px 5px rgba(0,0,0,0.1); box-sizing: border-box; font-family: Arial, sans-serif; } #privacy-modal a { color: #1e90ff; text-decoration: none; } #privacy-modal button { background-color: #4CAF50; color: #fff; border: none; padding: 8px 12px; cursor: pointer; font-size: 14px; margin-top: 10px; } @media(min-width: 768px) { #privacy-modal { width: 350px; } }