<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.root {
  position: relative;
  margin-bottom: 2rem;
}

.root code {
  font-family: 'Inconsolata';
}

.name {
  position: absolute;
  top: 0;
  right: 0;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  padding: 0.25rem 1rem;
  color: #888;
  font-size: 0.8rem;
  z-index: 1;
}

.hiddenName {
  display: none;
}
</pre></body></html>