#data-policy-popup { position: fixed; bottom: 0; right: 0; width: 300px; background-color: #f7f7f7; color: #333; padding: 15px; box-shadow: 0 0 10px rgba(0,0,0,0.1); z-index: 1000; box-sizing: border-box; } #data-policy-popup p { margin: 0 0 10px; font-size: 14px; } #data-policy-popup a { color: #007bff; text-decoration: none; } #data-policy-popup a:hover { text-decoration: underline; } #data-policy-popup button { background-color: #007bff; color: white; border: none; padding: 8px 15px; font-size: 14px; cursor: pointer; margin-top: 10px; } #data-policy-popup button:hover { background-color: #0056b3; } @media (max-width: 600px) { #data-policy-popup { width: 90%; right: 5%; } }