.pisell-select-floor-map-resource-dialog {
  .pisell-lowcode-modal {
    height: 99%;
    max-width: 100%;
    padding-bottom: 0;
  }

  .pisell-lowcode-modal-content {
    height: 100%;
    max-height: none!important;
  }

  .pisell-lowcode-modal-body {
    flex: 1;
    min-height: 0;
    overflow: hidden;
  }

  .pisell-shell-frame-header {
    display: none;
  }

  .pisell-select-floor-map-resource-dialog-content {
    height: 100%;
    min-height: 0;
  }

  .pisell-select-floor-map-resource-dialog-skeleton {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    min-height: 0;
    padding: 12px;
    background: #f5f5f5;
  }

  .pisell-select-floor-map-resource-dialog-skeleton__toolbar {
    display: grid;
    grid-template-columns: 160px 220px 120px;
    gap: 12px;
    flex: none;
  }

  .pisell-select-floor-map-resource-dialog-skeleton__canvas {
    flex: 1;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    border-radius: 12px;
  }
}
