.pdf-visor-cuerpo {
  margin: 0;
  min-height: 100vh;
  background: #1b1b1f;
  color: #f4f4f5;
  font-family: "Segoe UI", sans-serif;
}

.pdf-visor-barra {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.25rem;
  background: #111114;
  border-bottom: 1px solid #2e2e33;
  font-size: 0.95rem;
}

.pdf-visor-aviso {
  color: #b8b8bf;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pdf-visor-marco {
  position: relative;
  width: 100%;
}

.pdf-visor-cuerpo .embed-frame {
  height: calc(100vh - 52px);
  min-height: 0;
  border: 0;
  border-radius: 0;
}

.embed-pdf .pdf-visor-marco {
  overflow: hidden;
}

.embed-pdf .pdf-visor-marco .embed-frame {
  display: block;
  height: 480px;
  min-height: 480px;
  background: #2a2a2e;
}

.embed-pdf-actions {
  display: none;
}

@media print {
  .pdf-visor-marco,
  .pdf-visor-cuerpo {
    display: none !important;
  }
}
