/* M3 三头中特 样式 */
.m3-stzt-body {
    background-color: #ffffff;
    padding-bottom: 0.05rem;
}

.m3-stzt-period-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.06rem 0;
}

.stzt-period-title {
    font-size: 0.19rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 0.04rem;
}

.stzt-period-num {
    color: #cc0000;
}

.stzt-status-text {
    margin-left: 0.1rem;
    color: #cc0000;
    font-weight: bold;
}

.stzt-status-text.is-undrawn {
    color: #1890ff;
    letter-spacing: 0.04rem;
}

.stzt-heads-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.04rem;
    margin-bottom: 0.06rem;
    font-size: 0.17rem;
    font-weight: bold;
    color: #cc0000;
}

.stzt-head-item {
    color: #cc0000;
    padding: 0 0.02rem;
}

.stzt-head-item.head-hit {
    background-color: #ffe100;
    color: #000000;
    border-radius: 0.02rem;
    padding: 0 0.03rem;
}

.stzt-numbers-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.05rem;
    margin-bottom: 0.04rem;
    flex-wrap: wrap;
}

.stzt-num-pill {
    width: 0.36rem;
    height: 0.28rem;
    line-height: 0.28rem;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 0.04rem;
    font-size: 0.15rem;
    font-weight: bold;
    color: #333333;
    box-shadow: 0 0.01rem 0.02rem rgba(0,0,0,0.05);
}

.stzt-num-pill.num-hit {
    background-color: #ffe100;
    border-color: #d6ca00;
    color: #000000;
}

.m3-stzt-divider {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin-top: 0.08rem;
}
