.search-form form {
  display: flex;
  gap: var(--spacer);
  border-bottom: 1px solid var(--gray);
}

.search-form form button {
  color: var(--gray);
  background: transparent;
  border: none;
  cursor: pointer;
}

.search-form form input[type="text"] {
  width: 100%;
  padding: var(--spacer);
  border: none;
  background: transparent;
}

.search-result-card .card__excerpt :last-child {
  margin-bottom: 0;
}
