/**
 * 益雅诗康 - 文章页面独立样式
 * 文件：mdr-regulation.css
 * 说明：MDR法规文章页面专用样式
 */

/* 法规要点框 */
.article-content .regulation-box {
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.article-content .regulation-box strong {
    color: #4caf50;
}
