div#klaro {
  --button-text-color: #4a4a49;
  --green1: #fd0;
  --green2: #fd0;
  --blue1: #ffdd0095;
  --dark1: #666;
  --dark2: #ffdd0095;
  --dark3: #fff;
  --border-radius:5px;
}

.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 15px;
    z-index: 3;
}

.cookie-consent a {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    color: #b84846;
}

.cookie-consent a:hover {
    cursor: pointer;
}

.cookie-consent img {
    max-width: 100%;
    height: auto;
}

.cookie-consent span {
    position: absolute;
    white-space: nowrap;
    background: #fff;
    color: #b84846;
    padding: 5px;
    margin-left: 5px;
    border-radius: 5px;
    display: none;
}

.cookie-consent a:hover span {
    display: unset;
}