.highlight-image,
.featured-image {
  position: relative;
}

.image-disclosure {
  background: rgba(34, 2, 67, .72);
  border-radius: 999px;
  bottom: 10px;
  color: rgba(255, 255, 255, .9);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1;
  padding: 6px 8px;
  position: absolute;
  right: 10px;
}

.hub-hero-image {
  margin: 0;
}

.hub-hero-image img {
  width: 100%;
}

.hub-hero-image figcaption,
.article-hero figcaption {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .02em;
  margin-top: 8px;
}

.biryani-hero .hub-hero-image figcaption {
  color: rgba(255, 255, 255, .62);
}
