body {
    margin: 0;
    padding: 0;
  }
  
  .cookies-eu-banner {
    font-family:"Jost-300-Light", sans-serif;
    font-weight:normal;
    font-size: 0.8rem;
    line-height: 1.44rem;
    letter-spacing: 0;
    background: #fff;
    color: #000;
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }

  .cookies-eu-banner a {
    text-decoration: underline;
  }
  
  .cookies-eu-banner button { 
    font-family:"Jost-300-Light", sans-serif;
    font-weight:normal;
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 1.5;
    text-decoration: none;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 0 5px;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='10.5' stroke='black' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3Ccircle cx='12' cy='12' r='9.5' stroke='white' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3C/svg%3E") 12 12, auto !important;
  }
  
  .cookies-eu-banner button:hover {
    background: #fff;
    color: #000;
  }
  
  .hidden {
    display: none;
  }