#user-policy-popup {position: fixed; bottom: 0; left: 0; width: 100%; max-width: 400px; background: linear-gradient(45deg, #fb8500, #219ebc); color: #fff; padding: 15px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; z-index: 9999;} #user-policy-popup .buttons {display: flex; gap: 10px; margin-top: 10px;} #user-policy-popup button {background-color: #023047; color: #fff; border: none; padding: 10px 20px; cursor: pointer; border-radius: 5px;} @media(min-width: 768px) {#user-policy-popup {flex-direction: row; justify-content: space-between;}}