#policy-data-popup { position: fixed; bottom: 0; right: 0; width: 300px; background-color: #f8f8f8; color: #333; padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,0.1); display: flex; flex-direction: column; z-index: 1000; } #policy-data-popup button { background-color: #4CAF50; color: white; border: none; padding: 10px; cursor: pointer; margin-top: 10px; } #policy-data-popup p { margin: 0; } @media(max-width: 768px) { #policy-data-popup { width: 90%; } } @media(min-width: 769px) and (max-width: 1024px) { #policy-data-popup { width: 70%; } }