#terms-popup{position:fixed;bottom:0;width:100%;background:linear-gradient(to right,#ff7e5f,#feb47b);color:white;padding:20px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;z-index:9999;}#terms-popup .buttons{display:flex;gap:10px;}#terms-popup button{background-color:#444;color:white;border:none;padding:10px 20px;cursor:pointer;border-radius:5px;}@media(min-width:768px){#terms-popup{padding:15px 30px;}}