/* ===== 鱼获墙 v7 - 紧凑布局 ===== */

.header, .page-header, .top-bar { min-height: auto !important; padding: 8px 16px !important; margin-bottom: 0 !important; }

.fish-wall { padding: 6px !important; }
.waterfall { display: flex !important; gap: 6px !important; }
.waterfall-column { flex: 1 !important; }

.fish-card { margin-bottom: 6px !important; }

/* 图片固定120px高度，居中裁剪 */
.fish-card-image { 
    width: 100% !important; 
    height: 120px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.fish-card-images { 
    position: relative !important; 
    overflow: hidden !important;
    height: 120px !important;
}

.fish-card-info { padding: 5px 8px 6px !important; }
