.notice-icon {
  display: none;
}

/* Chroma's table is code layout, not an article data table. Use one shared
   horizontal scrollport so the numbers and code retain matching row heights. */
.highlight > .chroma {
  overflow-x: auto;
  background: var(--bg-code);
}

.highlight .lntable {
  margin: 0;
  border: 0;
}

.highlight .lntable td {
  padding: 0;
  border: 0;
  vertical-align: top;
}

.highlight .lntable pre {
  overflow: visible;
  padding-inline: 0.75rem;
}

/* Size the gutter to its digits without adding another cell padding layer. */
.highlight .lntable td:first-child {
  box-sizing: border-box;
  width: 1%;
  white-space: nowrap;
  user-select: none;
}

.highlight .lntable .hl {
  margin-inline: -0.75rem;
  padding-inline: calc(0.75rem - 3px) 0.75rem;
}
