#divi-ajax-category {
    padding: 8px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.ajax-results li.ajax-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.ajax-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

#divi-ajax-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #009688;
    border-radius: 5px;
}

#divi-ajax-results {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
}

.no-results {
    padding: 10px;
    color: #999;
}
