/* Modern DataTable Buttons Styling */
/* Force DataTables buttons to display horizontally */
.dt-buttons {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    align-items: center !important;
}

.dt-button {
    display: inline-flex !important;
    margin: 0 !important;
}

/* Ensure buttons maintain their flex structure */
.dt-button .flex {
    display: flex !important;
}