/* ===== Article Single ===== */
.article-wrapper {
    max-width: 1200px !important;
    margin: 30px auto !important;
    font-family: "Times New Roman", serif !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

.article-main-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 28px;
    line-height: 1.4;
}

.article-title-line {
    border-bottom: 2px solid #0073aa;
    margin-bottom: 10px;
}

.article-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 24px;
    display: flex;
    gap: 16px;
}

.article-block {
    margin-bottom: 24px !important;
	margin-top: 24px !important;
}

.article-block-title {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 30px !important;
    color: #222;
}

.article-block-content {
    padding: 0 12px;
}

.authors-box {
    background: #f9f9f9;
    padding: 12px 16px;
    border-left: 3px solid #ddd;
}

.abstract-text {
    text-align: justify;
    text-indent: 30px;
}

.keywords-text {
    font-style: italic;
    color: #444;
}

.references-list {
    padding-left: 20px;
	text-align: justify;
}

.references-list li {
    font-style: italic;
    margin-bottom: 8px;
    text-align: justify;
}

.article-footer-meta {
    margin-top: 24px;
    padding: 12px 0;
    font-size: 13px;
    color: #666;
    border-top: 1px solid #eee;
}

.article-categories a,
.article-tags a {
    color: #0073aa;
    text-decoration: none;
}

.article-edit {
    margin-left: 12px;
}

.post-navigation {
    margin-top: 20px;
    padding-top: 16px;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.nav-previous a,
.nav-next a {
    display: block;
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-previous a:hover,
.nav-next a:hover {
    background: #f5f5f5;
}

.nav-next {
    text-align: right;
}