/* Give API reference pages more room */
.md-main__inner {
  max-width: 100%;
}

.md-content__inner {
  margin: 0;
}

/* Scalar mount area */
.scalar-reference {
  min-height: calc(100vh - 12rem);
  margin-top: 1rem;
}

/* Fallback error message */
.scalar-error {
  padding: 1rem 1.25rem;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 12px;
}

/* Keep the site header/topbar above the embedded Scalar sidebar */
.md-header,
.md-tabs,
.topbar,
[data-md-component="header"] {
  position: relative;
  z-index: 1000;
}

/* Keep the Scalar container below the site chrome */
.scalar-reference,
.scalar-reference * {
  z-index: auto;
}