/* ============================================================
   SALES/SUPPORT — RECENT BLOOD APPROVED TABLE
============================================================ */

.androlab-blood-approved {
    margin-top: 25px;
    width: 100%;
}

/* Filters */
.ss-table-header {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.ss-table-header select,
.ss-table-header input {
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

/* Table */
.ss-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.ss-table th {
    background: #f7f7f7;
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.ss-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.ss-table tr:hover {
    background: #fafafa;
}

/* Pagination */
.ss-pagination {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.ss-pagination button {
    padding: 6px 14px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
}

.tooltip {
    color: #d9534f;
    cursor: help;
    border-bottom: 1px dotted #d9534f;
}
