/* Custom CSS for The Bubble Bus */

/* Membership badges - no background, no border, only colored text and icon */
.membership-badge {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.membership-badge i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

/* Membre actif - green */
.membership-active {
    color: #28a745;
}

/* Intéressé - orange/yellow */
.membership-interested {
    color: #ffc107;
}

/* Non intéressé - gray */
.membership-not-interested {
    color: #6c757d;
}
