#privacy-popup {position: fixed;bottom: 0;width: 53%;background: linear-gradient(45deg, #ff7e5f, #feb47b);color: #fff;padding: 15px;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;z-index: 9999;}#privacy-popup .buttons {display: flex;gap: 10px;margin-top: 10px;}#privacy-popup button {background-color: #333;color: #fff;border: none;padding: 10px 15px;cursor: pointer;}@media(min-width: 768px) {#privacy-popup {flex-direction: row;justify-content: space-between;max-width: 600px;}}