/* Ghost CMS image compatibility —
   Ghost exports <img> tags with explicit width/height attributes
   that break responsive layouts. Override them. */
.content img[width] {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.kg-image-card {
  margin: 1.5em 0;
  text-align: center;
}

.kg-card figcaption {
  font-size: 0.85em;
  color: var(--color-fg-font-quote);
  margin-top: 0.5em;
  text-align: center;
}

/* Ghost embed cards (tweets, etc.) */
.kg-embed-card {
  margin: 1.5em 0;
}
