* #wc-cat-editor.wrap {
  max-width: 800px;
}

* #wc-cat-editor h2 {
  margin-top: 20px;
  font-size: 23px;
}

* #wc-cat-editor .form-table th {
  width: 150px;
}

* #wc-cat-editor .submit {
  padding-top: 1em;
}

.regular-text{
  padding: 6px;
}

#wc-cat-update, #wc-cat-add{
  letter-spacing: -.01em;
  color: #111;
  text-align: center;
  background: #ffd900;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  line-height: 114%;
  transition: all .3s;
  display: block;
  max-width: 300px;
}

#wc-cat-delete{
  color: red;
}

.submit{
  display: flex;
  align-items: center;
  gap: 20px;
}