.smart-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none !important;
    color: #333;
}
.smart-item:last-child {
    border-bottom: none;
}
.smart-item:hover {
    background-color: #f9f9f9;
}
.smart-img {
    width: 45px;
    height: 45px;
    margin-right: 12px;
    flex-shrink: 0;
}
.smart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.smart-info {
    flex: 1;
    overflow: hidden;
}
.smart-item-title {
    margin: 0 0 3px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.smart-price {
    font-size: 13px;
    color: #b22825;
    font-weight: bold;
}
.smart-price del {
    font-size: 11px;
    color: #999;
    font-weight: normal;
    margin-right: 5px;
}
.smart-date {
    font-size: 11px;
    color: #888;
}
.smart-no-result {
    font-size: 13px;
    color: #888;
    padding: 10px 0;
}