/* Journal of Business Sustainability (JBS) - Custom CSS */

/* Body & Umum */
body {
    font-family: "Times New Roman", Georgia, serif;
    background-color: #f9fafb; /* abu-abu muda */
    color: #333333;
    line-height: 1.6;
}

/* Header Jurnal */
.pkp_site_name {
    font-size: 28px;
    font-weight: bold;
    color: #005b96; /* biru */
    text-transform: uppercase;
}

/* Subjudul */
h2, h3, h4 {
    color: #006d3c; /* hijau */
    font-weight: bold;
}

/* Link */
a {
    color: #005b96;
    text-decoration: none;
}
a:hover {
    color: #009688;
    text-decoration: underline;
}

/* Navigasi */
.pkp_navigation_primary a {
    font-weight: bold;
    color: #005b96;
}

/* Footer */
.pkp_footer {
    background-color: #005b96;
    color: #ffffff;
    padding: 20px;
    font-size: 12px;
}
.pkp_footer a {
    color: #ffffff;
}

/* Tombol */
.pkp_button, .obj_article_summary a {
    background-color: #006d3c;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 6px 12px;
}
.pkp_button:hover {
    background-color: #009688;
}
