/* =========================================
   PROSIDING SEMINAR NASIONAL
   Custom CSS for OJS 3.x
   ========================================= */

/* ---- GLOBAL ---- */
body {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
    line-height: 1.6;
    color: #000000;
    background-color: #ffffff;
}

/* ---- ARTICLE TITLE ---- */
.obj_article_details .title,
.page_article .title {
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

/* ---- AUTHOR & AFFILIATION ---- */
.obj_article_details .authors {
    text-align: center;
    font-size: 11pt;
    margin-bottom: 15px;
}

/* ---- ABSTRACT ---- */
.obj_article_details .abstract {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    margin: 20px 0;
    font-size: 11pt;
}

/* ---- KEYWORDS ---- */
.obj_article_details .keywords {
    font-style: italic;
    font-size: 11pt;
    margin-bottom: 20px;
}

/* ---- SECTION HEADINGS ---- */
.obj_article_details h2 {
    font-size: 14pt;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

.obj_article_details h3 {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
}

/* ---- PARAGRAPH ---- */
.obj_article_details p {
    text-align: justify;
    margin-bottom: 10px;
}

/* ---- TABLE ---- */
.obj_article_details table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 11pt;
}

.obj_article_details table th,
.obj_article_details table td {
    border: 1px solid #000000;
    padding: 6px;
}

.obj_article_details table th {
    font-weight: bold;
    text-align: center;
}

/* ---- FIGURE ---- */
.obj_article_details figure {
    text-align: center;
    margin: 15px 0;
}

.obj_article_details figcaption {
    font-size: 11pt;
    margin-top: 5px;
}

/* ---- REFERENCES ---- */
.obj_article_details .references {
    font-size: 11pt;
    margin-top: 30px;
}

.obj_article_details .references p {
    margin-left: 25px;
    text-indent: -25px;
}

/* ---- DOI ---- */
.obj_article_details .doi {
    font-size: 10pt;
    font-style: italic;
    margin-top: 10px;
}

/* ---- FOOTER ---- */
footer {
    font-size: 10pt;
    color: #444444;
}
