﻿.typeahead__container {
    font-size: 1.3rem;
}

.typeahead__item {
    font-size: 1rem;
    line-height: 16px;
}

li[data-group=content] a span::before {
    content: url('../../image/searchicon/search.svg');
    margin-right: 10px;
}

li[data-group=history] a span::before {
    content: url('../../image/searchicon/history.svg');
    margin-right: 10px;
}

.typeahead__cancel-button {
    top: 3.5px;
}

li[data-group=history] a span {
    color: #52188c
}

.typeahead__item > a, .typeahead__item > a > span.typeahead__display{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

    .typeahead__item > a > span.typeahead__display > strong{
        display: contents;
    }