.cnbm-upgrade-link {
    color: #99c56b;
}

.cnbm-limit-notice {
    margin-top: 15px;
}

.cnbm-tag-badge {
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    margin-right: 4px;
    display: inline-block;
}

.cnbm-tags-select {
    width: 100%;
    max-width: 400px;
    height: 120px;
}

.cnbm-form-error {
    display: none;
    color: #d63638;
}

/* Status badges */
.cnbm-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    background: #f0f0f1;
    color: #50575e;
}

.cnbm-status-confirmed {
    background: #d7f7e3;
    color: #00550a;
}

.cnbm-status-pending {
    background: #fff8e5;
    color: #996800;
}

.cnbm-status-unsubscribed {
    background: #ffebee;
    color: #8b0000;
}