/* Hide Scalar's built-in "Download OpenAPI Document" button.
   Scalar's hosted renderer ignores per-route `documentDownloadType`/`hideDownloadButton`
   config (bug: scalar/scalar#8296), so the button is hidden via CSS instead.
   Working download links are provided in the OpenAPI `info.description`. */
.download-container,
.download-button {
  display: none !important;
}
