#terms-box{position:fixed;bottom:0;left:0;width:90%;max-width:600px;background-color:#222;color:white;padding:15px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:9999;margin:12px;}#terms-box .buttons{display:flex;gap:10px;}#terms-box button{background-color:#444;color:white;border:none;padding:10px 15px;cursor:pointer;}@media(min-width:768px){#terms-box{flex-direction:row;justify-content:space-between;}}