/* ============================================================
 * Pronature MVC — 产品页面补充样式
 * 仅补充 app.css 中完全不存在的类名
 * 不覆盖任何原站已有样式
 * ============================================================ */

/* 营养分析表格（原站无此组件） */
.analysis-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.analysis-table td {
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
}
.analysis-table td:first-child {
    font-weight: 600;
    color: #333;
}
.analysis-table td:last-child {
    text-align: right;
    color: #666;
}
.analysis-table tr:last-child td {
    border-bottom: none;
}

/* 手风琴内容区补充样式 */
.accordion__item-content > p,
.accordion__item-content > div > p {
    line-height: 1.8;
    color: #485159;
}
