/**
 * Single "documento_oficial" view styles.
 * Buttons reuse the theme's Bootstrap 5 .btn classes, so only the inline PDF
 * viewer needs dedicated styling here.
 */

.dofi-document {
  margin-top: 1.5rem;
}

.dofi-pdf-viewer {
  width: 100%;
  height: 80vh;
  min-height: 400px;
  max-height: 1000px;
  border: 1px solid var(--bs-border-color, #dee2e6);
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
  background: var(--bs-tertiary-bg, #f8f9fa);
}

.dofi-pdf-viewer iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.dofi-document__actions {
  margin-top: 1rem;
}
