/* Hide the schemas/models section in Swagger UI */
.swagger-ui .models,
.swagger-ui .opblock-tag-section .models {
    display: none !important;
}

/* Remove the purple accent background from inline code in descriptions */
.swagger-ui code,
.swagger-ui p code,
.swagger-ui li code,
.swagger-ui .renderedMarkdown code,
.swagger-ui .markdown code,
.swagger-ui .opblock-description-wrapper code,
.swagger-ui .opblock-external-docs-wrapper code {
    background: transparent !important;
    background-color: transparent !important;
    color: #4db6ac !important;
    font-weight: normal !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}