/* Share typography between linked channels and the informational fruit card. */
#order-channels .order-link > strong,
#order-channels .order-link > h3 {
  margin: 0;
  color: var(--red-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.72;
}

#order-channels .order-link > span,
#order-channels .order-link > p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}
