body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

a {
  color: #32329f;
}

a:hover {
  color: #6868cf;
}

.bl-openapi-items {
  margin: 20px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.bl-redoc .menu-content [alt="logo"] {
  margin: 20px 15px;
}

.bl-redoc label:has(.operation-type) {
  align-items: center;
}

.bl-redoc label > .operation-type {
  margin-top: 0;
}

.bl-redoc .redoc-markdown code {
  word-break: normal;
}
