/* Interaction affordances do not change the captured mobile layout. */
[data-open-transcript], [data-seal-hit], [role="button"], [role="link"] {
    cursor: pointer;
}
@media print {
    html, body, #app, .main-page, .wrapper {
        height: auto !important;
        overflow: visible !important;
        background: #fff !important;
    }
    .main-page .qys-header, .page-controll, .modal-mask, [data-seal-hit] {
        display: none !important;
    }
    .wrapper { width: 100% !important; }
    .contract-img { width: 100% !important; min-width: 0 !important; min-height: 0 !important; }
    .doc-img { border: 0 !important; }
}
