@media (min-width: 1500px) {
  .workspace {
    grid-template-columns: 170px minmax(0, 1fr) 400px;
  }
  .oc-menu-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .drawer-shade {
    right: 400px;
    left: 170px;
  }
  .oc-drawer {
    right: 414px;
    width: 620px;
  }
  .oc-menu-item {
    min-height: 148px;
  }
  .menu-workspace {
    padding: 27px;
  }
  .category {
    min-height: 43px;
  }
}
@media (max-width: 1150px) {
  .workspace {
    grid-template-columns: 130px minmax(0, 1fr) 330px;
  }
  .oc-header {
    padding: 0 15px;
    gap: 16px;
  }
  .restaurant {
    padding-left: 16px;
  }
  .restaurant small {
    display: none;
  }
  .employee .employee-details {
    display: none;
  }
  .brand {
    font-size: 21px;
  }
  .menu-workspace {
    padding: 20px 15px 12px;
  }
  .oc-menu-grid {
    gap: 9px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tile-main {
    padding: 12px 10px 7px;
  }
  .tile-main strong {
    font-size: 13px;
  }
  .tile-footer {
    padding-left: 10px;
  }
  .tile-main .description {
    display: none;
  }
  .tile-category {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .oc-menu-item {
    min-height: 123px;
  }
  .category {
    font-size: 11px;
    gap: 7px;
    padding: 9px;
  }
  .category-count {
    display: none;
  }
  .ticket-top {
    padding: 18px 15px 0;
  }
  .customer-strip,
  .ticket-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ticket-lines {
    padding: 0 15px;
  }
  .drawer-shade {
    right: 330px;
    left: 130px;
  }
  .oc-drawer {
    right: 340px;
    width: calc(100vw - 355px);
    max-width: 540px;
  }
  .workspace-heading h1 {
    font-size: 23px;
  }
  .workspace-bottom .shortcut-hint {
    display: none;
  }
  .header-nav button {
    padding: 10px;
  }
  .header-nav kbd {
    display: none;
  }
}
@media (max-height: 800px) {
  .oc-pos {
    grid-template-rows: 62px 1fr 26px;
  }
  .oc-header {
    height: 62px;
  }
  .oc-category-nav {
    padding-top: 15px;
  }
  .category {
    min-height: 35px;
    margin-bottom: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .menu-workspace {
    padding-top: 20px;
  }
  .workspace-heading {
    margin-bottom: 17px;
  }
  .menu-toolbar {
    margin-bottom: 17px;
  }
  .oc-menu-item {
    min-height: 124px;
  }
  .tile-main {
    padding-top: 12px;
  }
  .tile-category {
    margin-bottom: 9px;
  }
  .drawer-shade {
    top: 62px;
    bottom: 26px;
  }
  .oc-drawer {
    top: 72px;
    bottom: 36px;
  }
  .ticket-top {
    padding-top: 17px;
  }
  .ticket-title {
    margin-bottom: 13px;
  }
  .customer-strip {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .ticket-summary {
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .recent-area {
    margin-top: 15px;
  }
  .ticket-actions {
    margin-top: 12px;
  }
}
@media (max-width: 900px) {
  html,
  body,
  #app {
    min-width: 800px;
  }
  .restaurant {
    display: none;
  }
  .workspace {
    grid-template-columns: 110px minmax(0, 1fr) 310px;
  }
  .oc-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .category {
    gap: 5px;
    font-size: 10px;
  }
  .category .icon {
    width: 14px;
  }
  .menu-toolbar > button {
    display: none;
  }
  .drawer-shade {
    right: 310px;
    left: 0;
  }
  .oc-drawer {
    right: 320px;
    width: 470px;
    max-width: calc(100vw - 330px);
  }
  .option-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-nav {
    margin-left: auto;
  }
  .workspace-heading .badge {
    display: none;
  }
}
@media print {
  body {
    overflow: visible;
  }
  #app,
  #toast,
  .drawer-shade,
  .drawer-head,
  .drawer-foot,
  .drawer-body > *:not(.receipt) {
    display: none !important;
  }
  .oc-drawer {
    position: static;
    width: 100%;
    border: 0;
    box-shadow: none;
  }
  .drawer-body {
    overflow: visible;
  }
  .receipt {
    display: block;
    border: 0;
  }
}
