.iv-report-card {
  border: 1px solid #d7e3e1;
  border-radius: 12px;
  padding: 0.85rem 1rem 1rem;
}

.iv-report-card .iv-report-card {
  margin-top: 0.75rem;
  padding: 0.65rem 0.85rem 0.85rem;
}

.iv-report-heading {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 650;
  color: #12201e;
}

.iv-report-lede {
  margin: 0 0 0.5rem;
  max-width: 40rem;
  color: #5b6b69;
  line-height: 1.5;
}

.iv-report-note {
  margin: 0 0 0.5rem;
  max-width: 40rem;
  color: #5b6b69;
  line-height: 1.5;
}

.iv-report-meta {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5b6b69;
}

.iv-report-search {
  display: block;
  width: min(100%, 22rem);
  margin: 0 0 0.75rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid #d7e3e1;
  border-radius: 8px;
  font: inherit;
}

.iv-report-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #d7e3e1;
  border-radius: 999px;
  padding: 0.1rem 0.35rem 0.1rem 0.55rem;
  font-size: 0.8125rem;
}

.iv-report-link {
  color: #0f3f3c;
  text-decoration: none;
}

.iv-report-link:hover,
.iv-report-link:focus-visible {
  text-decoration: underline;
}

.iv-report-table th,
.iv-report-table td {
  padding: 0.55rem 0.6rem;
}

.iv-report-card .campaign-access-fact {
  gap: 0.1rem;
}

.iv-report-card .campaign-access-fact-value {
  font-weight: 550;
}
