.cst-4826772d-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 8px;
}

.cst-4826772d-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: inherit;
}

.cst-4826772d-table thead th {
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    user-select: none;
    position: relative;
}

.cst-4826772d-table.cst-4826772d-sortable thead th {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cst-4826772d-table.cst-4826772d-sortable thead th:hover {
    filter: brightness(1.2);
}

.cst-4826772d-th-content {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cst-4826772d-sort-icon {
    font-size: 0.85em;
    transition: color 0.2s ease, transform 0.2s ease;
    line-height: 1;
}

.cst-4826772d-sort-icon.cst-4826772d-asc::after {
    content: '';
}

.cst-4826772d-sort-icon.cst-4826772d-desc::after {
    content: '';
}

.cst-4826772d-table tbody td {
    text-align: left;
}

.cst-4826772d-table tbody tr {
    transition: background-color 0.15s ease;
}

@media (max-width: 767px) {
    .cst-4826772d-wrap {
        -webkit-overflow-scrolling: touch;
    }

    .cst-4826772d-table thead th,
    .cst-4826772d-table tbody td {
        padding: 10px 12px;
        font-size: 0.9em;
    }
}
