.diagnosis-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(157, 220, 255, 0.62);
  background: #f7faff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.11);
}

.diagnosis-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #2f6df6 0%, #2cc7f0 100%);
  content: "";
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin: 14px 0 5px;
}

.feature-title-row h3 {
  margin: 0;
}

.feature-count {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 7px;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #f4f8ff;
  color: #2458ca;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
