.badge-price-paid {
    background-color: rgba(245, 166, 35, 0.1); 
    color: #f5a623; 
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
}
.badge-price-free {
    background-color: rgba(49, 194, 124, 0.12); 
    color: #31C27C;
    padding: 3px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 1px; 
}
.store-banner {
    background: linear-gradient(135deg, #1ECAA6 0%, #31C27C 100%);
    border-radius: 5px; 
    color: white;
    padding: 30px;
    margin-bottom: 20px;
}

/* 2. 白色内容画板 */
.store-wrapper {
    background: #ffffff;
    border-radius: 5px; 
    border: 1px solid #f0f0f0; 
    padding: 25px 20px; 
    margin-bottom: 20px;
}

/* 3. 胶囊分类筛选 */
.store-filter-area {
    margin-bottom: 10px;
}
.filter-group {
    display: flex;
    align-items: center;
    margin-bottom: 8px; 
}
.filter-label {
    min-width: 45px;
    color: #8a94a5;
    font-weight: 600;
    font-size: 13px;
}
.filter-items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; 
}
.filter-item {
    padding: 3px 14px; 
    border-radius: 15px; 
    font-size: 13px; 
    font-weight: 500;
    color: #4a5568;
    background-color: transparent;
    transition: all 0.2s ease;
    text-decoration: none !important;
}
.filter-item:hover {
    background-color: #f7fafc;
    color: #2d3748;
}
.filter-item.active {
    background-color: #31C27C; 
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(49, 194, 124, 0.3); 
}

/* 4. 扁平化插件卡片样式 */
.plugin-card-flat {
    background: #ffffff;
    border-radius: 5px; 
    border: 1px solid #f0f0f0; 
    padding: 15px 20px; 
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    position: relative; 
}
.plugin-card-flat:hover {
    border-color: #31C27C; 
    box-shadow: 0 4px 15px rgba(49, 194, 124, 0.08);
}
.plugin-icon-box {
    width: 60px; 
    height: 60px;
    border-radius: 5px; 
    object-fit: cover;
    border: 1px solid #f8f9fa; 
}
.plugin-title {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 700;
    transition: color 0.2s;
}
.plugin-card-flat:hover .plugin-title {
    color: #31C27C; 
}
.meta-tag {
    background: #f4f5f7;
    color: #6b7785;
    padding: 3px 8px !important; 
    border-radius: 5px !important; 
    font-size: 12px !important; 
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    line-height: 1.5;
}
.meta-tag i, .badge-soft-green i {
    margin-right: 6px !important;
}
.author-link {
    transition: all 0.2s ease;
}
.author-link:hover {
    background-color: #31C27C;
    color: #ffffff !important;
}
.badge-soft-green {
    background-color: rgba(49, 194, 124, 0.1);
    color: #31C27C;
    padding: 3px 8px !important; 
    border-radius: 5px !important; 
    font-size: 12px !important; 
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    line-height: 1.5;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
