/* === Badge updates voor lidmaatschapstype === */

/* Lidmaatschapstype badges */
.badge-erelid { background: #ece4f6; color: #3d2a5e; }
.badge-bestuur { background: #fde9c8; color: #6b4b12; }
.badge-opleider { background: #fce0ec; color: #6b2050; }
.badge-betalend { background: #ddf3e4; color: #1e6e3d; }
.badge-niet_betalend { background: #fef6d8; color: #7a5f12; }
.badge-aspirant_lid { background: #dbeafe; color: #2a4a7a; }
.badge-ex_lid { background: #fce0e0; color: #8b2c2c; }

/* Online status badges */
.badge-online { background: #ddf3e4; color: #1e6e3d; }
.badge-niet-geverifieerd { background: #dbeafe; color: #2a4a7a; }
