.tbl-wrap-a4f8e1b3 {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #d0e8d0;
    border-radius: 8px;
}

.tbl-a4f8e1b3 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

/* ── Header ── */
.tbl-a4f8e1b3 thead th {
    background-color: #2d7a2d;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    text-align: left;
    padding: 14px 20px;
    border-bottom: 2px solid #1e5c1e;
}

/* ── Body cells ── */
.tbl-a4f8e1b3 tbody td {
    padding: 12px 20px;
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
    border-bottom: 1px solid #d0e8d0;
    vertical-align: top;
    word-wrap: break-word;
}

/* ── Zebra stripes ── */
.tbl-a4f8e1b3 tbody tr:nth-child(odd) td {
    background-color: #ffffff;
}

.tbl-a4f8e1b3 tbody tr:nth-child(even) td {
    background-color: #f2f8f2;
}

/* Remove bottom border from last row */
.tbl-a4f8e1b3 tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 640px) {
    .tbl-a4f8e1b3 thead th,
    .tbl-a4f8e1b3 tbody td {
        padding: 10px 14px;
        font-size: 0.875rem;
    }
}
