.search-toggle {
  align-self: center;
  display: block;
}
@media (min-width: 992px) {
  .search-toggle {
    margin-right: var(--size-2);
  }
}
.search-toggle button {
  align-items: center;
  align-self: center;
  background: none;
  border: none;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.search-toggle button svg {
  transition: 0.25s opacity;
}
.search-toggle button svg path {
  fill: var(--color-navy);
}