/* Cookie */
button[data-cc="show-preferencesModal"] {
    background: #F0F4F7;
    border: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    padding: 10px;
    display: flex;
    pointer-events: all;
    cursor: pointer;
    transition: ease 0.5s;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 1);
}

button[data-cc="show-preferencesModal"]:hover {
    opacity: 0.7;
}

button[data-cc="show-preferencesModal"] svg {
    width: 25px;
    height: 25px;
}