.detail-panel {
  transition: opacity 150ms ease;
}

.detail-panel.loading {
  opacity: 0.48;
  pointer-events: none;
}

.viewer-heading {
  justify-content: flex-end;
}

.detail-heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}

.detail-heading .eyebrow {
  margin: 0;
}

.detail-heading h2 {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

#document-viewer {
  height: calc(100vh - 190px);
}

@media (max-width: 760px) {
  .detail-heading {
    gap: 8px;
  }

  .detail-heading h2 {
    font-size: 12px;
  }

  #document-viewer {
    height: 68vh;
  }
}
