/**
 * 益雅诗康 - 文章页面独立样式
 * 文件：how-to-choose.css
 * 说明：选购指南文章页面专用样式
 */

/* 选购要点高亮 */
.article-content .key-point {
    background: #fff8e6;
    border-left: 4px solid #f5a623;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.article-content .key-point strong {
    color: #f5a623;
}

/* 价格区间表格 */
.article-content .price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.article-content .price-table th,
.article-content .price-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.article-content .price-table th {
    background: #f5f5f5;
    font-weight: 600;
}
