/* =========================================
   JEBSI – Journal Style Sheet (OJS)
   ========================================= */

/* Base */
body {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
    line-height: 1.6;
    color: #000000;
    background-color: #ffffff;
}

/* Headings */
h1, h2, h3, h4, h5 {
    font-weight: bold;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 13pt; }

/* Paragraph */
p {
    text-align: justify;
    margin-bottom: 1em;
}

/* Links */
a {
    color: #003366;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Abstract */
.abstract {
    font-size: 11pt;
    margin-bottom: 1.5em;
}

/* Keywords */
.keywords {
    font-style: italic;
    font-size: 11pt;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 11pt;
}

th, td {
    border: 1px solid #000000;
    padding: 6px;
}

/* Figures */
figure {
    text-align: center;
    margin: 1.5em auto;
}

figcaption {
    font-size: 11pt;
    margin-top: 0.5em;
}

/* References */
.references p {
    text-indent: -1.5em;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
    font-size: 11pt;
}

/* Footer */
footer {
    font-size: 10pt;
    text-align: center;
    color: #666666;
}
