body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 20px;
  line-height: 1.6;
}

header {
  margin-bottom: 20px;
}

.item {
  margin-bottom: 8px;
}

.item a {
  text-decoration: none;
}

.item .meta {
  display: block;
  font-size: 12px;
  color: #666;
}

.suggest-box {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  width: 300px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 100;
}

.suggest-item {
  padding: 6px 10px;
  cursor: pointer;
}

.suggest-item:hover {
  background: #f0f0f0;
}
