.document-window {
    display: block;
    height: 680px;
}
.page-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
}
.page-label {
    margin-bottom: 6px;
    padding: 5px 9px;
    color: #fff;
    border-radius: 4px;
    background: var(--deep);
    font-size: 9px;
    font-weight: 700;
}
.document-stage img {
    max-height: 640px;
}
.redaction-box {
    pointer-events: auto;
}
.redaction-box button {
    position: absolute;
    top: -12px;
    right: -12px;
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    padding: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #c83e3e;
    cursor: pointer;
    font: bold 14px Arial, Helvetica, sans-serif;
}
button:disabled {
    cursor: not-allowed !important;
    opacity: .5;
}
.panel-download-card {
    margin-top: 12px;
    padding: 14px;
    color: #fff;
    border-radius: 8px;
    background: var(--deep);
}
.panel-download-card[hidden] {
    display: none;
}
.panel-download-card p {
    margin: 0 0 4px;
    color: #a9c5b9;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.panel-download-card strong {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
}
.panel-download-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    color: #fff;
    border-radius: 6px;
    background: var(--green);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}
.panel-download-card a:hover {
    background: #289c59;
}
