/* 济公5行 & 九肖十八码各自号码独立 样式 */

/* ===== 1. 济公5行 ===== */
.jgwx-card-box {
    margin: 0.12rem 0;
    border: 3px solid #e53935;
    border-radius: 0.1rem;
    background-color: #f8fafc;
    padding: 0.1rem 0.06rem;
    box-shadow: 0 0.04rem 0.08rem rgba(229, 57, 53, 0.15);
}

.jgwx-list {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.jgwx-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: bold;
}

.jgwx-prefix {
    color: #1890ff;
}

.jgwx-period {
    color: #e53935;
    font-weight: bold;
}

.jgwx-title {
    color: #333333;
    font-weight: bold;
    margin-right: 0.04rem;
}

.jgwx-items {
    display: inline-flex;
    gap: 0.08rem;
    align-items: center;
}

.jgwx-item {
    color: #1890ff;
    font-weight: bold;
    padding: 0.01rem 0.04rem;
    border-radius: 0.03rem;
}

.jgwx-item.jgwx-hit {
    background-color: #ffeb3b !important;
    color: #000000 !important;
}


/* ===== 2. 九肖十八码各自号码独立 (白小姐9肖18码) ===== */
.jx18-card-box {
    margin: 0.12rem 0;
    border: 3px solid #e53935;
    border-radius: 0.1rem;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 0.04rem 0.08rem rgba(229, 57, 53, 0.15);
}

.jx18-header-banner {
    background-color: #2b7bc6;
    color: #ffffff;
    font-size: 0.17rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.08rem 0.12rem;
}

.jx18-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #ffffff;
}

.jx18-cell {
    border-right: 1px solid #dcdfe6;
    border-bottom: 1px solid #dcdfe6;
    padding: 0.08rem 0.02rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 0.16rem;
    font-weight: bold;
}

.jx18-cell:nth-child(3n) {
    border-right: none;
}

.jx18-cell:nth-last-child(-n+3) {
    border-bottom: none;
}

.jx18-zodiac {
    color: #e53935;
    font-weight: bold;
    padding: 0.01rem 0.03rem;
    border-radius: 0.03rem;
}

.jx18-num {
    color: #1890ff;
    font-weight: bold;
    padding: 0.01rem 0.03rem;
    border-radius: 0.03rem;
}

.jx18-hit {
    background-color: #ffeb3b !important;
    color: #000000 !important;
}
