#privacy-popup { position: fixed; bottom: 0; left: 0; width: 100%; max-width: 400px; background-color: #222; color: #fff; padding: 16px; box-sizing: border-box; z-index: 1000; display: flex; justify-content: space-between; align-items: center; } #privacy-popup a { color: #1e90ff; text-decoration: none; } #privacy-popup .close { cursor: pointer; }