#privacy-modal { position: fixed; bottom: 0; right: 0; width: 300px; background: linear-gradient(135deg,#00c6ff,#0072ff); color: #fff; padding: 20px; box-sizing: border-box; z-index: 9999; border-radius: 10px; } #privacy-modal a { color: #ffe600; text-decoration: underline; } #privacy-modal button { background-color: #0059b3; color: #fff; border: none; padding: 10px 20px; margin-top: 10px; cursor: pointer; border-radius: 5px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } @media(max-width: 768px) { #privacy-modal { width: 90%; bottom: 5%; right: 5%; } }