/* Loaded after the preserved site styles, including their mobile rules. */
.article-art.article-photo {
  align-self: start;
  aspect-ratio: 16 / 9;
  background: var(--ground, #f5f5ef);
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.article-photo > img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: contain;
  object-position: center;
  position: absolute;
  width: 100%;
}

.article-photo-credit {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 10px 0 0;
  overflow-wrap: anywhere;
}

.article-photo-credit a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
