@import './templates/search-guide/index.scss';

.search-container {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100vw;
  background: var(--background-color-white);
  transition: transform ease-in-out 300ms;
}
