#user-policy-popup {position: fixed;bottom: 0;width: 100%;background-color: #f9f9f9;color: #333;padding: 15px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;z-index: 9999;}#user-policy-popup button {background: transparent;color: #333;border: none;font-size: 20px;cursor: pointer;}@media(min-width: 768px) {#user-policy-popup {padding: 20px;}}