/* Secondary source context, not a selected need or a current-access claim. */
.outing-site-context {
  display: block;
  margin-top: 8px;
  padding: 0;
  min-width: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  overflow-wrap: anywhere;
  color: var(--brand-muted, #69615e);
}

.outing-site-context-label {
  font-weight: 500;
}

.outing-site-context-items,
.outing-site-context-item,
.outing-site-context-source {
  display: inline;
  font: inherit;
  color: inherit;
}
