.nap-archer-report-shell {
    width: 100%;
    min-height: calc(100vh - 170px);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 60px rgba(17, 24, 39, 0.10);
}

.nap-archer-report-frame {
    display: block;
    width: 100%;
    min-height: calc(100vh - 170px);
    height: 82vh;
    border: 0;
    background: #ffffff;
}

@media (max-width: 768px) {
    .nap-archer-report-shell,
    .nap-archer-report-frame {
        min-height: calc(100vh - 135px);
    }

    .nap-archer-report-frame {
        height: 84vh;
    }
}
