/* 横向列表视图样式 */
.search-cards.list-view {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

