body {
    margin: 0;
    padding: 0;
  }
  
  .cookies-eu-banner {
    font-size: 0.8rem;
    line-height: 1.44rem;
    letter-spacing: 0;
    background:transparent;
    color: #000;
    padding: 15px 0 20px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }

  .cookies-eu-banner a {
    text-decoration: underline;
  }
  
  .cookies-eu-banner button { 
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 1.5;
    text-decoration: none;
    background:transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
  }
  
  .cookies-eu-banner button:hover {
    background:transparent;
    color: #000;
  }
  
  .hidden {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .cookies-eu-banner {
      background:white;
    }

    .cookies-eu-banner  button {
      background:white;
    }
}