/* Jurnal Filosufi Custom Style */

.pkp_site_name a {
    color: #0B2E59;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 1px;
}

.pkp_navigation_primary_row {
    background-color: #0B2E59;
}

.pkp_navigation_primary_row a {
    color: #ffffff !important;
    font-weight: 600;
}

.pkp_structure_head {
    background: #f8f9fb;
    border-bottom: 3px solid #D4A017;
}

.pkp_page_index .homepage_about {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.obj_issue_summary {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #ffffff;
}

.pkp_footer_content {
    background-color: #0B2E59;
    color: white;
    padding: 30px;
    text-align: center;
}

.pkp_footer_content a {
    color: #D4A017;
}

body {
    font-family: "Noto Sans", sans-serif;
    background-color: #f4f6f9;
}