
/* =====================================================
   IJERI - Journal Style Sheet (OJS Custom CSS)
   Publisher: CV ODIS
   Journal: International Journal of Educational Research and Innovation
   ===================================================== */

/* ---------- GLOBAL ---------- */
body {
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    line-height: 1.15;
    color: #000000;
}

/* ---------- ARTICLE TITLE ---------- */
.obj_article_details .page_title,
.obj_article_details h1 {
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

/* ---------- AUTHOR & AFFILIATION ---------- */
.obj_article_details .authors {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}

.obj_article_details .affiliation {
    font-size: 11pt;
    font-style: italic;
    text-align: center;
}

/* ---------- ABSTRACT ---------- */
.obj_article_details .abstract {
    margin-top: 20px;
}

.obj_article_details .abstract h2 {
    font-size: 14pt;
    font-weight: bold;
}

.obj_article_details .abstract p {
    font-size: 11pt;
    font-style: italic;
    text-align: justify;
}

/* ---------- KEYWORDS ---------- */
.obj_article_details .keywords {
    font-size: 11pt;
    font-style: italic;
    margin-bottom: 20px;
}

/* ---------- SECTION HEADINGS ---------- */
.obj_article_details h2 {
    font-size: 14pt;
    font-weight: bold;
    margin-top: 25px;
}

.obj_article_details h3 {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 20px;
}

.obj_article_details h4 {
    font-size: 12pt;
    font-style: italic;
}

/* ---------- PARAGRAPH TEXT ---------- */
.obj_article_details p {
    font-size: 12pt;
    text-align: justify;
    margin-bottom: 10px;
}

/* ---------- TABLES ---------- */
.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 #000;
    padding: 6px;
}

.obj_article_details table caption {
    caption-side: top;
    font-weight: bold;
    margin-bottom: 5px;
}

/* ---------- FIGURES ---------- */
.obj_article_details figure {
    text-align: center;
    margin: 20px 0;
}

.obj_article_details figcaption {
    font-size: 11pt;
    font-style: italic;
}

/* ---------- REFERENCES ---------- */
.obj_article_details .references {
    margin-top: 30px;
}

.obj_article_details .references h2 {
    font-size: 14pt;
    font-weight: bold;
}

.obj_article_details .references p,
.obj_article_details .references li {
    font-size: 11pt;
    text-align: justify;
    margin-left: 25px;
    text-indent: -25px;
}

/* ---------- LINKS ---------- */
a {
    color: #003366;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ---------- PDF DOWNLOAD ---------- */
.download_file_link {
    font-size: 11pt;
    font-weight: bold;
}

/* =====================================================
   END IJERI STYLE SHEET
   ===================================================== */
