.pisell-lowcode-floating-panel-wrap {
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pisell-lowcode-floating-panel-wrap.pisell-lowcode-floating-panel-wrap-floating {
  position: fixed;
  bottom: 0;
  left: 0;
}

.pisell-lowcode-floating-panel-content {
  overflow-y: auto;
  height: 100%;
}

.pisell-lowcode-floating-panel-header {
  padding: 10px;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
