.pisell-settings-registry-option-source-type-options-desc {
  margin-bottom: 8px;
  font-size: 12px;
  color: #8c8c8c;
}

.pisell-settings-registry-option-source-type-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pisell-settings-registry-option-custom-alert {
  padding: 14px !important;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;

  .pisell-lowcode-alert-icon {
    color: #faad14;
    font-size: 20px;
  }

  .pisell-lowcode-alert-message {
    margin-bottom: 0 !important;
    font-size: 14px;
    color: #101828;
    font-weight: 500;
  }

  .pisell-lowcode-alert-description {
    font-size: 12px;
    color: rgb(140, 140, 140);
    margin-top: 2px;
  }
}
