<style data-computed-style='{"left":0,"top":0,"width":0,"height":0,"display":"none","position":"static","zIndex":"auto"}'>
   .termly-display-preferences {
    font-size: 0.8rem;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 999;
    background-color: none;
    padding: 0.25rem 0.5rem;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #fff;
    visibility: hidden; /* Rend l'élément invisible mais actif */
    opacity: 0; /* Rendre complètement transparent */
    pointer-events: none; /* Empêche les interactions */
}

.termly-display-preferences:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #0056b3;
    pointer-events: none; /* Réactiver les interactions si nécessaire */
}
</style>