/**
 * Go CSS · deliveries
 * 
 * Purpose:
 *   Styles for this dashboard piece.
 * 
 * Dashboard:
 *   Go · App Store / data-view · deliveries
 * 
 * This file:
 *   business/dashboard/deliveries-app/deliveries-app.css
 * 
 * Depends on:
 *   - business/dashboard/shell/shell.html
 *   - scripts/assemble-dashboards.js
 * 
 * Used by:
 *   - scripts/assemble-dashboards.js → business/dashboard/styles.css
 */

.app.has-live-trip #deliveries-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding-bottom: 0;
}

/* Deliveries: Request / Delivery Live Track / History */
#deliveries-mode-tabs.account-type-tabs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.business-account.business-app-open #settings-mode-tabs,
body.business-account.business-app-open #ad-network-mode-tabs,
body.business-account.business-app-fullscreen #settings-mode-tabs,
body.business-account.business-app-fullscreen #ad-network-mode-tabs,
body.business-account.business-app-fullscreen #deliveries-mode-tabs,
body.business-account.business-app-fullscreen #print-mode-tabs,
body.business-account.business-app-fullscreen #catalogue-app-tabs,
body.business-account.business-app-fullscreen .just-adverts-tabs {
  display: none !important;
}
