.aisearch-box.block.block-search{
    width: 500px;
    padding: 0;
}
#ai-search-results{
    padding: 10px 15px;
}
.ai-search-header{
    font-weight: bold;
    margin-bottom: 20px;
}
.ai-search-item{
    display: flex;
    margin-bottom: 30px;
    cursor: pointer;
}
.ai-search-item img{
    height: 75px;
}
.ai-search-item .item-details{
    height: 75px;
    overflow: hidden;
    position: relative;
}