.html,
.csharp {
  display: grid;
  overflow: auto;
}

.navbar-compact {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.navbar-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.125rem;
}

.render-mode-indicator {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 44%;
  width: 4rem;
}

.render-mode-badge {
  display: inline-block;
  padding: 0.125rem 0.4rem;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: var(--wei-black);
  color: #fff;
}
