#cookie-banner{
  position:fixed;
  inset:auto 0 0 0;            
  z-index:9999;
  display:flex; flex-wrap:wrap;
  gap:1rem; align-items:center; justify-content:center;
  padding:1rem 1.25rem;
  background:#eeeeee;          
  font:14px/1.4 sans-serif; color:#333;
  box-shadow:0 -2px 4px rgba(0,0,0,.15);
}
#cookie-banner p{margin:0; max-width:720px;}
#cookie-banner a{color:#0068c9; text-decoration:underline;}
#cookie-banner button{
  cursor:pointer; white-space:nowrap;
  border:none; border-radius:4px;
  padding:.6em 1.2em; background:#4ec7f3; color:#fff;
  font-weight:600; transition:opacity .2s;
}
#cookie-banner button:hover,
#cookie-banner button:focus{opacity:.85;}
@media(max-width:600px){
  #cookie-banner{padding:1rem .75rem;}
  #cookie-banner p{font-size:13px;}
}

@media (max-width:480px) {
  #cookie-banner button{
    white-space:normal;       
    overflow-wrap:anywhere;   
    font-size:13px;           
    padding:.6em 1em;         
  }
}