/* ============================================================
   Bảng kết quả xổ số / loto (Auto Post Scheduler - KQXS)
   CSS này dùng cho NỘI DUNG BÀI VIẾT (frontend), được nạp qua
   wp_enqueue_style trong class-aps-frontend.php, không phải CSS
   riêng cho trang admin.
   ============================================================ */
.aps-kqxs-wrapper {
    width: 100%;
    margin: 16px 0;
    overflow-x: auto;
}

.aps-kqxs-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}

.aps-kqxs-table th,
.aps-kqxs-table td {
    border: 1px solid #eee;
    padding: 8px 10px;
    text-align: center;
}

.aps-kqxs-title {
    background: #e96a00;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.aps-kqxs-tinh-row td {
    background: #f7f7fa;
    font-weight: bold;
    text-align: left;
}

.aps-kqxs-giai-label {
    font-weight: bold;
    background: #fafafa;
    width: 70px;
}

.aps-kqxs-giai-value {
    text-align: center;
}

.aps-kqxs-number {
    display: inline-block;
    font-weight: bold;
    padding: 3px 10px;
    margin: 2px;
    background: #f7f7fa;
    border-radius: 3px;
}

.aps-kqxs-loto-table th {
    background: #f7f7fa;
}

.aps-kqxs-loto-head {
    font-weight: bold;
    background: #fafafa;
    width: 40px;
}

.aps-kqxs-giai-db {
    background: #fff0f0 !important;
    color: #d32f2f !important;
}

.aps-kqxs-empty {
    padding: 12px;
    background: #fafafa;
    border: 1px dashed #ddd;
    text-align: center;
    color: #777;
}
