/* ==========================================================================
   Usage Single — inherits news-single content-card styles
   ========================================================================== */

/* Reuses .content-card from news-single */

.usage-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.usage-tag {
  background: var(--mint);
  color: var(--green);
  border: 1px solid #bfe0c7;
  border-radius: 99px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 900;
}

.usage-related-title {
  font-size: 24px;
  letter-spacing: -.8px;
  margin: 0 0 18px;
  color: var(--brown);
}
