.autocomplete__wrapper {
    width: 100%;
    max-width: 330px;
}
.autocomplete__wrapper > input {
    margin-right: 26px;
    display: block;
    height: 59px;
    line-height: 59px;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 0 0 0 15px;
}
.autocomplete__dropdown-arrow-down {
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    right: 16px;
}