/* invoice.Now — Desktop-Only UI Styles
 * Loaded alongside custom.css (shared) and ui-mobile.css.
 * CSS controls which platform's elements are visible.
 */

@media (min-width: 1024px) {
  .mobile-action-bar    { display: none !important; }
  .mobile-header-selects { display: none !important; }

  .live-header {
    padding: 0 24px;
  }

  .live-header-right {
    gap: 16px;
  }

  .live-doc-surface {
    padding: 48px 40px 80px;
  }
}
