header.custom {
  padding: 12px;
  border-bottom: 0.5px solid var(--scalar-sidebar-border-color, var(--scalar-border-color));
  background: rgb(7, 7, 7);
}
header.custom div {
  width: 162px;
  height: 26px;
  display: flex;
  align-items: flex-end;
}
header.custom div svg {
  width: 162px;
  height: 20px;
  fill: white;
}

div.badge.alpha {
  color: rgb(255, 80, 47);
  background-color: color-mix(in srgb, rgb(255, 80, 47), transparent 90%);
  border-color: transparent;
}

div.badge.beta {
  color: rgb(240, 191, 0);
  background: color-mix(in srgb, rgb(240, 191, 0), transparent 90%);
  border: transparent;
}

button.no-focus-outline:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.property-enum + .children {
  display: none;
}

/*# sourceMappingURL=scalar-custom.css.map */
