.block-retro-recipe-search-content-search-block {
  display: block;
  width: 300px;
  margin-right: 1.125rem;
}

.retro-recipe-search-content-search {
  font-size: smaller;
}

.content-search-result-block {
  display: grid;
  width: 100%;
  margin: 0 auto;
}

.content-search-result-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.5rem
}

article.node--view-mode-elastic-result {
  display: grid;
  padding: 0.5rem;
  align-items: end;
  background-color: #fff4f4;
}

.node--view-mode-elastic-result > header {
  display: grid;
  justify-content: left;
}

.node--view-mode-elastic-result > .node__content {
  display: none;
}

.node--view-mode-elastic-result > header > .node__meta {
  margin-block-end: 0.5rem;
}

.node--view-mode-elastic-result > header > h2 {
  margin: 5rem 0 0.125rem;
}

.node--view-mode-elastic-result > header > h2 > a {
  font-size: 1.1rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.node--view-mode-elastic-result > header > h2 > a > span {
  display: inline-block;
  line-height: 1.5rem;
}

