#privacy-popup { position: fixed; bottom: 20px; right: 20px; max-width: 320px; background-color: #f9f9f9; color: #333333; padding: 15px 20px 15px 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border-radius: 8px; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.4; z-index: 10000; } #privacy-popup a { color: #1a73e8; text-decoration: none; } #privacy-popup a:hover { text-decoration: underline; } #privacy-popup .close-btn { position: absolute; top: 8px; right: 8px; background: transparent; border: none; font-size: 16px; font-weight: bold; color: #999999; cursor: pointer; padding: 0; line-height: 1; } #privacy-popup .close-btn:hover { color: #666666; } @media (max-width: 480px) { #privacy-popup { max-width: 90vw; padding: 12px 16px 12px 12px; font-size: 13px; } #privacy-popup .close-btn { top: 6px; right: 6px; font-size: 14px; } } @media (min-width: 481px) and (max-width: 768px) { #privacy-popup { max-width: 280px; font-size: 13.5px; } }