/* Theme-agnostic: inherit type, color, and measure from the active theme. */
.agentic-cortex-article {
  font-family: inherit;
  color: inherit;
  line-height: 1.6;
  max-width: 68ch;
}
.agentic-cortex-article h1,
.agentic-cortex-article h2,
.agentic-cortex-article h3 {
  font-family: inherit;
  line-height: 1.2;
  margin: 1.4em 0 0.5em;
}
.agentic-cortex-article h1 {
  margin-top: 0;
  font-size: 1.85em;
}
.agentic-cortex-article h3 {
  font-size: 1.15em;
}
.agentic-cortex-article p {
  margin: 0 0 1em;
}
.agentic-cortex-article ul,
.agentic-cortex-article ol {
  margin: 0 0 1.2em;
  padding-left: 1.2em;
}
.agentic-cortex-article .acx-disclosure {
  font-size: 0.9em;
  opacity: 0.8;
}
.agentic-cortex-article .acx-hero {
  margin: 0 0 1.4em;
}
.agentic-cortex-article .acx-hero img {
  width: 100%;
  height: auto;
  display: block;
}
.agentic-cortex-article blockquote {
  margin: 1.4em 0;
  padding-left: 1em;
  border-left: 1px solid currentColor;
  font-style: italic;
}
.agentic-cortex-article .acx-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  gap: 0.75rem;
  margin: 1.25em 0;
}
.agentic-cortex-article .acx-stats strong {
  display: block;
  font-size: 1.35em;
}
.agentic-cortex-article .acx-stats span {
  font-size: 0.85em;
  opacity: 0.75;
}
.agentic-cortex-signal {
  font-family: inherit;
  color: inherit;
  padding: 1rem 0;
}
.agentic-cortex-signal .acx-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.65;
}
.agentic-cortex-signal .acx-title a {
  color: inherit;
  text-decoration: none;
}

body.acx-cortex-tech .agentic-cortex-article {
  letter-spacing: -0.011em;
}
