/* === Icône Mon Compte – Minimaliste === */

.wlr-account-icon {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 99999;
}

.wlr-account-icon a {
    color: currentColor;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.75;
    transition: opacity 0.2s ease;
}

.wlr-account-icon a:hover {
    opacity: 1;
}
