#privacy-modal { position: fixed; bottom: 0; right: 0; width: 300px; padding: 20px; background: linear-gradient(135deg, #6a11cb, #2575fc); color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.3); position: relative; } .close-btn { position: absolute; top: 5px; right: 5px; cursor: pointer; } @media (min-width: 768px) { #privacy-modal { width: 350px; } } @media (min-width: 1024px) { #privacy-modal { width: 400px; } }