/* Homepage-only Phosphor icons inherit the existing text size and colour. */
body[data-page="home"] .ph-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.125em;
  flex-shrink: 0;
}
/* Existing spacing selectors target spans: avoid applying their margins twice. */
body[data-page="home"] .ph-label { margin: 0; }
