/* ===== LOGO HOVER CLEAN ===== */

.portal-logo-discord-link {
    background: transparent !important;
    border-radius: 20px !important;
    transition: all 0.2s ease !important;
}

/* glow subtil autour du logo seulement */
.portal-logo-discord-link:hover {
    box-shadow:
        0 0 25px rgba(140, 90, 255, 0.35),
        0 0 60px rgba(140, 90, 255, 0.15);
    transform: scale(1.02);
}

/* IMPORTANT : limite la zone cliquable */
.portal-logo-discord-link {
    max-width: 420px !important;
    max-height: 180px !important;
    overflow: hidden !important;
}