﻿/* Search */
.search-container {
  min-width: 33vw;
  min-height: 28vh;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  transition: all 0.2s;
  padding: 1.5rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
}

.search-container :first-child {
  margin-top: 0;
}
