.swagger-ui .wrapper .info__tos,
.swagger-ui .wrapper .info__contact,
.swagger-ui .wrapper .info__license {
  display: none !important;
}

.swagger-ui .modal-ux .auth-container .scope-def {
  display: none !important;
}

html.dark-mode .swagger-ui .markdown a,
html.dark-mode .swagger-ui .renderedMarkdown a {
  color: #51a8ff;
}

/* Stop inline `code` in route descriptions from overlapping the lines above and below.
   Default Swagger UI gives code chunks 5px vertical padding on top of font-size 14px,
   which is taller than the surrounding paragraph's line-height. */
.swagger-ui .opblock-description-wrapper .markdown code,
.swagger-ui .opblock-description-wrapper .renderedMarkdown code,
.swagger-ui .opblock-summary-description code {
  padding: 0 5px;
  line-height: inherit;
}
