/* 抽奖徽章样式 */
.badge-lottery {
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    background: var(--theme-color);
    vertical-align: middle;
    font-weight: 500;
}

.badge-lottery icon {
    margin-right: 3px;
    font-size: 12px;
}

.badge-lottery.jb-yellow {
    background: #f7b10d;
}

.badge-lottery.jb-red {
    background: #ff5473;
}

.badge-lottery.jb-blue {
    background: #2b90d9;
}

.badge-lottery.jb-green {
    background: #3db399;
}

.badge-lottery.jb-purple {
    background: #a177ff;
}

.badge-lottery.jb-cyan {
    background: #1dd2af;
}
