.changes-history-item {
  line-height: normal;
}

.changes-history-item .change-type-text {
  display: inline-block;
  width: 72px;
  white-space: normal;
  vertical-align: top;
  font-size: 12px;
  padding-top: 2px;
  padding-right: 10px;
}

.changes-history-item .changes-history-details {
  display: inline-block;
  width: calc(100% - 72px);
}

.changes-history-item .changes-history-details .first-line {
  line-height: normal;
  padding: 1px 2px 2px 1px;
}

.changes-history-item .changes-history-details .primarylink-text {
  font-size: 15px;
  font-weight: 600;
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.changes-history-item .changes-history-details .primarylink-text:hover {
  text-decoration: underline;
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.changes-history-item .changes-history-details .second-line {
  line-height: normal;
  padding: 0 1px;
}
