._buttonEditor_1jh2k_1 {
  margin: 0;
  padding: 0.5rem;
}

._buttonEditor_1jh2k_1:hover {
  background: var(--color-gray-100);
  border-radius: 3px;
}

._buttonEditorHeader_1jh2k_11 {
  display: flex;
  align-items: center;
}

._buttonEditorLabel_1jh2k_16 {
  flex: 1;
}

._buttonSettings_1jh2k_20 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._buttonIconSettings_1jh2k_26 {
  flex-grow: 1;
}

._buttonLabelSettings_1jh2k_30 {
  flex-grow: 2;
}

._icon_1jh2k_34 {
  height: 0.9rem;
  margin-right: 0.4rem;
  color: var(--color-gray-600);
  fill: var(--color-gray-600);
  opacity: 0.6;
}

._actionButton_1jh2k_42 {
  visibility: hidden;
}

._actionTypeLabel_1jh2k_46 {
  color: var(--color-gray-600);
}

._buttonEditor_1jh2k_1:hover ._actionButton_1jh2k_42 {
  visibility: visible;
}

._error_1jh2k_54 {
  color: var(--color-danger);
}

._error_1jh2k_54 input,
._error_1jh2k_54 input:active {
  /* stylelint-disable-next-line  declaration-no-important */
  border-color: var(--color-danger) !important;
}
