﻿@charset "utf-8";

/* Content Page Specific Styles */

/* Header Area */
.article-header {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.article-header h1 {
    font-size: 28px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: bold;
}

.article-meta {
    font-size: 14px;
    color: #888;
    background: #f9f9f9;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 20px;
}

.article-meta span {
    margin: 0 10px;
}

/* Body Area */
.article-body {
    font-size: 16px;
    line-height: 2;
    color: #444;
    min-height: 300px;
}

.article-body p {
    margin-bottom: 25px;
    text-align: justify;
    text-indent: 2em;
}

.article-body img {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    padding: 5px;
}

/* Attachments (if any) */
.article-attachment {
    margin-top: 30px;
    padding: 15px;
    background: #fdfdfd;
    border: 1px dashed #ddd;
}

.article-attachment h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.article-attachment ul li {
    margin-bottom: 5px;
}

.article-attachment a {
    color: #0056b3;
    font-size: 14px;
    text-decoration: underline;
}

/* Navigation (Prev/Next) */
.article-nav {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 15px;
    color: #666;
}

.article-nav p {
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-nav span {
    color: #999;
    margin-right: 10px;
}

.article-nav a {
    color: #333;
}

.article-nav a:hover {
    color: #0056b3;
}