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