.cookie-banner {
    position: fixed;
    bottom: 40px;
    right: 40%;
    width: 100%;
    max-width: 360px;
    padding: 5px 14px;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: justify;
}

.cookie-banner .close {
    height: 20px;
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

.cookie-banner p {
    padding: 15px 0;
    font-size: 1rem;
    font-style: normal;
    line-height: 1em;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.cookie-banner.hidden {
    display: none;
}

.cookie-banner h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: black;
    box-sizing: border-box;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.cookie-banner button {
    box-shadow: none;
    text-shadow: none;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.cookie-banner a {
    color: #dc2626 !important;
    font-size: 16px !important;
}
.cookie-banner .accept_cookies {
    background: #dc2626 !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
    font-size: 17px;
    color: #fff;
}
.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 18px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  .whatsapp-float img {
      width: 35px;
      margin-top: 9px;
      margin-left: 8px;
  }
  .whatsapp-float:hover {
    background-color: #1ebe5b;
  }