/* M5 十六码中特 样式 */
.m5-sl-card-container {
    margin-bottom: 0.12rem;
}

.m5-sl-table {
    border: 1.5px solid #cc0000;
    background-color: #f5f7da;
    box-sizing: border-box;
    font-family: PingFangSC-Regular, Microsoft YaHei, Helvetica, sans-serif;
}

.m5-sl-table-header {
    background: linear-gradient(to right, #ff3333, #f5a3a0);
    text-align: center;
    color: #000000;
    font-size: 0.20rem;
    font-weight: bold;
    padding: 0.06rem 0;
    border-bottom: 1px solid #cc0000;
    letter-spacing: 0.01rem;
}

.m5-sl-table-body {
    display: flex;
    flex-direction: column;
    padding: 0.06rem 0.08rem;
    gap: 0.06rem;
    align-items: center;
}

.m5-sl-title {
    color: #cc0000;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    padding: 0.04rem 0;
    margin-top:0.1rem;
}

.m5-sl-status {
    color: #cc0000;
    font-weight: bold;
    margin-left: 0.06rem;
}

.m5-sl-status.is-undrawn {
    color: #1e50cb;
}

.m5-sl-nums-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.10rem;
    font-size: 0.18rem;
    color: #cc0000;
    font-weight: bold;
}

.sl-num-item {
    display: inline-block;
    color: #cc0000;
    font-size: 0.18rem;
    font-weight: bold;
}

.sl-num-item.is-hit {
    background-color: #ffeb3b;
    color: #000000;
    border-radius: 0.03rem;
    padding: 0 0.04rem;
}

.m5-sl-divider {
    height: 0.1rem;
}
