.article-page-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.article-page-content {
    margin: 0 auto;
    max-width: 960px;
}

.article-page-header {
    margin-bottom: 16px;
}

.article-page-title {
    color: #111;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 8px;
}

.article-page-meta {
    color: #777;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 12px;
}

.article-share {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: flex;
    gap: 14px;
    margin: 16px 0 24px;
    padding: 12px 0;
}

.article-share a {
    color: #444;
    font-size: 18px;
}

.article-main-image-wrap {
    margin: 0 0 20px;
    text-align: center;
}

.article-main-image {
    height: auto;
    max-width: 100%;
}

.article-body {
    overflow-wrap: anywhere;
}

.article-body p {
    color: #222;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 14px;
    text-align: justify;
}

.article-pdf-section {
    margin-top: 26px;
}

.article-pdf-item {
    margin-bottom: 26px;
    text-align: center;
}

.article-pdf-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.article-pdf-object,
.article-pdf-iframe {
    border: 0;
    height: 800px;
    max-width: 100%;
    width: 80%;
}

.article-pdf-download {
    margin-top: 10px;
}

.article-empty {
    color: #666;
    font-size: 15px;
    margin-top: 20px;
}

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

    .article-pdf-object,
    .article-pdf-iframe {
        height: 70vh;
        width: 100%;
    }
}
