<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);

    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 360px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
    cursor: pointer;
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}

.autocomplete-suggestion.selected {
    background: #f0f0f0;
}

.autocomplete-suggestion {
    border-top: 1px solid #cacaca;
    padding: 5px;
}

.autocomplete-suggestion:last-child {
    border-bottom: 1px solid #cacaca;
}

.suggest-item-main-content {
    font-weight: bold;
    font-size: 0.9em;
}

.type-suggest-item {
    float: right;
    font-size: 0.7em;
    font-style: italic;
}

.suggest-item-sub-content .sku {
    font-size: 0.8em;
    font-weight: bold;
    font-style: italic;
}

.suggest-item-sub-content .oum-list {
    font-size: 0.8em;
}

.suggest-item-main-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
</pre></body></html>