.search-results{
    list-style:none;
    padding:0;
    margin:0;
    border:1px solid #e5e7eb;
    border-radius:12px;
    overflow:hidden;
}

.search-results li{
    background:#fff;
    border-bottom:1px solid #eef2f7;
}

.search-results li:nth-child(even){
    background:#fafbfc;
}

.search-results li:last-child{
    border-bottom:none;
}

.search-results a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 20px;
    color:inherit;
    text-decoration:none;
    transition:.2s;
}

li a:hover{
    background:#eef2ff;
}


.search-results a:hover{
    background:#eef2ff;
    padding-left:28px;
}

.job-title{
    font-size:1.05rem;
    font-weight:600;
    color:#111827;
}

.job-meta{
    display:flex;
    gap:20px;
    align-items:center;
    color:#64748b;
    font-size:.9rem;
}

.date{
    white-space:nowrap;
}

.remote{
    display:inline-block;
    margin-left:8px;
    padding:2px 8px;
    border-radius:20px;
    background:#6366f1;
    color:#fff;
    font-size:.72rem;
    font-weight:600;
    vertical-align:middle;
}