.pisell-lowcode-icon-select-trigger {
  font-size: 20px;
  .anticon {
    font-size: 20px;
  }
}

.pisell-lowcode-icon-select-button {
  // width: 44px;
  // height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pisell-lowcode-icon-select-button-text {
  border-radius: 9px;
}

.pisell-lowcode-icon-select-popup {
  width: 350px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  .pisell-lowcode-icon-select-radio-group {
    width: 100%;
    display: flex;
    & > * {
      flex: 1;
      padding: 0;
      text-align: center;
    }
  }
  .pisell-lowcode-icon-select-content {
    flex: 1;
    overflow-y: auto;
    max-height: 280px;
    .pisell-lowcode-icon-select-item {
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 24px;
      cursor: pointer;
      display: inline-block;
      transition: background-color 0.2s;
      text-align: center;
      border-radius: 4px;
      &:hover {
        background-color: #f1f2f3;
      }
    }
  }
}
