/* Keep the original dashboard surfaces; details only appear on interaction. */
.generated-line-wrap { position: relative; }
.dashboard-original-tip { position: absolute; z-index: 2; left: 12px; right: 12px; top: 4px; padding: 8px 10px; border: 1px solid #dce7eb; border-radius: 9px; background: #fff; color: #244b60; box-shadow: 0 3px 12px #18334218; font-size: 11px; line-height: 1.4; pointer-events: none; }
.dashboard-original-tip[hidden] { display: none; }
.generated-dashboard [tabindex="0"]:focus-visible { outline: 2px solid #0b5e8a; outline-offset: 3px; }
