.swagger-ui .pdf-preview {
  margin-block: 1rem;
}

.swagger-ui .pdf-preview-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.swagger-ui .pdf-preview canvas {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-inline: auto;
  background: white;
  box-shadow: 0 1px 6px #0003;
}
