/* ============================================================
   wwwroot/assets/css/modules/consumer.css
   云禾优选 - 消费者门户样式
   ============================================================ */

/* 商城商品卡片 */
.product-card .card-img-top {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    font-size: 3rem;
}

.product-card .price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #28a745;
}

/* 主视觉横幅 */
.hero-banner {
    background: linear-gradient(135deg, #d4edda 0%, #e8f5e9 50%, #f0f8f0 100%);
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
}

/* 侧边栏 */
.sidebar .nav-link {
    border-radius: 8px;
    margin-bottom: 2px;
    padding: 0.6rem 1rem;
    transition: all 0.15s;
}

.menu-item-btn {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    cursor: pointer;
    color: inherit;
    font: inherit;
    text-align: left;
}

    .sidebar .nav-link:hover {
        background: #e8f5e9;
        color: #198754;
        font-weight: 500;
    }
/* ========== 导入详情页样式 ========== */
/* 注意：详情页样式按需加载，此处仅做备用导入 */
/* 实际使用时在 Detail.cshtml 中通过 <link> 引入 */
