.dt-9f47f6a0-container {
    width: 100%;
}
.dt-9f47f6a0-search {
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.dt-9f47f6a0-table-wrapper {
    /* Responsive scroll controlled via Elementor settings */
    max-width: 100%;
}
.dt-9f47f6a0-table {
    width: 100%;
    border-collapse: collapse;
}
.dt-9f47f6a0-table th, .dt-9f47f6a0-table td {
    padding: 10px;
    border: 1px solid #eee;
    text-align: left;
    white-space: nowrap; /* Prevent wrapping for horizontal scroll */
}
.dt-9f47f6a0-table th {
    background-color: #f5f5f5;
    cursor: pointer;
}
.dt-9f47f6a0-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.dt-9f47f6a0-table tbody tr:hover {
    background-color: #f0f0f0;
}
