/* ===== BASE ===== */
body {
    background: #f3f4f6;
    background-image: none;
    font-size: 14px;
}

body p {
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
}

a {
    color: #1284df;
}

/* ===== HEADER ===== */
.pkp_structure_head {
    background: #ffffff;
    border-bottom: 0.5px solid #e5e7eb;
}

.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 180px;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* ===== PRIMARY NAVIGATION ===== */
.pkp_navigation_primary_row {
    background-color: #1284df;
    text-align: left;
    padding-left: 15px;
}

#navigationPrimary a {
    font-size: 13px;
    color: #fff8ee;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

#navigationPrimary a:hover {
    color: #ffffff;
}

#navigationPrimary ul {
    background: #1284df;
}

#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #1284df;
}

/* ===== SEARCH ===== */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    font-size: 13px;
    color: #fff8ee;
    font-weight: 400;
    text-transform: capitalize;
}

/* ===== USER NAV ===== */
.pkp_navigation_user_wrapper a {
    font-size: 13px;
    font-weight: 400;
    color: #374151;
}

/* ===== PAGE STRUCTURE ===== */
.pkp_structure_page {
    margin-top: 0;
    margin-bottom: 0;
}

.pkp_structure_content {
    padding-top: 0;
    background: #ffffff;
}

.pkp_structure_sidebar {
    background: #ffffff;
}

/* ===== MAIN CONTENT ===== */
.pkp_structure_main h1 {
    font-weight: 600;
    font-size: 20px;
    color: #111827;
}

/* ===== CURRENT ISSUE ===== */
.pkp_page_index .current_issue .current_issue_title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.obj_issue_toc .heading .published .label {
    text-transform: capitalize;
    font-size: 90%;
    color: #6b7280;
}

.pkp_page_index .current_issue .read_more {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* ===== SIDEBAR BLOCKS ===== */
.pkp_block {
    font-size: 13.5px;
    line-height: 1.6;
    clear: both;
    border-bottom: 0.5px solid #e5e7eb;
}

/* ===== GALLEY LINKS (PDF, dll) ===== */
.obj_galley_link {
    font-weight: 600;
    text-transform: capitalize;
    background: #1284df;
    color: #ffffff;
    border: none;
    border-radius: 99px;
    padding: 4px 14px;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.obj_galley_link:hover {
    background: #1284df;
    color: #ffffff;
}

/* ===== HOVER TABLE (sidebar) ===== */
.hoverTable {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}

.hoverTable th {
    height: 32px;
    background: #fefce8;
    color: #1284df;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border-bottom: 0.5px solid #fde68a;
}

.hoverTable td {
    height: 30px;
    padding: 4px 8px;
    vertical-align: middle;
    border-bottom: 0.5px solid #f9fafb;
    text-align: center;
}

.hoverTable td a {
    width: 100%;
    display: block;
}

.hoverTable tr {
    background: #ffffff;
    color: #374151;
}

.hoverTable tr:hover {
    background-color: #fefce8;
}

.hoverTable a {
    color: #374151;
    font-size: 13px;
}

.hoverTable a:hover {
    color: #1284df;
}

/* ===== BREADCRUMBS ===== */
.cmp_breadcrumbs {
    text-transform: capitalize;
    font-size: 12.5px;
    color: #9ca3af;
}

/* ===== FOOTER ===== */
#footer {
    color: #6b7280;
    text-shadow: none;
}

.pkp_structure_footer_wrapper {
    background: #f9fafb;
    border-top: 0.5px solid #e5e7eb;
    border-bottom: none;
}

.pkp_footer_content {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 10px;
}

.pkp_brand_footer {
    display: none;
}

/* ===== UI TABS ===== */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background: #1284df;
    border: none;
    color: #ffffff;
}