.pdf .embed .preview {
  display: block;
  border: 0;
}

.pdf .embed .preview:after {
  display: none;
}

.pdf .embed .preview img {
  width: 100%;
  display: block;
}

.pdf .embed[data-pdf="supported"] {
  background: rgba(0, 0, 0, 0.1);
  height: 80vh;
}

.pdf .embed[data-pdf="supported"] .preview {
  display: none;
}

.pdf .links {
  margin: 0.5em 0;
}

.pdf .links a {
  margin-right: 0.5em;
}
