.search-bar-with-suggestions{position:relative;flex:1 1;display:flex}.search-bar-with-suggestions .search-bar{flex:1 1}.search-bar-with-suggestions .suggestions{position:absolute;left:0;top:44px;right:0;background-color:#1a1a1a;z-index:100;box-shadow:0 2px 15px #000;overflow:auto;max-height:420px;min-width:300px;opacity:1;transition:opacity .15s ease-in}@media(min-width:600px){.search-bar-with-suggestions .suggestions{margin-right:46px}}@starting-style{.search-bar-with-suggestions .suggestions{opacity:0}}