/**
 * 49208 开奖球 — 对齐 iconText + bg-amage-1/2/3 + slot-icon
 * @see tmp_app.js borderHome / iconText 组件
 */
.icon-text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    vertical-align: top;
}

.icon-text .slot-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    flex-shrink: 0;
    line-height: 1;
}

.icon-text .slot-icon > span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    font-family: Arial, Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
    position: relative;
    top: -1px;
}

.icon-text .slot-text {
    font-size: 17px;
    color: #666;
    margin-top: 2px;
    line-height: 1.2;
    white-space: nowrap;
}

.bg-amage-1 .slot-icon { background-image: url('/static/img/balls/ball-red.png'); }
.bg-amage-2 .slot-icon { background-image: url('/static/img/balls/ball-blue.png'); }
.bg-amage-3 .slot-icon { background-image: url('/static/img/balls/ball-green.png'); }

/* 其它页面兼容 .ball / .ld-ball 等 */
.ball,
.ld-ball,
.lh-ball,
.gd-ball,
.txbb-lottery-balls .ball,
.ft-ball-result .ball {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #333;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    line-height: 1;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    font-family: Arial, Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.ball.red,
.ld-ball.red,
.lh-ball.red,
.gd-ball.red,
.txbb-lottery-balls .ball.red,
.ft-ball-result .ball.red,
.bg-amage-1 .ball {
    background-image: url('/static/img/balls/ball-red.png');
}

.ball.blue,
.ld-ball.blue,
.lh-ball.blue,
.gd-ball.blue,
.txbb-lottery-balls .ball.blue,
.ft-ball-result .ball.blue,
.bg-amage-2 .ball {
    background-image: url('/static/img/balls/ball-blue.png');
}

.ball.green,
.ld-ball.green,
.lh-ball.green,
.gd-ball.green,
.txbb-lottery-balls .ball.green,
.ft-ball-result .ball.green,
.bg-amage-3 .ball {
    background-image: url('/static/img/balls/ball-green.png');
}

.ball {
    width: 46px;
    height: 46px;
    font-size: 21px;
}

.ld-ball,
.lh-ball,
.gd-ball {
    width: 42px;
    height: 42px;
    font-size: 20px;
}

.txbb-lottery-balls .ball {
    width: 38px;
    height: 38px;
    font-size: 19px;
}

.ft-ball-result .ball {
    width: 56px;
    height: 56px;
    font-size: 25px;
}

/* 49208 加号 SVG */
.ball-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 16px;
    width: 20px;
}

.ball-plus .connect {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ball-plus svg {
    display: block;
    width: 13px;
    height: 12px;
}

.ball-label {
    font-size: 17px;
    color: #666;
    margin-top: 2px;
}
