/**
 * 拓扑页需铺满父级（低代码页面 / ion 内容区）。
 * materials 中 .pisell-floor-map-layout 默认 height:400px，需用更高优先级覆盖。
 */
.pisell-topology-root {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0;
  flex: 1 1 0;
}

.pisell-topology-root .pisell-floor-map-layout.pisell-topology {
  flex: 1 1 0;
  width: 100%;
  height: 100% !important;
  min-height: 0;
}

.pisell-topology-dock-trailing {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pisell-topology-legend-anchor {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 5;
  pointer-events: none;

  > * {
    pointer-events: auto;
  }
}
