#live-search-results p {
  margin: 0.5em 0;
}

#live-search-results a {
  /* color: var(--wp--preset--color--hwb-title-hover); */
  text-decoration: none;
}

#live-search-results a:hover {
  text-decoration: underline;
}

#live-search-results mark {
  background-color: yellow;
  font-weight: bold;
}

button:not(form button) {
  display: block;
  margin: 16px 0;
  padding: 8px 16px;
  background-color: var(--wp--preset--color--hwb-secondary-white);
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: var(--wp--preset--color--hwb-title-hover);
  color: #fff;
}
