/* Criticality badges */
.c1 { color: #d32f2f !important; }
.c2 { color: #f57c00 !important; }
.c3 { color: #1976d2 !important; }

/* Equipment photo */
figure img[loading="lazy"] {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

/* Grid cards enhancements */
.md-typeset .grid.cards > ul > li {
  border-left: 3px solid var(--md-primary-fg-color);
}

/* Drawio diagram container */
.md-typeset .drawio {
  margin: 1em 0;
  overflow-x: auto;
}

/* Download buttons spacing */
.md-typeset .md-button--primary {
  margin-bottom: 1em;
}

/* Diagram links in admonitions */
.md-typeset .admonition .md-button {
  margin: 0.25em 0.5em 0.25em 0;
  font-size: 0.75em;
}
