/* ================= HEADER BACKGROUND ================= */
.pkp_structure_head {
    background: #E67E22 !important;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* ================= HEADER CONTAINER ================= */
.pkp_site_name {
    display: flex !important;
    align-items: center;
    padding: 8px 0;
}

/* ================= LOGO ================= */
.pkp_site_name img {
    max-height: none !important;
    height: 140px !important;
    width: auto !important;
}

/* ================= ALIGNMENT ================= */
.pkp_site_name a {
    display: flex !important;
    align-items: center;
    gap: 12px;
}

/* ================= TITLE ================= */
.pkp_site_name::after {
    content: "Sociology and Social Work Review";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #f5f5f5;
}

/* ================= MENU ================= */
.pkp_navigation_primary_row a {
    color: #555555 !important;
    font-weight: 500;
}

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

/* ================= SEARCH ================= */
.pkp_search a {
    color: #2c6f8e !important;
}
/* ================= MOBILE FINAL POLISH ================= */
@media (max-width: 768px) {

    /* Header tighter & higher */
    .pkp_structure_head {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 6px 10px !important; /* 🔥 reduced padding */
    }

    /* Container */
    .pkp_structure_head .pkp_site_name a {
        display: flex !important;
        align-items: center !important;
        justify-content: center;
        gap: 4px;
        flex-wrap: wrap;
        text-align: center;
        margin-top: -2px; /* 🔥 move slightly UP */
    }

    /* Logo */
    .pkp_structure_head img {
        height: 40px !important; /* 🔥 slightly smaller */
    }

    /* Remove desktop pseudo */
    .pkp_site_name::after {
        content: none !important;
    }

    /* Title */
    .pkp_structure_head .pkp_site_name a::after {
    content: "Sociology and Social Work Review";
    font-size: 12.5px;   /* 🔥 slightly smaller */
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    max-width: 150px;    /* 🔥 tighter wrap */
    display: inline-block;
    white-space: normal;
}
    }

    /* Hide duplicate */
    .pkp_navigation_primary .pkp_site_name {
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    /* Remove line */
    .pkp_structure_head .pkp_site_name a,
    .pkp_structure_head .pkp_site_name a:before,
    .pkp_structure_head .pkp_site_name a:after {
        border: none !important;
        text-decoration: none !important;
        box-shadow: none !important;
    }
}
/* ================= SPRINGER STYLE — ARTICLE PAGE ================= */

/* Layout spacing */
.pkp_page_article .main_entry {
    max-width: 760px;
}

/* Title */
.pkp_page_article .page_title {
    font-size: 28px !important;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 18px;
}

/* Authors */
.pkp_page_article .authors {
    font-size: 15px;
    color: #222;
    margin-bottom: 6px;
    font-weight: 500;
}

/* Affiliations */
.pkp_page_article .authors .affiliation {
    font-size: 13px;
    color: #777;
    margin-bottom: 4px;
}

/* ORCID */
.pkp_page_article .authors a {
    font-size: 12px;
    color: #2c6f8e !important;
}

/* DOI */
.pkp_page_article .doi {
    margin-top: 12px;
    font-size: 13px;
    color: #666;
}

.pkp_page_article .doi a {
    color: #2c6f8e !important;
    text-decoration: none;
}

/* Keywords inline */
.pkp_page_article .keywords {
    margin-top: 10px;
    font-size: 13px;
    color: #555;
}

/* Section headings */
.pkp_page_article h2 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 8px;
    color: #000;
    border-bottom: 2px solid #e67e22;
    display: inline-block;
    padding-bottom: 2px;
}

/* Abstract */
.pkp_page_article .item.abstract {
    font-size: 15px;
    line-height: 1.7;
    color: #222;
}

/* Sidebar */
.pkp_page_article .panel {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 14px;
    margin-bottom: 15px;
}

/* Sidebar headings */
.pkp_page_article .panel .title {
    font-size: 12px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* Issue link */
.pkp_page_article .panel a {
    color: #2c6f8e !important;
    text-decoration: none;
}

/* PDF button */
.obj_galley_link {
    background: #e67e22 !important;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 600;
    padding: 8px 14px;
}

.obj_galley_link:hover {
    background: #cf6d17 !important;
}

/* Remove excessive spacing */
.pkp_page_article .entry_details {
    margin-top: 10px;
}

/* Clean DOI + Keywords spacing */
.pkp_page_article .item.doi,
.pkp_page_article .item.keywords {
    margin-bottom: 8px;
}
/* Remove unnecessary labels */
.pkp_page_article .label {
    font-weight: 600;
    color: #777;
}