/* Desktop logistics only: remove the 690px cap; retain header clearance. */
@media (min-width: 761px) {
  .page-logistics .logistics-command-page > .logistics-board-panel {
    max-height: calc(100vh - 156px);
    max-height: calc(100dvh - 156px);
  }
}
