.suggestions-nowrap {
    white-space: nowrap
}

.suggestions-input {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.suggestions-input::-ms-clear {
    display: none
}

.suggestions-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    -webkit-text-size-adjust: 100%
}

.suggestions-suggestions {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 1000;
    font-size: 12px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.06));
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
}

/*.suggestions-suggestions strong {*/
/*    font-weight: 400;*/
/*    color: #39f*/
/*}*/

/*.suggestions-suggestions.suggestions-mobile {*/
/*    border-style: none*/
/*}*/

/*.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {*/
/*    border-bottom: 1px solid #ddd*/
/*}*/

.suggestions-suggestion {
    padding: 10px;
    cursor: pointer;
}

.suggestions-suggestion:not(:last-of-type) {
    border-bottom: solid 1px #f2f4f6;
}

/*.suggestions-suggestion:hover {*/
/*    background: #f7f7f7*/
/*}*/

/*.suggestions-selected {*/
/*    background: #f0f0f0*/
/*}*/

/*.suggestions-selected:hover {*/
/*    background: #f0f0f0*/
/*}*/

.suggestions-hint {
    padding: 10px;
}

/*.suggestions-subtext {*/
/*    color: #777*/
/*}*/

/*.suggestions-subtext_inline {*/
/*    display: inline-block;*/
/*    min-width: 6em;*/
/*    vertical-align: bottom;*/
/*    margin: 0 .5em 0 0*/
/*}*/

/*.suggestions-subtext-delimiter {*/
/*    display: inline-block;*/
/*    width: 2px*/
/*}*/

/*.suggestions-subtext_label {*/
/*    margin: 0 0 0 .25em;*/
/*    -webkit-border-radius: 3px;*/
/*    -moz-border-radius: 3px;*/
/*    border-radius: 3px;*/
/*    padding: 0 3px;*/
/*    background: #f5f5f5;*/
/*    font-size: 85%*/
/*}*/

/*.suggestions-value[data-suggestion-status=LIQUIDATED] {*/
/*    position: relative*/
/*}*/

/*.suggestions-value[data-suggestion-status=LIQUIDATED]:after {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    border-top: 1px solid rgba(0, 0, 0, .4);*/
/*    content: ""*/
/*}*/

.suggestions-promo {
    display: none !important;
    /*font-size: 85%;*/
    /*color: #777;*/
    /*padding: 4px;*/
    /*text-align: center*/
}

/*.suggestions-promo a {*/
/*    color: #777;*/
/*    display: block;*/
/*    filter: grayscale(100%);*/
/*    line-height: 20px;*/
/*    text-decoration: none*/
/*}*/

/*.suggestions-promo a:hover {*/
/*    filter: grayscale(0)*/
/*}*/

/*.suggestions-promo svg {*/
/*    height: 20px;*/
/*    vertical-align: bottom*/
/*}*/

/*@media screen and (min-width: 600px) {*/
/*    .suggestions-promo {*/
/*        position: absolute;*/
/*        top: 0;*/
/*        right: 0;*/
/*        text-align: left*/
/*    }*/
/*}*/