/* Match Drupal system pages to the app's preferred 75% desktop density. */
@media (min-width: 1200px) {
  html.precise-system-density {
    zoom: 0.75;
    width: 133.333333vw;
    min-width: 133.333333vw;
    min-height: 133.333333vh;
  }

  html.precise-system-density body,
  html.precise-system-density .dialog-off-canvas-main-canvas {
    width: 100%;
    min-width: 100%;
    min-height: 133.333333vh;
  }

  html.precise-system-density .ui-widget-overlay,
  html.precise-system-density .modal-backdrop {
    width: 133.333333vw !important;
    max-width: 133.333333vw !important;
    height: 133.333333vh !important;
    max-height: 133.333333vh !important;
  }
}
