/*
 * AQUILA_FINANCE_OVERVIEW_FIRST_PAINT_R1
 *
 * Finance Overview only.
 *
 * Suppress the native static placeholder children from first paint.
 * The host remains mounted so the genuine Finance chart may populate it.
 */

.finance-reference-v1__panel--revenue
.finance-reference-v1__empty-chart > svg,

.finance-reference-v1__panel--revenue
.finance-reference-v1__empty-chart > span,

.finance-reference-v1__panel--cash-flow
.finance-reference-v1__empty-chart > svg,

.finance-reference-v1__panel--cash-flow
.finance-reference-v1__empty-chart > span {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
