/* =========================================================
   HITNESIA PRESS - FINAL CLEAN OMP CSS
   Layout:
   LEFT  = title, synopsis, biography, references
   RIGHT = cover, metadata, citation
========================================================= */


/* =========================================================
   GLOBAL
========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    background: #eef4fa;
    color: #172033;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    line-height: 1.75;
    font-size: 16px;
}


/* =========================================================
   HEADER
========================================================= */

.pkp_structure_head,
.pkp_navigation_primary_wrapper,
.pkp_navigation_primary_row {

    background: #031C36 !important;

    border-bottom:
        1px solid rgba(255,255,255,0.10);
}

/* Logo */

.pkp_site_name img {
    max-height: 52px;
}

/* Menu */

.pkp_navigation_primary a,
.pkp_site_name a {

    color: #ffffff !important;

    font-weight: 600;
}

.pkp_navigation_primary a:hover {

    color: #7EC8FF !important;
}


/* =========================================================
   DROPDOWN ABOUT FIX
========================================================= */

.pkp_navigation_primary ul ul,
.pkp_navigation_primary .dropdown-menu {

    background: #ffffff !important;

    border-radius: 8px;

    box-shadow:
        0 10px 25px rgba(0,0,0,0.15);
}

.pkp_navigation_primary ul ul a,
.pkp_navigation_primary .dropdown-menu a {

    color: #172033 !important;
}

.pkp_navigation_primary ul ul a:hover,
.pkp_navigation_primary .dropdown-menu a:hover {

    background: #f1f5f9 !important;

    color: #0A63A8 !important;
}


/* =========================================================
   SEARCH
========================================================= */

.pkp_search button,
.pkp_search .search_prompt {

    color: #ffffff !important;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.pkp_structure_main {

    background: #ffffff;

    border-radius: 16px;

    padding: 30px;

    margin-top: 30px;

    margin-bottom: 35px;

    box-shadow:
        0 10px 35px rgba(3,28,54,0.10);
}


/* =========================================================
   BOOK DETAIL LAYOUT
========================================================= */

/* Row utama */

.page_catalog_book .obj_monograph_full .row {

    display: flex !important;

    flex-wrap: nowrap !important;

    align-items: flex-start !important;

    gap: 28px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.page_catalog_book .obj_monograph_full .main_entry {

    flex: 0 0 70% !important;

    max-width: 70% !important;

    width: 70% !important;

    padding-right: 28px !important;

    border-right:
        1px solid #d9dee6;
}


/* =========================================================
   RIGHT SIDEBAR
========================================================= */

.page_catalog_book .obj_monograph_full .entry_details {

    flex: 0 0 30% !important;

    max-width: 30% !important;

    width: 30% !important;

    padding-left: 10px !important;

    font-size: 13px !important;

    line-height: 1.6;
}

/* Metadata item */

.page_catalog_book .obj_monograph_full .entry_details .item {

    border-bottom:
        1px solid #e5e7eb;

    padding-bottom: 14px;

    margin-bottom: 14px;
}

/* Metadata title */

.page_catalog_book .obj_monograph_full .entry_details h2,
.page_catalog_book .obj_monograph_full .entry_details h3 {

    color: #6b7280 !important;

    font-size: 13px !important;

    font-weight: 700;
}


/* =========================================================
   COVER
========================================================= */

.page_catalog_book .obj_monograph_full .entry_details .cover {

    text-align: center;

    margin-bottom: 20px;
}

.page_catalog_book .obj_monograph_full .entry_details .cover img {

    max-width: 120px !important;

    width: auto !important;

    height: auto !important;

    border-radius: 5px;

    box-shadow:
        0 10px 24px rgba(0,0,0,0.20);
}


/* =========================================================
   TITLE
========================================================= */

.page_catalog_book h1,
.page_catalog_book .title,
.obj_monograph_full .title {

    color: #061F3A !important;

    font-size: 30px !important;

    font-weight: 800 !important;

    line-height: 1.25;

    letter-spacing: -0.4px;

    margin-bottom: 24px;
}


/* =========================================================
   AUTHORS
========================================================= */

.obj_monograph_full .authors,
.page_catalog_book .authors {

    color: #111827 !important;

    font-size: 16px;

    font-weight: 700;

    margin-bottom: 24px;
}


/* =========================================================
   CONTENT TEXT
========================================================= */

.obj_monograph_full,
.page_catalog_book,
.item.abstract,
.description,
.entry_summary {

    color: #1f2937 !important;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================================
   SECTION TITLE
========================================================= */

.obj_monograph_full h2,
.obj_monograph_full h3,
.page_catalog_book h2,
.page_catalog_book h3 {

    color: #061F3A !important;

    font-size: 16px;

    font-weight: 800;
}


/* =========================================================
   KEYWORDS
========================================================= */

.keywords,
.obj_monograph_full .keywords {

    color: #334155 !important;

    font-size: 14px;
}


/* =========================================================
   BUTTON
========================================================= */

.cmp_button,
.btn,
button,
input[type="submit"] {

    background:
        linear-gradient(
            135deg,
            #0A3D6B,
            #1976D2
        ) !important;

    color: #ffffff !important;

    border: none !important;

    border-radius: 5px !important;

    padding:
        8px 12px !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}

.cmp_button:hover,
.btn:hover,
button:hover,
input[type="submit"]:hover {

    opacity: 0.9;
}


/* =========================================================
   SIDEBAR TEMPLATE / TOOLS
========================================================= */

.pkp_structure_sidebar {

    background: #ffffff;

    border-radius: 14px;

    padding: 24px;

    box-shadow:
        0 8px 28px rgba(3,28,54,0.08);
}

.pkp_structure_sidebar h2,
.pkp_structure_sidebar h3 {

    color: #061F3A !important;

    font-weight: 800;
}


/* =========================================================
   LINKS
========================================================= */

a {

    color: #0A63A8;

    text-decoration: none;
}

a:hover {

    color: #064B82;

    text-decoration: underline;
}


/* =========================================================
   FOOTER
========================================================= */

.pkp_structure_footer_wrapper {

    background: #031C36 !important;

    color: #ffffff !important;

    padding: 40px 0;

    margin-top: 40px;
}

.pkp_structure_footer_wrapper a {

    color: #7EC8FF !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .pkp_structure_main {

        padding: 20px;

        border-radius: 14px;
    }

    .page_catalog_book .obj_monograph_full .row {

        display: block !important;
    }

    .page_catalog_book .obj_monograph_full .main_entry,
    .page_catalog_book .obj_monograph_full .entry_details {

        width: 100% !important;

        max-width: 100% !important;

        border-right: none !important;

        padding-right: 0 !important;

        padding-left: 0 !important;
    }

    .page_catalog_book .obj_monograph_full .entry_details {

        border-top:
            1px solid #e5e7eb;

        margin-top: 24px;

        padding-top: 20px !important;
    }

    .page_catalog_book h1,
    .page_catalog_book .title {

        font-size: 24px !important;
    }

    .page_catalog_book .obj_monograph_full .entry_details .cover {

        text-align: left;
    }

    .page_catalog_book .obj_monograph_full .entry_details .cover img {

        max-width: 110px !important;
    }
}