/* Scoped to this essay. Load on every route so SPA navigation keeps the fix. */
[data-view="a-when-thinking-gets-cheap"] .shot img,
[data-view="a-when-thinking-gets-cheap"] .thinking-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  transform: none;
}
[data-view="a-when-thinking-gets-cheap"] .thinking-figure {
  min-width: 0;
}
[data-view="a-when-thinking-gets-cheap"] .thinking-figure__image {
  display: block;
  border: 0;
  border-radius: 14px;
  background: #fff;
}
[data-view="a-when-thinking-gets-cheap"] .thinking-figure__image:focus-visible {
  outline: 3px solid var(--acc);
  outline-offset: 5px;
}
[data-view="a-when-thinking-gets-cheap"] .thinking-figure figcaption {
  overflow-wrap: anywhere;
}
[data-view="a-when-thinking-gets-cheap"] .thinking-figure__links {
  display: block;
  margin-top: .7rem;
}
[data-view="a-when-thinking-gets-cheap"] .thinking-figure__links a {
  display: inline-block;
  padding-block: .6rem;
  text-transform: none;
  letter-spacing: .02em;
  font-size: .85rem;
  text-decoration: underline;
  text-underline-offset: .2em;
}
[data-view="a-when-thinking-gets-cheap"] .thinking-credits {
  font-family: var(--ui);
  font-size: .9rem;
  margin-block: 0 2rem;
}
