.fg-category-detail-field {
  position: relative;

  margin-bottom: 17px;
}

.fg-category-detail-field--clickable {
  cursor: pointer;
}

.fg-category-detail-field-term {
  margin-bottom: 1px;

  color: #999999;

  text-transform: uppercase;
  font-family: 'AzoSans-Medium';
  font-size: 10px;
  font-weight: normal;
}

.fg-category-detail-field-desc {
  padding-right: 20px;

  color: #000000;

  font-family: 'AzoSans-Regular';
  font-size: 15px;
  line-height: 25px;

  user-select: text;
}

.fg-category-detail-field-desc--placeholder {
  color: #999999;

  transition: color .4s ease;
}

.fg-category-detail-field-desc--highlight {
  color: #5C68A4;
}

.fg-category-detail-field-desc-text-container:not(:last-of-type) {
  margin-bottom: 10px;
}

.fg-category-detail-field-admin-edit-button {
  position: absolute;
  top: 0;
  right: 0;

  opacity: 1;

  width: 20px;
  height: 20px;

  padding: 0;

  color: #777777;
  background: none;
  border: none;
  cursor: pointer;

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

  transition: opacity .4s ease;
}

.fg-category-detail-field-admin-edit-button.ng-hide {
  opacity: 0;
}

.fg-category-detail-field-desc-link--disabled,
.fg-category-detail-field-desc-link--disabled:active,
.fg-category-detail-field-desc-link--disabled:visited,
.fg-category-detail-field-desc-link--disabled:hover {
  cursor: default;

  text-decoration: none;
}

.fg-category-detail-field-admin-edit-button {
  text-transform: uppercase;
}
