
.lista-pdf {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.pdf-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.pdf-item .apri-pdf {
  background-color: #d4009f;
  color: #fff;
  border: none;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 100%;
  text-align: left;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  box-sizing: border-box;
  line-height: 1.4;
}

.pdf-item .apri-pdf:hover {
  background-color: #a3007d;
}

.pdfviewer-container {
  width: 100%;
  box-sizing: border-box;
}

.pdfviewer-container > div {
  width: 100%;
  box-sizing: border-box;
}
