#pdf-pages {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pdf-page-canvas {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #e5e7eb;
  background: #fff;
}
