/*
 * This file belongs to Hoist, an application development toolkit
 * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
 *
 * Copyright © 2026 Extremely Heavy Industries Inc.
 */

.xh-viewport.xh-suspend-viewport {
  background-color: var(--xh-bg);
  background-image: none;

  .xh-suspend-panel {
    flex: none !important;
    border: var(--xh-border-solid);
    width: 410px;

    &__inner {
      padding: var(--xh-pad-double-px);
    }
  }
}
