#privacy-popup {position: fixed;bottom: 0;right: 0;width: 300px;background-color: #1c1c1c;color: #fff;padding: 20px;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;z-index: 9999;}#privacy-popup button {background-color: #4CAF50;color: #fff;border: none;padding: 10px 20px;margin-top: 10px;cursor: pointer;}@media (max-width: 767px) {#privacy-popup {width: 90%;bottom: 20px;right: 5%;}}