/* WEALTH HUB Logo - Use original PNG with gold/white colors */

.wealthhub-logo {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.wealthhub-logo img {
    /* No filter - use original logo colors (gold WEALTH + white HUB) */
    filter: none;
    opacity: 1;
}

/* Card styling */
.social-card.wealthhub {
    background: rgba(10, 10, 20, 0.8) !important;
    border: 1px solid rgba(6, 182, 212, 0.3) !important;
}

.social-card.wealthhub:hover {
    background: rgba(6, 182, 212, 0.08) !important;
    border-color: rgba(6, 182, 212, 0.5) !important;
}

/* Hover effect - just scale, keep original colors */
.social-card.wealthhub:hover .wealthhub-logo img {
    transform: scale(1.05);
    transition: all 0.3s ease;
}
