:root {
  --scalar-custom-header-height: 80px;
}

.custom-header {
  display: flex;
  justify-content: space-between;
    align-items: center;
  height: var(--scalar-custom-header-height);
  background-color: white;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.322);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0 20px;
  gap: 1rem;
}

.header-content {
  max-width: 1200px;

  display: flex;
}

.header-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.header-title {
  align-content: center;
  padding-left: 15px;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.open-api-client-button{
  visibility: hidden;
}

.section-columns .section-column:first-child {
  flex: 2 !important;
}

.darklight-reference{
  border: none !important;
}

.api-reference-toolbar{
  display: none !important;
}

.introduction-description{
  margin-top: 10px !important;
}
