/**
 * 益雅诗康 - 文章页面独立样式
 * 文件：innovation-award.css
 * 说明：创新设计奖文章页面专用样式
 */

/* 文章特色样式 */
.article-content .award-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;
    text-align: center;
}

.article-content .award-highlight h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.article-content .award-highlight p {
    text-indent: 0;
    margin-bottom: 0;
    opacity: 0.9;
}
