body.rizeup-search-active{
  overflow:hidden;
}

body.rizeup-search-active::before{
  content:"";
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.45);
  z-index:9998;
}

#header-search{
  position:absolute;
  top:100%;
  right:0;
  width:500px;
  max-width:calc(100vw - 40px);
  z-index:10000;
}

#header-search.rizeup-search-panel,
#header-search .rizeup-search-panel{
  background:#fff;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.12);
  padding:10px;
}

#header-search .e-search-results-container{
  max-height:min(60vh, 420px);
  overflow-y:auto;
  overscroll-behavior:contain;
}

#header-search .e-search-results{
  overflow:visible;
}

#header-search .e-search-input{
  border-radius:12px;
}

@media (max-width:767px){
  #header-search{
    position:fixed;
    top:88px;
    right:20px;
    left:20px;
    width:auto;
    max-width:none;
  }
}
