/* Transactions (list, drawer) — UI parity with Leads / Invoices.
 * Reference: cosurgcore-page-leads.css, cosurgcore-page-invoices.css.
 * Scope: every rule lives under .csc-page-transactions. Theme tokens only — no literal hex. */

.csc-page-transactions .csc-page-container {
    min-height: 0;
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--mud-palette-background) 88%, var(--mud-palette-primary) 4%) 0%,
        var(--mud-palette-background) 100%
    );
}

.csc-page-transactions .action-btn {
    border-radius: 8px !important;
    text-transform: none !important;
    font-weight: 500 !important;
}

/* === Drawer chrome lives in cosurgcore-app-additions.css under .csc-entity-detail === */
