/* Override DataTables' own thead styles so the header matches Bootstrap table-secondary */
#tbl_PublicProfiles thead th {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-secondary-color, inherit);
    font-weight: 600;
    font-size: .875rem;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid var(--bs-border-color, rgba(0,0,0,.175));
}

/* Give the DataTables control rows (length, search, info, pagination) breathing room */
#tbl_PublicProfiles_wrapper .dt-layout-row {
    padding: 0.5rem 0.75rem;
}
