/* HEADER */
.pkp_structure_head {
    background: #105088 !important;
    border-bottom: 3px solid #105088;
}

/* HEADER LAYOUT */
.pkp_site_name_wrapper {
    display: flex !important;
    align-items: center;
    gap: 15px;
    padding: 10px 0 !important;
}

/* NAZIV SAJTA (fallback) */
.pkp_site_name {
    display: block !important;
    visibility: visible !important;
    font-size: 16px;
    font-weight: 600;
    color: white !important;
    margin-left: 10px;
    text-indent: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
}

.pkp_site_name a {
    color: white !important;
    text-decoration: none;
}

/* LOGO */
.pkp_site_name_wrapper img {
    height: 55px;
    width: auto;
}

/* TEKST PORED LOGA (FIX) */
.pkp_site_name_wrapper::after {
    content: "E-knjige Univerziteta u Sarajevu – Građevinski fakultet" !important;
    color: white !important;
    font-size: 1.2rem !important;
    font-weight: 600;
    margin-left: 15px;
    display: inline-block;
}

/* NAVIGATION */
.pkp_navigation_primary_wrapper {
    padding: 5px 0 !important;
}

.pkp_site_nav_menu a {
    color: white;
    font-size: 1.1rem;
}

/* OPŠTI TEKST */
body {
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

/* GLAVNI NASLOV KNJIGE */
.page_monograph .title {
    font-size: 32px !important;
    font-weight: 700;
}

/* NASLOVI SEKCIJA */
.obj_monograph_summary h2,
.obj_monograph_summary h3 {
    font-size: 21px !important;
    font-weight: 700;
    margin-top: 20px;
}

/* TEKST */
.obj_monograph_summary {
    font-size: 16px !important;
}

.obj_monograph_summary p {
    font-size: 16px !important;
    line-height: 1.6;
}

/* KEYWORDS */
.obj_monograph_summary .keywords {
    font-size: 15px !important;
}

/* LISTA (references, bio...) */
.obj_monograph_summary .item {
    font-size: 16px !important;
    line-height: 1.7;
}

/* NASLOV U KATALOGU */
.obj_monograph_summary .title a {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.4;
}

/* COVER (UJEDINJENO) */
.obj_monograph_summary .cover_image img {
    width: 130px !important;
    height: auto;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    border-radius: 4px;
}

/* PDF DUGME */
.obj_galley_link {
    background: #105088;
    color: white !important;
    border-radius: 6px;
    padding: 10px 15px;
}

.obj_galley_link:hover {
    background: #f0b429;
    color: #105088 !important;
}

/* FOOTER */
.pkp_structure_footer {
    font-size: 14px;
    line-height: 1.5;
}