body {
    margin: 0;
    padding: 0;
  }
  
  .cookies-eu-banner {
    background: #ffffff;
    color: #000000;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  
  .cookies-eu-banner button {
    text-decoration: none;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    cursor: pointer;
    padding: 5px 10px;
    margin: 2px 10px;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.30s, color 0.30s, border-color 0.30s;
  }
  
  .cookies-eu-banner button:hover {
    background: #000000;
    color: #ffffff;
  }
  
  .hidden {
    display: none;
  }