#user-terms-banner{position:fixed;bottom:0;left:16px;width:calc(100% - 32px);background-color:#222;color:#fff;padding:15px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;z-index:9999;}#user-terms-banner p{margin:0;}#user-terms-banner button{background-color:#555;color:#fff;border:none;padding:10px 20px;cursor:pointer;}@media(min-width:768px){#user-terms-banner{max-width:800px;}}