/* ============================================
   Reports Page Styles
   Extracted from reports-stock.html &
   reports-inventory.html inline styles
   ============================================ */

/* === Sidebar Logo Sizes (shared across report pages) === */
.sidebar-logo .logo-full--reports {
  height: 38px;
  margin: 0 auto;
}
.sidebar-logo .logo-mark--reports {
  height: 28px;
  margin: 0 auto;
}

/* === Cursor Pointer Utility === */
.cursor-pointer { cursor: pointer; }

/* === Inline Icon Alignment (for button icons) === */
.icon--inline {
  vertical-align: middle;
  margin-right: 4px;
}
