.search-container {
  margin: 2rem auto;
  max-width: 600px;
  text-align: center;
}
.search-box {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.search-results {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  text-align: left;
}
.search-results li a {
  display: block;
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
}
.search-results li a:hover {
  background-color: #f5f5f5;
}

.tag-list {
  margin-top: 1rem;
  text-align: left;
}

.tag-list .tag {
  display: inline-block;
  background-color: #e7e7e7;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.1rem 0.4rem;
  margin: 0 0.25rem 0.25rem 0;
  font-size: 0.8rem;
  cursor: pointer;
}
