#momapix-search-suggestions{
    background-color: #2f2e2e;
    border-radius: 10px;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 75px;
    z-index: 999;
    max-height: 300px;
    overflow-y: auto;
}
#momapix-search-suggestions ul{
    list-style: none;
    padding-left: 0;
}

#momapix-search-suggestions ul li{
    text-align: left;
    font-size: 14px;
    height: 30px;
    display: flex;
    cursor: pointer;
    align-items: center;
    transition: 0.5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

#momapix-search-suggestions ul li:hover{
    background-color: #5a5a5ad9;
    transition: 0.5s;
}