.cookie-zone #cookie-banner {
  position: fixed;
  bottom: 1em;
  left: 1em;
  background-color: rgba(31, 31, 31, 0.8);
  color: white;
  padding: 1em 1.25em;
  max-width: 320px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(214, 144, 144, 0.2);
  z-index: 9999;
  display: none;
}

.cookie-zone #cookie-banner button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 0.5em 1em;
  margin-left: 1em;
  cursor: pointer;
}

.cookie-zone .cookie-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.cookie-zone .cookie-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 1.5em;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  color: #222;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.cookie-zone .close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}

  
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
  }

  .legal{
    text-align: center;
  }
  .legal link-button {
    background: none;
    border: none;
    color: #00f;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
    padding: 0;
  }
  .legal h1, h2 {
    color: #222;
  }
  .legal a {
    color: #0066cc;
    text-decoration: none;
  }
 .legal a:hover {
    text-decoration: underline;
  }
 .legal li{
    text-decoration: none;

  }
  .legal ul.no-bullets {
    list-style-type: none;
    padding-left: 0; /* optional: removes default indentation */
  }
  
  .legal button {
    background-color: red;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.2em;
}
.legal backbutton {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
.cookie-zone #cookie-banner {
  position: fixed;
  padding-bottom: 20px;
  max-width: 320px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(214, 144, 144, 0.2);
  z-index: 9999;
  display: none;
}

}