
/* =====================================================
   LAWBI INSIGHT - FULL BRANDING OJS 3
   Universitas Muhammadiyah Sidenreng Rappang
   Theme: Maroon Academic & Gold Accent
   ===================================================== */

/* ================= GLOBAL TYPOGRAPHY ================= */

body {
    font-family: "Georgia", "Times New Roman", serif;
    color: #2b2b2b;
    background-color: #f8f6f2;
}

h1, h2, h3, h4, h5 {
    font-family: "Georgia", serif;
    font-weight: 700;
    color: #7a0c0c;
}

/* ================= HEADER ================= */

.pkp_structure_head {
    background: linear-gradient(90deg, #7a0c0c, #a11212);
}

.pkp_site_name a {
    color: #ffffff !important;
    font-weight: bold;
    letter-spacing: 1px;
}

.pkp_navigation_primary_row {
    background-color: #8B0000;
}

.pkp_navigation_primary_row a {
    color: #ffffff !important;
    font-weight: 600;
}

.pkp_navigation_primary_row a:hover {
    color: #c89b3c !important;
}

/* ================= BUTTONS ================= */

button,
.pkp_button,
.obj_issue_toc .galleys_links a,
.block_make_submission a {
    background-color: #a11212 !important;
    color: #ffffff !important;
    border-radius: 6px;
    border: none;
    padding: 8px 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

button:hover,
.pkp_button:hover,
.obj_issue_toc .galleys_links a:hover,
.block_make_submission a:hover {
    background-color: #c89b3c !important;
    color: #000000 !important;
}

/* ================= SIDEBAR MENU ================= */

.lawbi-menu-title {
    background-color: #7a0c0c;
    color: #ffffff;
    font-weight: bold;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    letter-spacing: 1px;
}

.lawbi-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.lawbi-menu ul li {
    margin-bottom: 8px;
}

.lawbi-menu ul li a {
    display: block;
    padding: 12px 14px;
    background-color: #a11212;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.lawbi-menu ul li a:hover {
    background-color: #c89b3c;
    color: #000000 !important;
}

/* ================= ARTICLE TITLES ================= */

.obj_article_summary .title a {
    color: #7a0c0c;
    font-weight: 700;
}

.obj_article_summary .title a:hover {
    color: #c89b3c;
}

/* ================= FOOTER ================= */

.pkp_structure_footer_wrapper {
    background-color: #7a0c0c;
    color: #ffffff;
}

.pkp_structure_footer_wrapper a {
    color: #c89b3c !important;
}

/* ================= CARDS / BOX SHADOW ================= */

.block,
.obj_article_summary,
.obj_issue_summary {
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    border-radius: 8px;
    padding: 15px;
    background-color: #ffffff;
}
