html {
    min-height: 100% !important;
    background: #f2b087 !important;
}
body {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100% !important;
}
/* 主体内容区域：背景图拉伸 */
.pkp_structure_page {
    background-image: url("https://igipub.com/public/site/images/admin/20-a87cd16738246938c9d5877096f4a498.png") !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100% 100% !important;
    background-attachment: scroll !important;
    min-height: 100vh !important;
    background-color: transparent !important;
}
/* 全部内层容器强制透明 */
.pkp_structure_content,
.pkp_structure_main,
.page_index_journal,
.additional_content,
.pkp_page,
.pkp_wrapper,
.pkp_structure_header,
.pkp_head_wrapper {
    background-color: transparent !important;
}
/* 页脚底色 */
.pkp_structure_footer,
.pkp_structure_footer_wrapper,
.site-footer,
header,
body > div.pkp_structure_page > header.pkp_structure_head,
body > div.pkp_structure_page > header.pkp_structure_head > div.pkp_head_wrapper,
body > div.pkp_structure_page > div#pkp_content_footer,
body > div.pkp_structure_page > div#pkp_content_footer > div {
    background-color: #f2b087 !important;
}
.pkp_site_name a.is_img {
    display: inline-flex !important;
    align-items: center !important;
    border-bottom: none !important;
    text-decoration: none !important;
}
.pkp_site_name a.is_img img {
    flex-shrink: 0 !important;
    border-bottom: none !important;
    text-decoration: none !important;
}
.pkp_site_name a.is_img::after {
    content: "Scholarly journal for arts, culture & media studies" !important;
    margin-left: 18px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #222 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}
/* ========== 导航菜单 ========== */
.pkp_structure_head .pkp_head_wrapper {
    max-width: 1100px !important;
    margin: 0 auto !important;
    position: relative !important;
}
.pkp_nav_primary {
    width: 100% !important;
}
.pkp_nav_primary ul {
    display: flex !important;
    justify-content: flex-start !important;
    margin-left: 80px !important;
    gap: 40px !important;
    list-style: none !important;
    padding: 0 !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.pkp_nav_primary ul li {
    float: none !important;
}
.pkp_nav_primary ul li a {
    font-size: 16px !important;
    color: #222 !important;
    text-decoration: none !important;
}
.pkp_nav_primary ul li a:hover {
    text-decoration: underline !important;
}
/* 搜索框靠右 */
.pkp_search {
    position: absolute !important;
    right: 0 !important;
    top: 8px !important;
    max-width: 260px !important;
}
/* ========== Articles 区域 核心修改 ========== */
.obj_issue_toc .section {
    position: relative !important;
    width: 100% !important;
    border: none !important;
    border-bottom: none !important;
    margin-top:30px !important;
}
/* 通栏分割线 */
.obj_issue_toc .section::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    height: 1px !important;
    background-color: #e0d8c8 !important;
}
.obj_issue_toc .section > h3 {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 0 12px 0 !important;
    padding-left: 25px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #000000 !important;
}
.obj_issue_toc .section > h3::after {
    display: none !important;
    content: none !important;
}
/* 清除section原有伪元素 */
.obj_issue_toc .section::after {
    display: none !important;
    border: none !important;
    content: "" !important;
}
/* 清除文章条目容器的分割线 */
.obj_issue_toc .section .item,
.obj_issue_toc .section .obj_article_summary {
    border-bottom: none !important;
}
.obj_issue_toc .section .item::after,
.obj_issue_toc .section .obj_article_summary::after {
    display: none !important;
    border: none !important;
}
.obj_issue_toc hr {
    display: none !important;
}
.obj_issue_toc {
    border: none !important;
    border-bottom: none !important;
}
/* Articles 上方横线：向右偏移，和上方那条线左边缘对齐 */
.obj_issue_toc .section::before {
    content: "" !important;
    position: absolute !important;
    left: 30px !important;          /* 向右移动的距离，按上方线条起点微调 */
    right: 0 !important;
    top: 0 !important;
    height: 1px !important;
    background-color: #e0d8c8 !important;
}
