#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #000;
    padding: 1em;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    text-align: center;
  }
  .cookie-banner-inner button {
    margin: 0 0.5em;
    padding: 0.5em 1em;
    background: #004f9e;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
