body{color:#FFFFFF;background-color:#FFFFFF;}#header{background-color:#006ab5;}#footer{background-color:#03406b;}.panel, .well, .nv-block-banners{background-color:#FFFFFF;}/* style.css */

/* Toàn bộ vùng chứa bài viết */
.article-container {
    background-color: rgb(250, 248, 245);
    color: black;
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 1.5em;
    line-height: 1.7;
    padding: 20px;
    text-align: justify;
}
blockquote {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    padding: 20px;
    font-size: 0.9em;
    text-align: justify;
}

/* Định dạng chung cho tiêu đề */
.article-container h1,
.article-container h2,
.article-container h3,
.article-container .inventory-title,
.article-container .footnotes-title {
    color: black;
    font-family: 'Georgia', 'Times New Roman', serif;
}

/* Tiêu đề chính */
.article-container .main-title {
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

/* Tiêu đề mục lớn (I, II, III...) */
.article-container h2 {
    margin-bottom: 15px;
    margin-top: 30px;
}

/* Tiêu đề mục nhỏ (Shiva, Uma...) */
.article-container h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

/* Các đoạn văn xuôi */
.article-container p {
    margin-bottom: 15px;
}

/* Khung ảnh mở đầu bài viết */
.article-container .header-image-wrap {
    margin: 0 auto 25px;
    max-width: 80%;
    text-align: center;
}

/* Định dạng hình ảnh tự động co giãn */
.article-container img {
    height: auto;
    max-width: 100%;
}

/* Khối thông tin tác giả */
.article-container .author-block {
    color: black;
    font-size: 0.95em;
    margin-bottom: 40px;
    text-align: center;
}

/* Đường dẫn số chú thích trong văn bản */
.article-container .footnote-link {
    color: rgb(139, 0, 0);
    padding: 0 2px;
    text-decoration: none;
}

/* Khung viền hình ảnh hiện vật minh họa */
.article-container .figure-box {
    border: 1px dashed rgb(187, 168, 124);
    color: black;
    margin: 25px auto;
    max-width: 80%;
    padding: 15px;
    text-align: center;
}

/* Khung viền hình ảnh nằm trong danh sách (thu nhỏ lề) */
.article-container .figure-box.compact {
    margin: 15px auto;
}

/* Định dạng danh sách */
.article-container ul, 
.article-container ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.article-container ul li {
    margin-bottom: 8px;
}

.article-container ol li {
    margin-bottom: 10px;
}

/* Chữ ký cuối bài viết của Finot */
.article-container .signature {
    margin-bottom: 30px;
    text-align: right;
}

/* Tiêu đề phần Bảng kiểm kê */
.article-container .inventory-title {
    margin-bottom: 15px;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
}

/* Vùng chú thích cuối trang */
.article-container .footnotes-section {
    border-top: 1px solid rgb(12, 12, 12);
    color: black;
    font-size: 0.9em;
    line-height: 1.5;
    margin-top: 50px;
    padding-top: 20px;
}

.article-container .footnotes-section p {
    margin-bottom: 8px;
}

/* Đường dẫn quay lại từ chú thích */
.article-container .footnotes-section .footnote-back {
    color: rgb(139, 0, 0);
    margin-right: 5px;
    text-decoration: none;
}