.stamped-document-preview .modal-content { border: 1px solid #d5e0e5; border-radius: 8px; }
.stamped-document-preview .modal-header { align-items: flex-start; border-bottom-color: #d5e0e5; }
.stamped-document-preview__eyebrow { color: #a85c10; font-size: .75rem; font-weight: 700; margin: 0 0 .2rem; text-transform: uppercase; }
.stamped-document-preview .modal-title { color: #122f50; overflow-wrap: anywhere; }
.stamped-document-preview .modal-body { background: #f4f7f8; min-height: 58vh; padding: 0; }
.stamped-document-preview__loading, .stamped-document-preview__error { align-items: center; color: #45617e; display: flex; justify-content: center; min-height: 58vh; padding: 2rem; text-align: center; }
.stamped-document-preview__error { color: #a33c32; }
.stamped-document-preview__frame { background: #e9eef1; border: 0; display: block; height: 58vh; min-height: 460px; width: 100%; }
@media (max-width: 680px) { .stamped-document-preview .modal-body { min-height: 48vh; } .stamped-document-preview__frame { height: 48vh; min-height: 360px; } }
