/* Shared styling for bulk action buttons across AI Accounting tabs */

.bulk-action-btn {
    margin-left: 0.5rem;
    white-space: nowrap;
}

/* Ensure first button in a group can opt-out of margin by adding no-margin class */
.bulk-action-btn.no-margin {
    margin-left: 0;
}

/* Additional size tweaks could go here */ 