<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pdf-view-wrapper {
  max-width: 100%;
  margin: 20px auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
}
.pdf-view-wrapper h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.pdf-view-wrapper iframe {
  width: 100%;
  height: 600px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.pdf-view-wrapper .download-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
  text-decoration: none;
}</pre></body></html>