/* สไตล์ตารางให้เข้ากับ Flatsome */
.wctp-table-wrapper {
    margin-bottom: 25px;
    background: #fdfdfd;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 15px;
}
.wctp-title {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.wctp-table {
    margin-bottom: 0 !important;
    border-color: #f1f1f1 !important;
}
.wctp-table th, .wctp-table td {
    padding: 8px 10px !important;
    border-color: #f1f1f1 !important;
    text-align: center;
}
.wctp-table th { background-color: #f9f9f9; font-size: 0.9em; }
.wctp-badge {
    background-color: #d26e4b; /* สี Primary แบบ Flatsome (ปรับตามธีมจริงได้) */
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 0.85em;
    font-weight: bold;
}

/* แถบไฮไลต์เวลากดเลือกจำนวนถึงเป้าหมาย */
.wctp-active-row {
    background-color: #f0f9ea !important;
    transition: background-color 0.3s;
}
.wctp-active-row td {
    border-color: #d1e7dd !important;
}