/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/article.css ***!
  \*****************************************************************************************************************/
.blog-detail .page-title {
    margin: 0;
}

.blog-detail .date {
    text-align: center;
    margin: 8px 0 24px;
}

.desc-content div,
.desc-content p,
.desc-content li,
.desc-content span {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.desc-content img {
    max-width: 100%;
    margin: 24px auto;
}

.desc-content h2,
.desc-content h3,
.desc-content h4 {
    font-weight: 600;
}

.desc-content h2 {
    font-size: 28px;
    line-height: 1.28;
}

.desc-content h3 {
    font-size: 24px;
    line-height: 1.33;
}

.desc-content h4 {
    font-size: 20px;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .page-title {
        font-size: 32px;
    }

    .blog-detail .date {
        font-size: 12px;
    }

    .desc-content p,
    .desc-content li,
    .desc-content span {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .page-title {
        font-size: 24px;
    }

    .desc-content h2 {
        font-size: 24px;
        line-height: 1.33;
    }

    .desc-content h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .desc-content h4 {
        font-size: 18px;
        line-height: 1.33;
    }
}
