.item-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-details dl {
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  margin: 0;
  width: 100%;
}
.item-details dl > dt {
  color: var(--ds-text-subtlest, #6B778C);
  display: table-cell;
  font-weight: normal;
  text-align: right;
  vertical-align: top;
  width: 140px;
}
.item-details dl > dd {
  display: table-cell;
  padding-left: 10px;
}
.item-details dl > dd > a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.item-details dl + dl {
  margin-top: 5px;
}
.item-details > li {
  margin-top: 0;
}
.item-details > li + li {
  margin-top: 5px;
}
.aui-page-panel-nav .item-details dl {
  display: block;
}
.aui-page-panel-nav .item-details dl dt,
.aui-page-panel-nav .item-details dl dd {
  display: block;
  margin: 0;
  padding: 0;
}
.aui-page-panel-nav .item-details dl dt {
  text-align: left;
  width: auto;
}
.context-issue-type {
  display: inline-block;
}
.context-issue-type + .context-issue-type {
  margin: 0;
}
