.search-lattes {
    font-family: sans-serif;
    padding: 1em;
  }
  
  .search-lattes em {
    background-color: #dfe2ee;
    font-weight: 700;
    font-style: normal;
  }
  
  .search-lattes .header {
    align-items: center;
    /* background: linear-gradient(to bottom, #fbc300, #c98a00);
    background-image: url('./img/header.jpg');
    background-image: url('./img/header.jpg'),
      linear-gradient(to bottom, #fbc300, #c98a00); */
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* min-height: 368px; */
    padding: 0.5rem 1rem;
    text-align: center;
  }
  
  .search-lattes .ais-ClearRefinements {
    margin: 1em 0;
  }
  
  .search-lattes .ais-SearchBox {
    margin: 1em 0;
  }
  
  .search-lattes .ais-Pagination {
    margin-top: 1em;
  }
  
  .search-lattes .left-panel {
    float: left;
    width: 250px;
  }
  
  .search-lattes .right-panel {
    margin-left: 260px;
  }
  
  .search-lattes .ais-InstantSearch {
    max-width: 960px;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .search-lattes .ais-Hits-item {
    margin-bottom: 1em;
    width: calc(50% - 1rem);
  }
  
  .search-lattes .ais-Hits-item img {
    margin-right: 1em;
  }
  
  .search-lattes .hit-name {
    margin-bottom: 0.5em;
  }
  
  .search-lattes .hit-description {
    color: #888;
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  
  .search-lattes .ais-search-box > input {
    width: 400px;
    height: 50px;
    /* padding: 12px 20px; */
    border-radius: 20px;
    font-size: 30px;
  }
  
  .search-lattes input:focus{
    outline: none;
  }
  
  .search-lattes .ais-search-box--magnifier-wrapper, .ais-search-box--reset-wrapper {
    display: none !important;
  }
  
