/* M5 七尾中特 样式 */
.m5-qw-card-container {
    margin-bottom: 0.12rem;
}

.m5-qw-table {
    border: 1.5px solid #cc0000;
    background-color: #f5f7da;
    box-sizing: border-box;
    font-family: PingFangSC-Regular, Microsoft YaHei, Helvetica, sans-serif;
}

.m5-qw-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-qw-table-body {
    display: flex;
    flex-direction: column;
    padding: 0.08rem 0.1rem;
    gap: 0.08rem;
    align-items: center;
}

.m5-qw-title {
    color: #cc0000;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.06rem;
    margin-top: 0.3rem;
}

.qw-period-text {
    color: #cc0000;
}

.m5-qw-status {
    color: #cc0000;
    font-weight: bold;
}

.m5-qw-status.is-undrawn {
    color: #1890ff;
}

.m5-qw-tails-row {
    font-size: 0.18rem;
    font-weight: bold;
    color: #1890ff;
    text-align: center;
    margin: 0.2rem 0 0.2rem;
}

.qw-brackets-tails .is-hit {
    background-color: #ffeb3b;
    color: #cc0000;
    border-radius: 0.03rem;
    padding: 0 0.03rem;
}

.m5-qw-nums-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    font-size: 0.18rem;
    font-weight: bold;
}

.qw-row-label {
    color: #cc0000;
    font-weight: bold;
    flex-shrink: 0;
}

.qw-nums-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.10rem;
    color: #cc0000;
}

.qw-num-item {
    display: inline-block;
    color: #cc0000;
    font-size: 0.18rem;
    font-weight: bold;
}

.qw-num-item.is-hit {
    background-color: #ffeb3b;
    color: #000000;
    border-radius: 0.03rem;
    padding: 0 0.04rem;
}

.m5-qw-divider {
    height: 0.1rem;
}
