/* Global */
body {
    font-family: 'Open Sans', sans-serif;
    background: #f5f7fa;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Header */
.pkp_structure_head {
    background: linear-gradient(
    135deg,
    #0b4f8a 0%,
    #1565c0 50%,
    #42a5f5 100%
);
    color: Black;
}

.pkp_structure_head {
    background:
        linear-gradient(
            rgba(11,79,138,0.75),
            rgba(21,101,192,0.75)
        ),
        url('https://lp2stm.or.id/wp-content/uploads/2026/03/LP2STM-ACEH.jpg');

    background-size: cover;
    background-position: center;
}
.pkp_site_name a {
    color: white !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 28px;
}


/* Navigation */
.pkp_navigation_primary_row {
    background: rgba(255,255,255,0.08);
}

.pkp_navigation_primary_row a {
    color: white !important;
    font-weight: 500;
}

/* Content */
.pkp_structure_content {
    max-width: 1200px;
    margin: auto;
}

/* Journal Card */
.media {
    background: #ffa500;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.media:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Buttons */
.btn,
.obj_issue_toc .galleys_links a {
    background: #1565c0;
    color: white !important;
    border-radius: 6px;
    padding: 10px 16px;
    text-decoration: none;
}

.btn:hover {
    background: #0d47a1;
}

.pkp_navigation_user_wrapper {
    display: flex;
    align-items: center;
}

.pkp_navigation_user {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.pkp_navigation_user li {
    display: inline-block;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background: #1f2937;
    color: #fff;
    padding: 30px 0;
}