#cookie-banner{position:fixed;bottom:0;width:100%;background:#2c3e50;color:#ecf0f1;padding:20px 30px;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 -3px 10px rgba(0,0,0,.3);display:none;z-index:9999;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}#cookie-banner p{margin:0;font-size:1rem;flex:1 1 400px}#cookie-banner a{color:#f39c12;text-decoration:underline}#cookie-banner button{background-color:#f39c12;border:none;color:#2c3e50;font-weight:600;padding:10px 18px;margin-left:15px;cursor:pointer;border-radius:4px;transition:background-color .25s ease;flex:0 0 auto}#cookie-banner button:hover{background-color:#d78e0a}#cookie-banner button+button{background-color:#7f8c8d;color:#ecf0f1;margin-left:10px}#cookie-banner button+button:hover{background-color:#6c7a7b}@media (max-width:480px){#cookie-banner{flex-direction:column;text-align:center;padding:15px 20px}#cookie-banner p{margin-bottom:12px;flex:1 1 100%}#cookie-banner button{margin:5px 6px 0 6px;width:45%}}