@import url("report-expanded.css");

.report-print-area .report-section {
    margin-top: 16px;
    margin-bottom: 14px;
}

.report-print-area .report-section h2 {
    margin-bottom: 9px;
}

.report-note-list {
    margin: 0;
    padding-left: 18px;
}

.report-note-list li {
    margin-bottom: 4px;
}

.report-input-table + p.hint,
.report-metric-grid + p.hint {
    margin: 5px 0 0 !important;
    color: var(--muted) !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
}

@media print {
    .report-print-area .report-section {
        margin-top: 8px !important;
        margin-bottom: 7px !important;
    }

    .report-print-area .report-section h2 {
        margin-bottom: 5px !important;
    }

    .report-note-list {
        padding-left: 13px;
    }

    .report-note-list li {
        margin-bottom: 1px;
        font-size: 7.5px;
        line-height: 1.15;
    }

    .report-input-table + p.hint,
    .report-metric-grid + p.hint {
        margin: 2px 0 0 !important;
        font-size: 6.2px !important;
        line-height: 1.1 !important;
    }
}
