/**
 * 图片分类页样式
 * 独立的图片分类页CSS - 高端大气设计（无交互效果）
 *
 * @package GoodBase
 * @since 1.0.0
 */

/* ============================================
   图片分类页卡片样式 - 高端大气设计
   ============================================ */

/* 筛选隐藏的卡片 - 最高优先级 */
.waterfall-category.category-type-image .waterfall-item.filtered-hidden,
.waterfall-category .waterfall-item.filtered-hidden,
.waterfall-item.filtered-hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

/* 筛选显示的卡片 - 最高优先级 */
.waterfall-category.category-type-image .waterfall-item.filtered-visible,
.waterfall-category .waterfall-item.filtered-visible,
.waterfall-item.filtered-visible {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    position: relative !important;
    left: auto !important;
}

/* 卡片容器 - 高端玻璃态设计 */
.waterfall-category.category-type-image .waterfall-item,
.waterfall-category .waterfall-item {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 8px !important;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.08),
        0 1px 4px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    overflow: hidden !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    cursor: pointer !important;
    backdrop-filter: blur(10px) !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 高端渐变背景层 */
.waterfall-category.category-type-image .waterfall-item::before,
.waterfall-category .waterfall-item::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.03) 0%, 
        rgba(168, 85, 247, 0.03) 50%,
        rgba(236, 72, 153, 0.03) 100%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
    border-radius: 8px !important;
}

/* 图片区域 - 高端展示 */
.waterfall-category.category-type-image .waterfall-item .post-thumbnail,
.waterfall-category .waterfall-item .post-thumbnail {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%) !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 200px !important;
}

/* 懒加载图片占位符效果 */
.waterfall-category.category-type-image .waterfall-item .post-thumbnail img[loading="lazy"],
.waterfall-category .waterfall-item .post-thumbnail img[loading="lazy"],
.waterfall-category.category-type-image .waterfall-item .post-thumbnail img.lazy-load-image,
.waterfall-category .waterfall-item .post-thumbnail img.lazy-load-image {
    opacity: 0 !important;
    transition: opacity 0.3s ease-in !important;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%) !important;
}

.waterfall-category.category-type-image .waterfall-item .post-thumbnail img[loading="lazy"].loaded,
.waterfall-category.category-type-image .waterfall-item .post-thumbnail img[loading="lazy"][decoding="async"],
.waterfall-category .waterfall-item .post-thumbnail img[loading="lazy"].loaded,
.waterfall-category .waterfall-item .post-thumbnail img[loading="lazy"][decoding="async"],
.waterfall-category.category-type-image .waterfall-item .post-thumbnail img.lazy-load-image.loaded,
.waterfall-category .waterfall-item .post-thumbnail img.lazy-load-image.loaded {
    opacity: 1 !important;
}

/* 标签徽章 - 显示在封面图左上角 */
.waterfall-category.category-type-image .waterfall-item .post-thumbnail .post-tag-badge,
.waterfall-category .waterfall-item .post-thumbnail .post-tag-badge,
.home-category-posts.category-type-image .waterfall-item .post-thumbnail .post-tag-badge {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    z-index: 10 !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(4px) !important;
    pointer-events: none !important;
    white-space: nowrap !important;
}

/* 热门标签样式 */
.waterfall-category.category-type-image .waterfall-item .post-thumbnail .post-tag-badge.post-tag-hot,
.waterfall-category .waterfall-item .post-thumbnail .post-tag-badge.post-tag-hot,
.home-category-posts.category-type-image .waterfall-item .post-thumbnail .post-tag-badge.post-tag-hot {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%) !important;
}

/* 独家标签样式 */
.waterfall-category.category-type-image .waterfall-item .post-thumbnail .post-tag-badge.post-tag-exclusive,
.waterfall-category .waterfall-item .post-thumbnail .post-tag-badge.post-tag-exclusive,
.home-category-posts.category-type-image .waterfall-item .post-thumbnail .post-tag-badge.post-tag-exclusive {
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%) !important;
}

/* 推荐标签样式 */
.waterfall-category.category-type-image .waterfall-item .post-thumbnail .post-tag-badge.post-tag-recommended,
.waterfall-category .waterfall-item .post-thumbnail .post-tag-badge.post-tag-recommended,
.home-category-posts.category-type-image .waterfall-item .post-thumbnail .post-tag-badge.post-tag-recommended {
    background: linear-gradient(135deg, #feca57 0%, #ff9ff3 100%) !important;
}

/* 精品标签样式 */
.waterfall-category.category-type-image .waterfall-item .post-thumbnail .post-tag-badge.post-tag-premium,
.waterfall-category .waterfall-item .post-thumbnail .post-tag-badge.post-tag-premium,
.home-category-posts.category-type-image .waterfall-item .post-thumbnail .post-tag-badge.post-tag-premium {
    background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%) !important;
}

/* 高端遮罩层 */
.waterfall-category.category-type-image .waterfall-item .post-thumbnail::after,
.waterfall-category .waterfall-item .post-thumbnail::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(180deg, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 0) 65%, 
        rgba(0, 0, 0, 0.5) 100%) !important;
    opacity: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.waterfall-category.category-type-image .waterfall-item .post-thumbnail a,
.waterfall-category .waterfall-item .post-thumbnail a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.waterfall-category.category-type-image .waterfall-item .post-thumbnail img,
.waterfall-category .waterfall-item .post-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    filter: brightness(1) saturate(1) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    will-change: transform !important;
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: auto !important;
    -ms-interpolation-mode: bicubic !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    transform: translateZ(0) !important;
}

/* 鼠标悬停时图片微微放大 */
.waterfall-category.category-type-image .waterfall-item:hover .post-thumbnail img,
.waterfall-category .waterfall-item:hover .post-thumbnail img {
    transform: scale(1.05) !important;
}

/* 内容区域 - 高端设计 */
.waterfall-category.category-type-image .waterfall-item .post-content,
.waterfall-category .waterfall-item .post-content {
    padding: 6px 6px 6px 6px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    z-index: 1 !important;
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%) !important;
    gap: 3px !important;
}

/* 第一行：标题样式 */
.waterfall-category.category-type-image .waterfall-item .entry-header,
.waterfall-category .waterfall-item .entry-header,
.home-category-posts.category-type-image .waterfall-item .entry-header {
    margin-bottom: 0 !important;
    width: 90% !important;
    max-width: 90% !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-title,
.waterfall-category .waterfall-item .entry-title {
    margin: 0 !important;
    line-height: 1.4 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-title a,
.waterfall-category .waterfall-item .entry-title a,
.home-category-posts.category-type-image .waterfall-item .entry-title a {
    color: #4d4a4a !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    letter-spacing: -0.01em !important;
    line-height: 1.5 !important;
}

/* 第二行：分类和标签 */
.waterfall-category.category-type-image .waterfall-item .entry-categories-tags,
.waterfall-category .waterfall-item .entry-categories-tags {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    font-size: 12px !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-categories-tags .cat-links,
.waterfall-category .waterfall-item .entry-categories-tags .cat-links {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-categories-tags .cat-links a,
.waterfall-category .waterfall-item .entry-categories-tags .cat-links a {
    color: #6366f1 !important;
    text-decoration: none !important;
    font-size: 12px !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-categories-tags .separator,
.waterfall-category .waterfall-item .entry-categories-tags .separator {
    color: #cbd5e1 !important;
    margin: 0 4px !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-categories-tags .tag-links,
.waterfall-category .waterfall-item .entry-categories-tags .tag-links {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    flex: 1 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-categories-tags .tag-links i,
.waterfall-category .waterfall-item .entry-categories-tags .tag-links i {
    color: #ff6600 !important;
    font-size: 12px !important;
    flex-shrink: 0 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-categories-tags .tag-links a,
.waterfall-category .waterfall-item .entry-categories-tags .tag-links a {
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

/* 标签右侧价格显示 */
.waterfall-category.category-type-image .waterfall-item .entry-categories-tags .post-price-inline,
.waterfall-category .waterfall-item .entry-categories-tags .post-price-inline {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    color: #ff6600 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    margin-left: auto !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-categories-tags .post-price-inline i,
.waterfall-category .waterfall-item .entry-categories-tags .post-price-inline i {
    color: #f59e0b !important;
    font-size: 12px !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-categories-tags .post-price-inline .price-unit,
.waterfall-category .waterfall-item .entry-categories-tags .post-price-inline .price-unit {
    color: #ff6600 !important;
    font-size: 12px !important;
}

/* 第三行：作者（左）、权限（中）、浏览量（右） */
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta,
.waterfall-category .waterfall-item .entry-footer-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: auto !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(226, 232, 240, 0.6) !important;
    gap: 1px !important;
    overflow: visible !important;
}

/* 左边：作者 */
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .footer-meta-left,
.waterfall-category .waterfall-item .entry-footer-meta .footer-meta-left {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
    overflow: visible !important;
    white-space: nowrap !important;
}

/* 中间：权限 */
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .footer-meta-center,
.waterfall-category .waterfall-item .entry-footer-meta .footer-meta-center {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

/* 右边：浏览量 */
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .footer-meta-right,
.waterfall-category .waterfall-item .entry-footer-meta .footer-meta-right {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .author-info,
.waterfall-category .waterfall-item .entry-footer-meta .author-info {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    overflow: visible !important;
    white-space: nowrap !important;
    min-width: 0 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .author-info a {
    text-decoration: none !important;
    color: inherit !important;
    position: relative !important;
    z-index: 1 !important;
}

/* 作者样式 - 参考视频分类页 */
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-author,
.waterfall-category .waterfall-item .entry-footer-meta .post-author {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    color: #6b7280 !important;
    font-size: 11px !important;
    position: relative !important;
    cursor: pointer !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-author img,
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-author .avatar,
.waterfall-category .waterfall-item .entry-footer-meta .post-author img,
.waterfall-category .waterfall-item .entry-footer-meta .post-author .avatar {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    object-fit: cover !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-author .author-name,
.waterfall-category .waterfall-item .entry-footer-meta .post-author .author-name {
    max-width: 60px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: inline-block !important;
}

/* 作者悬浮提示框 */
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-author .author-tooltip,
.waterfall-category .waterfall-item .entry-footer-meta .post-author .author-tooltip {
    position: absolute !important;
    bottom: 100% !important;
    left: 0 !important;
    transform: translateY(-8px) !important;
    background: rgba(0, 0, 0, 0.85) !important;
    color: #ffffff !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease !important;
    transition-delay: 0s !important;
    z-index: 1000 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    backdrop-filter: blur(8px) !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-author .author-tooltip::after,
.waterfall-category .waterfall-item .entry-footer-meta .post-author .author-tooltip::after {
    content: '' !important;
    position: absolute !important;
    top: 100% !important;
    left: 12px !important;
    transform: translateX(0) !important;
    border: 5px solid transparent !important;
    border-top-color: rgba(0, 0, 0, 0.85) !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-author:hover .author-tooltip,
.waterfall-category .waterfall-item .entry-footer-meta .post-author:hover .author-tooltip {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(-12px) !important;
    transition-delay: 0.3s !important;
}

/* 兼容旧的post-stats样式（保留以防其他地方使用） */
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-stats,
.waterfall-category .waterfall-item .entry-footer-meta .post-stats {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 12px !important;
}

/* 浏览量样式 */
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-views,
.waterfall-category .waterfall-item .entry-footer-meta .post-views {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: 12px !important;
    color: #64748b !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

/* 权限区域样式 */
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-permission,
.waterfall-category .waterfall-item .entry-footer-meta .post-permission {
    overflow: hidden !important;
    white-space: nowrap !important;
}

/* 价格/权限样式 */
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price,
.waterfall-category .waterfall-item .entry-footer-meta .post-price {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    color: #64748b !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-views i,
.waterfall-category .waterfall-item .entry-footer-meta .post-views i {
    font-size: 11px !important;
    color: #94a3b8 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price i,
.waterfall-category .waterfall-item .entry-footer-meta .post-price i {
    font-size: 11px !important;
    color: #f59e0b !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.free,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.free {
    color: #10b981 !important;
    font-size: 12px !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.free i,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.free i {
    color: #10b981 !important;
    font-size: 12px !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip {
    color: #8b5cf6 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip i,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip i {
    color: #8b5cf6 !important;
    font-size: 12px !important;
}

/* VIP级别颜色 - 与plans-grid卡片颜色一致 */
.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip.vip-trial,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip.vip-trial {
    color: #10b981 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip.vip-trial i,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip.vip-trial i {
    color: #10b981 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip.vip-month,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip.vip-month {
    color: #f97316 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip.vip-month i,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip.vip-month i {
    color: #f97316 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip.vip-quarter,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip.vip-quarter {
    color: #8b5cf6 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip.vip-quarter i,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip.vip-quarter i {
    color: #8b5cf6 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip.vip-year,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip.vip-year {
    color: #3b82f6 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip.vip-year i,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip.vip-year i {
    color: #3b82f6 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip.vip-lifetime,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip.vip-lifetime {
    color: #ef4444 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.vip.vip-lifetime i,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.vip.vip-lifetime i {
    color: #ef4444 !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.charge,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.charge {
    color: #f59e0b !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price.charge i,
.waterfall-category .waterfall-item .entry-footer-meta .post-price.charge i {
    color: #f59e0b !important;
    font-size: 12px !important;
}

.waterfall-category.category-type-image .waterfall-item .entry-footer-meta .post-price .price-unit,
.waterfall-category .waterfall-item .entry-footer-meta .post-price .price-unit {
    color: #f59e0b !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* 摘要样式 - 隐藏 */
.waterfall-category.category-type-image .waterfall-item .entry-excerpt,
.waterfall-category .waterfall-item .entry-excerpt {
    display: none !important;
}

/* 底部链接 - 隐藏 */
.waterfall-category.category-type-image .waterfall-item .entry-footer,
.waterfall-category .waterfall-item .entry-footer {
    display: none !important;
}

/* 高端装饰元素 - 顶部光泽线 */
.waterfall-category.category-type-image .waterfall-item::after,
.waterfall-category .waterfall-item::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(99, 102, 241, 0.3) 20%,
        rgba(168, 85, 247, 0.5) 50%,
        rgba(99, 102, 241, 0.3) 80%,
        transparent 100%) !important;
    opacity: 0 !important;
    z-index: 2 !important;
    border-radius: 8px 8px 0 0 !important;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .waterfall-category .waterfall-item .post-content {
        padding: 12px 16px 16px 16px !important;
        gap: 8px !important;
    }
    
    .waterfall-category .waterfall-item .entry-title a {
        font-size: 15px !important;
    }
    
    .waterfall-category .waterfall-item .entry-footer-meta {
        flex-wrap: wrap !important;
        gap: 8px !important;
    }
    
    .waterfall-category .waterfall-item .entry-footer-meta .post-stats {
        gap: 8px !important;
        font-size: 11px !important;
    }
    
    .waterfall-category .waterfall-item {
        border-radius: 6px !important;
    }
}
