/* AstroLoop 20260909-dashboard-footer-cleanup-1
 * Presentation only: retain chart data, drawing, source notes and event bindings.
 * Hide only the three-line footer belonging to a Dashboard graph panel.
 */
html body .al-display-root .al-display-grid > .al-display-panel:has(.al-chart-wrap) > .al-panel-footer {
    display: none !important;
}

/* Saved layouts reorder DOM nodes; this visual order keeps the register last
 * without changing the saved layout or the relative order of other panels.
 */
html body .al-display-root .al-display-grid > .al-display-panel[data-panel-id="limits"] {
    order: 1000 !important;
}
