pre {
  background-color: #2f3132;
  overflow-x: scroll;
  padding: 16px;
  border-radius: 8px;
}

pre > code {
  color: #ffd9c7;
  max-width: 72ch;
  word-wrap: break-word;
}

li.details-bfl {
  display: flex;
  flex-direction: column;
  border: 1px solid #212121;
  margin: 8px 0;
  background-color: #ffffff;
  border-radius: 4px;
}
li.details-bfl span.dash-container {
  flex: 1;
  display: block;
  padding: 0 0 8px 0;
}
li.details-bfl span.dash-container span.dashed {
  margin: 0;
  display: block;
  border-bottom: 1px solid #27292c;
}
li.details-bfl div.main-content {
  display: flex;
  flex-direction: column;
}
li.details-bfl div.main-content a.cellLink {
  flex: 1 1 0%;
  padding: 16px;
  text-decoration: unset;
  color: #090909;
}
li.details-bfl div.main-content a.cellLink span.title {
  display: inline-block;
}
li.details-bfl div.main-content a.cellLink span.url {
  display: inline-block;
  margin: 8px 0 0 0;
}
li.details-bfl div.main-content a.cellLink:hover {
  background-color: #7f3a34;
  color: #fbfaf9;
  border-radius: 3px 3px 0 0;
}
li.details-bfl div.meta {
  padding: 0 16px 16px 16px;
}
li.details-bfl div.meta ul {
  margin: 0px 0 0 0;
  padding: 0;
}
li.details-bfl div.meta ul li.listItem {
  font-size: 12px;
  list-style-type: none;
  margin: 8px 0;
}
li.details-bfl div.meta ul li.listItem div.details {
  color: #090909;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
li.details-bfl div.meta ul li.listItem div.details span.dash-container {
  flex: 1;
  display: block;
  padding: 8px 0;
}
li.details-bfl div.meta ul li.listItem div.details span.dash-container span.dashed {
  margin: 0 8px;
  display: block;
  border-bottom: 1px dotted #27292c;
}
li.details-bfl button {
  max-width: fit-content;
  background: none !important;
  border: none;
  margin: 8px 0 16px 16px;
  padding: 0 !important;
  cursor: pointer;
}
li.details-bfl button:hover {
  color: #ff4f00;
}

[data-theme=dark] li.details-bfl {
  background-color: #000000;
}
[data-theme=dark] li.details-bfl div.main-content a.cellLink {
  color: #7e848c;
}
[data-theme=dark] li.details-bfl div.main-content span.title {
  color: #dbdee0;
}
[data-theme=dark] li.details-bfl div.main-content a.cellLink:hover {
  background-color: #ff4f00;
  color: #000000;
}
[data-theme=dark] li.details-bfl div.main-content a.cellLink:hover span.title {
  color: inherit;
}
[data-theme=dark] li.details-bfl div.meta ul li.listItem div.details {
  color: #dbdee0;
}

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