.hn-match-card {
  overflow: hidden;
}

.hn-match-card-header {
  padding: 1.25rem 1.25rem 1rem;
  background: linear-gradient(135deg, #edf4ff 0%, #ffffff 70%);
  border-bottom: 1px solid #e6e8ec;
}

.hn-match-card-header-alt {
  background: linear-gradient(135deg, #e9fbf1 0%, #ffffff 70%);
}

.hn-match-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(16, 24, 40, 0.08);
}

.hn-match-badge {
  font-size: 0.95rem;
  padding: 0.35rem 0.65rem;
}

.hn-pathway-accordion .accordion-item {
  border-radius: 16px;
  margin-bottom: 1rem;
  border: 1px solid #e6e8ec;
}

.hn-pathway-accordion .accordion-button {
  background: #ffffff;
  border-radius: 16px;
  font-weight: 600;
}

.hn-pathway-accordion .accordion-button:not(.collapsed) {
  color: #0f172a;
  background: #f8fafc;
  box-shadow: inset 0 -1px 0 #e6e8ec;
}

.hn-pathway-accordion .accordion-collapse {
  transition: height 0.25s ease;
}
