#privacy-modal-bar{ position:fixed; bottom:0; left:0; width:80%; max-width:340px; padding:20px; background:linear-gradient(45deg,#ff7f50,#ff6347); color:#fff; box-shadow:0 2px 10px rgba(0,0,0,0.1); display:flex; flex-direction:column; justify-content:center; align-items:center; z-index:10000; } #privacy-modal-bar .buttons{ display:flex; gap:15px; margin-top:10px; } #privacy-modal-bar button{ background-color:#ffd700; border:none; padding:10px 20px; color:#333; font-weight:bold; cursor:pointer; } #privacy-modal-bar button:hover{ background-color:#ffdf00; } @media(min-width:768px){ #privacy-modal-bar{ flex-direction:row; } }