#home-hero-suggestions.is-open {
  display: block !important;
}

.home-hero-suggestion-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  color: inherit;
  text-decoration: none;
}

.home-hero-suggestion-link:hover {
  background: rgba(28, 74, 82, 0.06);
}

.home-hero-suggestion-meta {
  font-size: 12px;
  color: #6b7177;
  white-space: nowrap;
}

#home-hero-suggestions-list {
  list-style: none;
}

#home-hero-suggestions-list li {
  border-bottom: 1px solid #f0f0f0;
}

#home-hero-suggestions-list li:last-child {
  border-bottom: 0;
}
