.category-info-field-heading {
  display: flex;
  justify-content: space-between;

  height: 50px;
  padding: 15px;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FAFAFA;
  color: #555555;

  font-family: 'AzoSans-Regular';
  font-size: 15px;
}

.category-info-field-heading--move {
  cursor: move;
}

.category-info-field-heading-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-info-field-heading-button {
  width: 20px;
  height: 20px;

  outline: none;
  border: none;
  margin: 0 25px 1px 0;
  padding: 0;

  color: #5c68a4;
  background: none;

  font-size: 20px;
  line-height: 1;

  transition: color .4s ease;
}

.category-info-field-heading-button:last-of-type {
  margin-right: 0;
}

.category-info-field-heading-button:hover,
.category-info-field-heading-button--active {
  color: #08b58e;
}
