/* SharedDashboard hides nested header elements during shell cleanup.
 * Preserve only the current investor section heading, not obsolete site headers. */
#investorContent > .inv-section-head {
    display: block !important;
}
