/* APIHZ model-card metrics: hide the status/latency/throughput list, retain Details. */
[data-slot="card-footer"] > div:has(> dl > div > dd[role="img"]) > dl { display: none !important; }
[data-slot="card-footer"] > div:has(> dl > div > dd[role="img"]) { justify-content: flex-end !important; }

/* Hide the overview health module including its layout wrapper. */
html[data-apihz-overview] .grid > div:has(> section > div > span > svg.lucide-heart-pulse) { display: none !important; }
