.search_result_item {
    padding: 20px;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}

.search_result_item:hover {
    background: #f9f9f9;
}

.search_result_item:last-child {
    border-bottom: none;
}

.search_result_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #2c3e50;
}

.search_result_meta {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}

.search_result_meta span {
    margin-right: 15px;
}
