.aa-dropdown-menu .aa-suggestion .suggestion-post-title,
.suggestion-post-type {
    display: inline-block;
}

.suggestion-post-type {
    overflow: hidden;
    padding: 2px 4px 1px;
    color: #fff;
    background-color: #008265;
    font-size: 9.5px;
    text-transform: uppercase;
    margin-right: 0px;
    margin-left: 5px;
}

.suggestion-post-type.news {
    background-color: #ed5100;
}

.suggestion-post-type.events {
    background-color: #2c4251;
}

.aa-dropdown-menu .aa-suggestion em {
    background-color: rgba(36, 131, 97, 0.25);
    color: rgb(26,26,26);
    font-style: normal;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content em {
    padding: 0 0 1px;
    background: inherit;
    box-shadow: inset 0 -2px 0 0 rgba(36, 131, 97, 0.25);
    color: inherit;
}
