@import "./legal.css";

.document-viewer__pdf { display: block; width: 100%; height: 85vh; min-height: 480px; border: 0; background: var(--color-white); }
.document-viewer__image { display: block; width: 100%; max-width: 1000px; align-self: center; }
.document-viewer__image img { display: block; width: 100%; height: auto; }
.document-viewer__original { color: var(--color-blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-document__header h1 { min-width: 0; overflow-wrap: anywhere; }
