.content-details {
  display: flex;
  align-items: center;
  margin-top: auto;
  font-size: 1rem;
  line-height: 1.25;
}
.content-details__type {
  padding: 0.15rem 0.33rem;
  margin-right: 1.25rem;
  font-weight: 500;
  color: var(--c-brand-secondary);
  border: 2px solid var(--c-brand-secondary);
  border-radius: 5px;
}
.content-details__category, .content-details__date {
  font-weight: 500;
}