/* Cookie button styles */
.cookie-icon-custom {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: 55px;
    height: 35px;
    background-color: white;
    display: flex;
    line-height: 0;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cookie-icon-custom a {
    width: 100%;
    height: 100%;
    align-content: center;
    text-align: center;
}
.cookie-icon-custom svg {
    color: black;
    height: 16px;
    width: 16px;
}
