#data-policy-popup {position: fixed;bottom: 0;right: 0;width: 300px;background-color: #222;color: #fff;padding: 20px;box-sizing: border-box;border-radius: 8px;z-index: 10000;display: flex;flex-direction: column;align-items: center;}#data-policy-popup a {color: #00f;text-decoration: underline;}#data-policy-popup .buttons {display: flex;gap: 15px;margin-top: 10px;}#data-policy-popup button {background-color: #555;color: #fff;border: none;padding: 8px 16px;border-radius: 4px;cursor: pointer;}#data-policy-popup button:hover {background-color: #444;}@media (min-width: 768px) {#data-policy-popup {width: 400px;}}