.pdf {
  width: clamp(300px, 100%, 100%);
  /* overflow-x: auto; */
  position: relative;
}

.pdf .document {
  width: fit-content;
  margin: 0 auto;
}

.pdf .document .page {
  canvas {
    margin: 0 auto;
  }
}

.textarea {
  /* background: #ebecf0; */
  box-sizing: border-box;
  width: 100%;
  height: 85px;
  padding: 8.25px 12px;
  border-radius: 4px;
  resize: none;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.2) inset,
    -2px -2px 2px 2px hsla(0, 0%, 100%, 0.5) inset;
}
