/* AUTOERA MOBILE — SIMPLE SEARCH v2 SAFE */
@media (max-width:768px){
  html.ae-simple-search-v2-lock,
  body.ae-simple-search-v2-lock{
    overflow:hidden!important;
    background:#f7f8fa!important;
  }

  body.ae-simple-search-v2-page .ae-simple-search-v2-hidden{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  #ae-simple-search-v2{
    position:fixed;
    z-index:9600;
    top:108px;
    right:0;
    bottom:72px;
    left:0;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:120px 18px 24px;
    background:#f7f8fa;
    box-sizing:border-box;
  }

  #ae-simple-search-v2 form{
    width:100%;
    max-width:520px;
    margin:0;
  }

  #ae-simple-search-v2 .ae-box{
    position:relative;
    width:100%;
  }

  #ae-simple-search-v2 input{
    width:100%;
    height:60px;
    padding:0 72px 0 18px;
    border:1px solid #d7dce3;
    border-radius:16px;
    background:#fff;
    color:#17191c;
    font-size:18px;
    outline:none;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
    box-sizing:border-box;
  }

  #ae-simple-search-v2 button{
    position:absolute;
    top:6px;
    right:6px;
    width:48px;
    height:48px;
    border:0;
    border-radius:13px;
    background:#ed1c24;
    color:#fff;
    font-size:24px;
    font-weight:700;
    cursor:pointer;
  }
}
