html body .app-content {
    padding: 12px !important;
}

html body .global-listing-page .page-header {
    margin-bottom: 12px !important;
}

html body .global-listing-page .content-card {
    margin-bottom: 12px !important;
}

html body .global-listing-page .filters-section {
    padding: 12px !important;
}

html body .global-listing-page .listing-table thead th {
    position: sticky;
    top: 0;
    z-index: 14;
    background: #f8fafc;
}

html body .global-listing-page .pagination-wrapper {
    padding: 10px 14px !important;
    margin: 0 !important;
    gap: 10px !important;
}

html body .global-listing-page .pagination-wrapper .pagination {
    margin-bottom: 0 !important;
}

html body .global-listing-page [data-data-results] {
    min-width: 0;
}

html body .global-listing-page .table-responsive {
    overflow-x: auto !important;
    overflow-y: auto !important;
}

html body .global-listing-page .table-responsive::-webkit-scrollbar {
    height: 8px;
}

html body .global-listing-page .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(148, 163, 184, 0.9);
    border-radius: 6px;
}

html body .data-results-wrapper,
html body .table-scroll-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

html body div.dataTables_wrapper {
    width: 100%;
    max-width: 100%;
}

html body div.dataTables_wrapper .dataTables_paginate,
html body div.dataTables_wrapper .dataTables_info {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

html body .pro-page-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 10px 4px;
    margin-bottom: 8px;
}

html body .pro-header-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
}

html body .global-listing-page .filters-section {
    padding: 10px !important;
}

html body .pro-data-panel {
    padding: 0;
}

html body .pro-data-toolbar {
    display: grid !important;
    grid-template-columns: minmax(260px, 420px) 1fr;
    gap: 8px;
    align-items: center;
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e7eb;
}

html body .pro-data-toolbar .pro-toolbar-strip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

html body .pro-data-toolbar .pro-search-box input {
    width: 100%;
}

html body .pro-data-toolbar .btn,
html body .pro-data-toolbar select,
html body .pro-data-toolbar input {
    min-height: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 12px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    html body .pro-page-header {
        grid-template-columns: 1fr;
    }
    html body .pro-header-actions {
        width: 100%;
    }
    html body .pro-header-actions > * {
        flex: 1;
    }
    html body .pro-data-toolbar {
        grid-template-columns: 1fr 1fr;
    }
    html body .pro-data-toolbar .pro-search-box {
        grid-column: 1 / -1;
    }
    html body .pro-data-toolbar .btn,
    html body .pro-data-toolbar select {
        width: 100%;
    }

    html body .pro-data-toolbar .pro-toolbar-strip {
        grid-column: 1 / -1;
        flex-wrap: wrap;
        overflow-x: visible;
        justify-content: flex-start;
    }
}
