/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */

/* -------------------------------------------------------------------------- */
/*                        Branding Row - Documents                            */
/* -------------------------------------------------------------------------- */
/* Dedicated branding row for Quotes, Invoices, Packing Slips - right-aligned */
/* Brand sizes are controlled via .brand-size-document class in falcon-overrides.css */
.branding-row {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 1rem;
}

/* Right-aligned variant for document headers */
.branding-row .brand-vertical {
    align-items: flex-end;
}

/* -------------------------------------------------------------------------- */
/*                           Collapsible Sections                             */
/* -------------------------------------------------------------------------- */
/* Chevron rotation for collapsible card sections */
.collapse-chevron {
    transition: transform 0.2s ease-in-out;
}
[aria-expanded="false"] .collapse-chevron {
    transform: rotate(-90deg);
}

/*# sourceMappingURL=user.css.map */
