/* 年夜饭页面专属样式 */
.content-sections {
    max-width: 1200px;
    margin: 0 auto;
}

.page-title {
    font-size: 2.5rem;
    color: #c41e3a;
    text-align: center;
    margin-bottom: 0.5rem;
}

.page-intro {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin-bottom: 3rem;
}

.article-content {
    line-height: 1.8;
    color: #333;
}

.intro-section {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    text-align: justify;
}

.content-block {
    margin-bottom: 3rem;
}

.content-block h2 {
    font-size: 1.8rem;
    color: #c41e3a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.sub-section {
    margin: 2rem 0;
    padding-left: 1rem;
    border-left: 3px solid #f0f0f0;
}

.sub-section h3 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 1rem;
}

.sub-section p {
    margin-bottom: 0.8rem;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .content-sections {
        padding: 1rem;
    }

    .page-title {
        font-size: 2rem;
    }

    .page-intro {
        font-size: 1.1rem;
    }

    .content-block h2 {
        font-size: 1.5rem;
    }

    .sub-section h3 {
        font-size: 1.2rem;
    }
}
