.aa-dropdown-menu .aa-suggestion {
    margin: 0 61px !important;
}
.suggestion-link img {
    margin: 0 9px;
}
.suggestion-post-attributes {
    align-items: center !important;
}
.suggestion-post-info {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
}
.aa-dropdown-menu .aa-suggestion .suggestion-post-title {
    flex-shrink: 1;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    min-width: 0;
}
.suggestion-post-info .pill {
    border-radius: 30px;
    background: #e2e6f0;
    font-size: 12px;
    line-height: 120%;
    padding: 2px 9px;
    color: #9096AF;
    flex-shrink: 0;
    white-space: nowrap;
}