#terms-box{position:fixed;bottom:0;left:0;width:90%;max-width:600px;margin:0 20px;padding:20px;background:linear-gradient(45deg,#ff6b6b,#556270);color:#fff;box-shadow:0 4px 8px rgba(0,0,0,0.2);display:flex;flex-direction:column;align-items:center;z-index:9999;}#terms-box .buttons{display:flex;gap:10px;margin-top:10px;}#terms-box button{background:#ffffff33;color:#fff;border:none;padding:10px 20px;cursor:pointer;transition:background-color 0.3s;}#terms-box button:hover{background:#ffffff55;}@media(min-width:768px){#terms-box{flex-direction:row;justify-content:space-between;}}