
#corepepti-live-search-results {
    background: #ffffff;
    border: 1px solid #dbe1e7;
    border-radius: 8px;
    padding: 6px 0;
    display: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.18);
}

.corepepti-item {
    display: block;
    padding: 10px 14px;
    border-bottom: 1px solid #eef2f6;
    color: #003a70;
    font-weight: 600;
}

.corepepti-item:hover {
    background: #f5f9ff;
}

.corepepti-item .title {
    font-size: 15px;
}

.no-results {
    padding: 12px;
    text-align: center;
    color: #444;
}
