/* =========================================================
   BOSTON MEDICAL CASE JOURNAL — FINAL CSS
   Sidebar kept, Announcements + RSS removed
   ========================================================= */


/* =========================================================
   HEADER
   ========================================================= */

.pkp_structure_head {
    position: relative;
    background-size: cover;
    background-position: center;
}

.pkp_structure_head::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0.45)
    );
    z-index: 0;
}

.pkp_head_wrapper {
    position: relative;
    z-index: 1;
}


/* =========================================================
   JOURNAL TITLE
   ========================================================= */

.pkp_site_name {
    padding: 28px 0;
}

.pkp_site_name a.is_text {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #f5f5f0;
    text-decoration: none;
    line-height: 1.15;
}

@media (min-width: 768px) {
    .pkp_site_name a.is_text {
        font-size: 3.1rem;
    }
}


/* =========================================================
   NAVIGATION BAR
   ========================================================= */

.pkp_navigation_primary_row {
    background-color: #3a3a3a;
}

.pkp_navigation_primary a {
    color: #ffffff;
    font-weight: 500;
}

.pkp_navigation_primary a:hover {
    color: #dcdcdc;
}

.pkp_search {
    color: #ffffff;
}


/* =========================================================
   MAIN CONTENT SPACING
   ========================================================= */

.pkp_structure_content {
    margin-top: 20px;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.pkp_structure_main p,
.pkp_structure_main li,
.pkp_structure_main .page p {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.6;
    hyphens: auto;
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}


/* =========================================================
   ISSUE PAGE LAYOUT
   ========================================================= */

.pkp_page_issue .obj_issue_toc {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 24px;
    align-items: start;
}

.pkp_page_issue .obj_issue_toc .cover img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ddd;
}

@media (max-width: 900px) {
    .pkp_page_issue .obj_issue_toc {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   SIDEBAR — KEEP IT, CLEAN IT
   ========================================================= */

.pkp_structure_sidebar {
    background: transparent;
    border-left: 1px solid #e2e2e2;
    padding-left: 24px;
    padding-top: 8px;
}


/* =========================================================
   REMOVE ANNOUNCEMENTS (ALL VARIANTS)
   ========================================================= */

.pkp_block.block_announcement_feed,
.pkp_block.block_announcements,
.pkp_block.block_announcement {
    display: none !important;
}

.pkp_structure_sidebar h2 {
    display: none !important;
}


/* =========================================================
   REMOVE RSS ORANGE / GRAY BARS
   ========================================================= */

.pkp_block.block_rss,
.pkp_block .rss,
.pkp_block .rss_links,
.pkp_block .rss_link {
    display: none !important;
}


/* =========================================================
   MAKE A SUBMISSION BUTTON (KEEP + STYLE)
   ========================================================= */

.block_make_submission_link,
a.block_make_submission_link,
.pkp_block.block_make_submission a {
    display: inline-block;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 2px;
    background-color: #3a3a3a;
    color: #ffffff;
    border: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.block_make_submission_link:hover,
.pkp_block.block_make_submission a:hover {
    background-color: #1f1f1f;
    color: #ffffff;
    text-decoration: none;
}

.block_make_submission_link:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.25);
}


/* =========================================================
   FOOTER
   ========================================================= */

.pkp_brand_footer {
    display: none !important;
}

.pkp_structure_footer {
    padding-bottom: 22px;
}

.pkp_structure_footer::after {
    content: "© 2026 Boston Medical Case Journal. All rights reserved.\A Developed and published by Boston Health Tech & Pharma Press.";
    display: block;
    text-align: center;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-top: 18px;
    white-space: pre-line;
}
