li.detailsCell {
  display: flex;
  border: 1px solid #27292c;
  margin: 8px 0;
  background-color: #ffffff;
  border-radius: 4px;
  color: #111213;
}
li.detailsCell a.cellLink {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  text-decoration: none;
  color: unset;
}
li.detailsCell a.cellLink span.details-title {
  display: inline-block;
  line-height: 150%;
}
li.detailsCell a.cellLink span.url {
  margin: 8px 0 0 0;
  color: #515861;
}

li.detailsCell:hover {
  background-color: #7f3a34;
  border-radius: 4px;
  color: #ffffff;
}
li.detailsCell:hover a.cellLink span.url {
  color: inherit;
}

[data-theme=dark] li.detailsCell {
  background-color: #000000;
  color: #dbdee0;
}
[data-theme=dark] li.detailsCell a.cellLink {
  color: unset;
}
[data-theme=dark] li.detailsCell a.cellLink span.url {
  color: #7e848c;
}
[data-theme=dark] li.detailsCell:hover {
  background-color: #ff4f00;
  color: #000000;
}
[data-theme=dark] li.detailsCell:hover a.cellLink span.url {
  color: #000000;
}

/*# sourceMappingURL=Details.css.map */
