/* Small local polish for the XPosture handbook sites. No remote imports —
   keep this file self-contained for offline booth/portal use. */

.hero-lead {
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--md-default-fg-color--light);
  border-left: 0.2rem solid var(--md-primary-fg-color);
  padding-left: 0.8rem;
  margin: 1rem 0 1.6rem;
}

.md-typeset .grid.cards > ul > li,
.md-typeset .grid.cards > ol > li {
  transition: border-color 0.15s, box-shadow 0.15s;
}

.md-typeset .grid.cards > ul > li:hover,
.md-typeset .grid.cards > ol > li:hover {
  border-color: var(--md-accent-fg-color);
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
}
