@import url("https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css");

/* Hide "Media type" selector blocks in Swagger UI */
.swagger-ui .response-control-media-type {
  display: none !important;
}

.content-type-wrapper.body-param-content-type {
  display: none !important;
}

