/* ============================================================
   BR Print CRM — supplemental overrides (on top of compiled theme)
   ============================================================ */

/* Inline select widths — prevent horizontal overflow */
.fi-ta-cell [data-status-color] select,
.fi-ta-cell [data-payment-color] select {
    width: 100% !important;
}

/* Inline number inputs — fixed width */
.fi-ta-cell .fi-ta-col-text-input-column input {
    width: 80px !important;
    text-align: right !important;
}

/* Dashboard stat cards — larger value, colored icon area */
.fi-wi-stats-overview-stat-description {
    font-size: 0.72rem !important;
    color: #94a3b8 !important;
}

/* Remove extra top padding on page content */
.fi-page > .fi-page-content {
    padding-top: 1rem !important;
}
