.kb-suggest-card {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fffef7;
}

.kb-suggest-item {
  margin-top: 6px;
}

.kb-suggest-item a {
  color: #8a6a00;
  font-weight: 600;
  text-decoration: none;
}

.kb-suggest-item a:hover {
  text-decoration: underline;
}
