.dt-table-wrapper-5759feee {
    width: 100%;
    overflow-x: auto;
}

.dt-table-5759feee {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.dt-table-5759feee th,
.dt-table-5759feee td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.dt-table-5759feee th {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: background-color 0.3s ease;
}

.dt-table-5759feee th.no-sort {
    cursor: default;
}

.dt-table-5759feee th:not(.no-sort):hover {
    background-color: #e9ecef;
}

.dt-sort-icon::after {
    content: '\21C5'; /* Up/Down arrow */
    font-size: 0.8em;
    margin-left: 5px;
    opacity: 0.3;
}

.dt-table-5759feee th.dt-sort-asc .dt-sort-icon::after {
    content: '\2191'; /* Up arrow */
    opacity: 1;
}

.dt-table-5759feee th.dt-sort-desc .dt-sort-icon::after {
    content: '\2193'; /* Down arrow */
    opacity: 1;
}

.dt-table-5759feee tbody tr {
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.dt-table-5759feee .dt-img-5759feee {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Mobile Responsive - Stacked Cards */
@media screen and (max-width: 767px) {
    .dt-table-5759feee {
        border: 0;
    }

    .dt-table-5759feee thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .dt-table-5759feee tbody tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 15px;
    }

    .dt-table-5759feee td {
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 10px 15px;
    }

    .dt-table-5759feee td::before {
        content: attr(data-label);
        font-weight: bold;
        text-align: left;
        margin-right: 15px;
        flex-shrink: 0;
        width: 40%;
    }

    .dt-table-5759feee td:last-child {
        border-bottom: 0;
    }
}
