.search-icon {
  flex: 0 0 auto;
  margin-left: 18px;
  fill: none;
  stroke: var(--muted);
  stroke-width: 2;
  stroke-linecap: round;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.suggestions mark {
  color: inherit;
  background: #dbeafe;
  border-radius: 3px;
  padding: 0 1px;
}
.suggestions .match-reason {
  color: var(--blue);
  font-weight: 700;
}
.message-card a {
  color: var(--blue);
  overflow-wrap: anywhere;
}
.sample-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}
.sample-chip {
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  padding: 8px 13px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.sample-chip:hover {
  background: #dbeafe;
}
