/*.hpvp-wrapper {
    width: 100%;
    overflow-x: auto;
	display: flex;
    justify-content: center;
    background-color: #15141a;
    padding-top: 20px;
}

#hpvp-canvas {
    max-width: 100%;
    border: 1px solid #ddd;
}
*/

.hpvp-wrapper img {
  -webkit-user-drag: none;
  user-select: none;
}

#hpvp-pdf-container {
  height: 100vh;
  overflow-y: auto;
  padding: 20px;
  background: #323234;
}

.pdf-page {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;

}

.pdf-page canvas {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 897px;
}
