.smart-search-card {
  background: linear-gradient(135deg, rgba(25, 135, 84, 0.08), rgba(13, 110, 253, 0.08));
  border: 1px solid rgba(25, 135, 84, 0.18);
}

.smart-search-chip {
  border: 0;
  background: var(--fn-tertiary-bg);
  color: var(--fn-body-color);
  border-radius: 999px;
  padding: .45rem .85rem;
  font-size: .95rem;
}

.smart-search-modal .modal-content {
  border: 0;
  border-radius: 12px;
}

.smart-search-history-empty {
  font-size: .95rem;
}
