/* ===========================================================
   JEHD FOOTER
   Palette: burgundy-black #4A1420 background, ivory #FAF6EE
   headings, muted gold-tan #D8C9A3 body/links, bright gold
   #D4AF37 hover — matches the header palette.
   =========================================================== */

.custom-footer {
    background: #4A1420;
    color: #FAF6EE;
    padding: 60px 0 20px;
}

.footer-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 35px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    box-sizing: border-box;
}

.footer-column h3,
.footer-column h4 {
    color: #FAF6EE;
    margin-bottom: 20px;
}

.footer-column p {
    color: #D8C9A3;
    line-height: 1.8;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin: 12px 0;
}

.footer-column a {
    color: #D8C9A3;
    text-decoration: none;
    transition: color .25s ease;
}

.footer-column a:hover {
    color: #D4AF37;
}

.footer-logo {
    width: 180px;
    max-width: 100%;
    height: auto;
}

.footer-bottom {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    text-align: center;
    padding-top: 20px;
    color: #D8C9A3;
}

.pkp_structure_footer {
    width: 100%;
    margin-top: 1px;
}

/*=========================================================
        FOOTER RESPONSIVE
=========================================================*/

/* Large Laptop */
@media (max-width:1200px){

    .footer-container{
        max-width:100%;
        padding:0 30px;
        gap:35px;
    }

}

/* Tablet */
@media (max-width:992px){

    .custom-footer{
        padding:50px 20px 20px;
    }

    .footer-container{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:35px;
        padding:0;
    }

    .footer-column{
        text-align:left;
    }

    .footer-logo{
        width:75px;
    }

    .footer-column h3{
        font-size:24px;
    }

    .footer-column h4{
        font-size:20px;
    }

    .footer-column p,
    .footer-column li,
    .footer-column a{
        font-size:15px;
        line-height:1.8;
    }

    .footer-bottom{
        margin-top:35px;
        font-size:15px;
    }

}

/* Mobile */
@media (max-width:767px){

    .custom-footer{
        padding:40px 20px 20px;
    }

    .footer-container{
        grid-template-columns:1fr;
        gap:30px;
        text-align:center;
    }

    .footer-column{
        width:100%;
    }

    .footer-column h3{
        font-size:22px;
    }

    .footer-column h4{
        font-size:20px;
        padding-top: 15px;
    }

    .footer-column p{
        font-size:15px;
        line-height:1.8;
    }

    .footer-column ul{
        padding:0;
    }

    .footer-column li{
        margin:10px 0;
    }

    .footer-logo{
        width:85px;
        display:block;
        margin:0 auto 20px;
    }

    .footer-bottom{
        margin-top:30px;
        font-size:14px;
        line-height:1.6;
    }

}

/* Extra Small Mobile */
@media (max-width:480px){

    .custom-footer{
        padding:35px 15px 20px;
    }

    .footer-column h3{
        font-size:20px;
    }

    .footer-column h4{
        font-size:18px;
    }

    .footer-column p,
    .footer-column li,
    .footer-column a{
        font-size:14px;
    }

    .footer-logo{
        width:70px;
    }

    .footer-bottom{
        font-size:13px;
    }

}



/* =====================================================
   JEHD HOME PAGE
   Color Scheme
   Primary : #5B1824
   Accent  : #B08D57
   Light   : #F9F6F1
===================================================== */

.jehd-hero,
.jehd-about,
.jehd-why,
.jehd-scope,
.jehd-hero *,
.jehd-about *,
.jehd-why *,
.jehd-scope *{
    box-sizing:border-box;
}

/*=========================================
COMMON SECTION
=========================================*/

.jehd-hero,
.jehd-about,
.jehd-why,
.jehd-scope{
    padding:70px 20px;
}

.jehd-section-title{
    text-align:center;
    color:#5B1824;
    font-size:34px;
    font-weight:700;
    margin-bottom:18px;
    position:relative;
}

.jehd-section-title::after{
    content:"";
    display:block;
    width:70px;
    height:4px;
    background:#B08D57;
    margin:14px auto 0;
    border-radius:20px;
}
.page_title{
    display: none;
}

/*=========================================
HERO
=========================================*/

.jehd-hero{
    background:linear-gradient(135deg,#5B1824,#7b2232);
    color:#fff;
    text-align:center;
}

.jehd-hero-content{
    max-width:1100px;
    margin:auto;
}

.jehd-hero-title{
    font-size:44px;
    font-weight:700;
    margin-bottom:20px;
}

.jehd-hero-text{
    font-size:18px;
    max-width:900px;
    margin:0 auto 45px;
    line-height:1.9;
    color:#f5f5f5;
}

/* Hero Info */

.jehd-hero-info{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.jehd-info-box{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.2);
    border-radius:12px;
    padding:25px;
    backdrop-filter:blur(6px);
    transition:.3s;
    color:#fff;
}

.jehd-info-box:hover{
    background:#B08D57;
    color:#5B1824;
    transform:translateY(-6px);
}

.jehd-info-box strong{
    display:block;
    font-size:18px;
    margin-bottom:10px;
}

/*=========================================
ABOUT
=========================================*/

.jehd-about{
    background:#F9F6F1;
}

.jehd-about-text{
    max-width:900px;
    margin:auto;
    font-size:17px;
    line-height:1.9;
    text-align:center;
    color:#555;
    background:#fff;
    padding:35px;
    border-radius:12px;
    border-left:6px solid #B08D57;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

/*=========================================
WHY PUBLISH
=========================================*/

.jehd-why{
    background:#fff;
}

.jehd-features{
    max-width:1100px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.jehd-feature-card{
    background:#F9F6F1;
    padding:30px;
    border-radius:12px;
    text-align:center;
    font-size:17px;
    font-weight:600;
    color:#5B1824;
    border-top:5px solid #B08D57;
    box-shadow:0 8px 18px rgba(0,0,0,.08);
    transition:.3s;
}

.jehd-feature-card:hover{
    background:#5B1824;
    color:#fff;
    transform:translateY(-8px);
}

/*=========================================
AIM & SCOPE
=========================================*/

.jehd-scope{
    background:#fafafa;
}

.jehd-scope-list{
    max-width:900px;
    margin:auto;
    padding:0;
    list-style:none;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.jehd-scope-list li{
    background:#fff;
    padding:18px 22px 18px 55px;
    border-radius:10px;
    position:relative;
    font-size:16px;
    color:#444;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.jehd-scope-list li:hover{
    background:#F9F6F1;
    transform:translateX(5px);
}

.jehd-scope-list li::before{
    content:"✓";
    position:absolute;
    left:18px;
    top:16px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#5B1824;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:13px;
    font-weight:bold;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:992px){

.jehd-hero-info{
    grid-template-columns:repeat(2,1fr);
}

.jehd-features{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.jehd-hero,
.jehd-about,
.jehd-why,
.jehd-scope{
    padding:50px 18px;
}

.jehd-hero-title{
    font-size:32px;
}

.jehd-section-title{
    font-size:28px;
}

.jehd-hero-text{
    font-size:16px;
}

.jehd-hero-info,
.jehd-features,
.jehd-scope-list{
    grid-template-columns:1fr;
}

.jehd-info-box,
.jehd-feature-card{
    padding:22px;
}

}

@media(max-width:480px){

.jehd-hero-title{
    font-size:28px;
}

.jehd-section-title{
    font-size:24px;
}

.jehd-about-text{
    padding:25px;
}

}



/*==================================================
JEHD CURRENT ISSUE
==================================================*/

.current_issue{
    margin:70px 0;
    padding:0;
}

.current_issue > h2{
    text-align:center;
    font-size:34px;
    color:#5B1824;
    font-weight:700;
    margin-bottom:35px;
    position:relative;
}

.current_issue > h2::after{
    content:"";
    width:70px;
    height:4px;
    background:#B08D57;
    display:block;
    margin:14px auto 0;
    border-radius:30px;
}

/* Main Card */

.current_issue .obj_issue_summary{
    display:flex;
    gap:40px;
    align-items:flex-start;
    background:#F9F6F1;
    border-radius:18px;
    padding:35px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    border-left:6px solid #B08D57;
    transition:.35s ease;
}

.current_issue .obj_issue_summary:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

/* Cover */

.current_issue .cover{
    flex:0 0 220px;
}

.current_issue .cover img{
    width:100%;
    display:block;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
    transition:.35s;
}

.current_issue .cover img:hover{
    transform:scale(1.03);
}

/* Content */

.current_issue .description,
.current_issue .body{
    flex:1;
}

/* Volume */

.current_issue .series{
    display:inline-block;
    background:#5B1824;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

/* Title */

.current_issue .title{
    margin:0 0 18px;
    font-size:20px;
}

.current_issue .title a{
    color:#5B1824;
    text-decoration:none;
    transition:.3s;
}

.current_issue .title a:hover{
    color:#B08D57;
}

/* Description */

.current_issue .description p{
    font-size:16px;
    color:#555;
    line-height:1.9;
    margin-bottom:20px;
}

/* Published */

.current_issue .published{
    display:inline-block;
    background:#ffffff;
    border-left:4px solid #B08D57;
    padding:12px 18px;
    border-radius:8px;
    color:#444;
    margin-top:10px;
}

.current_issue .published .label{
    font-weight:700;
    color:#5B1824;
}

/* Buttons */

.current_issue .read_more,
.current_issue .view_all{
    display:inline-block;
    margin-top:25px;
    background:#B08D57;
    color:#5B1824 !important;
    padding:12px 28px;
    border-radius:40px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.current_issue .read_more:hover,
.current_issue .view_all:hover{
    background:#5B1824;
    color:#fff !important;
}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:992px){

.current_issue .obj_issue_summary{
    flex-direction:column;
    text-align:center;
}

.current_issue .cover{
    margin:auto;
    max-width:240px;
}

.current_issue .series{
    margin:auto auto 18px;
}

.current_issue .published{
    display:block;
    max-width:260px;
    margin:20px auto 0;
}

}

@media (max-width:767px){

.current_issue{
    margin:50px 0;
}

.current_issue > h2{
    font-size:28px;
}

.current_issue .obj_issue_summary{
    padding:25px;
}

.current_issue .title{
    font-size:24px;
}

.current_issue .description p{
    font-size:15px;
}

.current_issue .cover{
    max-width:200px;
}

}

@media (max-width:480px){

.current_issue > h2{
    font-size:24px;
}

.current_issue .obj_issue_summary{
    padding:20px;
}

.current_issue .title{
    font-size:21px;
}

.current_issue .read_more,
.current_issue .view_all{
    width:100%;
    text-align:center;
}

}





/* ==========================================================
   JEHD ABOUT THE JOURNAL */

.jehd-about-page,
.jehd-about-page * {
    box-sizing: border-box;
}

.jehd-about-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 45px 20px 70px;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
}


/* ---------- Main Title ---------- */

.jehd-about-page-title {
    text-align: center;
    color: #5B1824;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 42px;
    padding-bottom: 17px;
    position: relative;
}

.jehd-about-page-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background: #B08D57;
    border-radius: 20px;
}


/* ==========================================================
   INTRODUCTION
   ========================================================== */

.jehd-about-intro {
    background: #F9F6F1;
    border-left: 6px solid #B08D57;
    border-radius: 14px;
    padding: 32px 36px;
    margin-bottom: 48px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.jehd-about-intro p {
    font-size: 16px;
    line-height: 1.9;
    color: #4a4a4a;
    margin: 0 0 17px;
}

.jehd-about-intro p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   CONTENT BLOCKS
   ========================================================== */

.jehd-about-block {
    margin-bottom: 48px;
}

.jehd-about-heading {
    color: #5B1824;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px;
    padding-bottom: 11px;
    position: relative;
}

.jehd-about-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 4px;
    background: #B08D57;
    border-radius: 10px;
}

.jehd-about-section-intro {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 17px;
}


/* ==========================================================
   OBJECTIVES LIST
   ========================================================== */

.jehd-about-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.jehd-about-list li {
    position: relative;
    background: #F9F6F1;
    border-radius: 9px;
    padding: 15px 20px 15px 50px;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.7;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.jehd-about-list li::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #5B1824;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jehd-about-list li:hover {
    background: #f5eee7;
    transform: translateX(4px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
}


/* ==========================================================
   JOURNAL DESCRIPTION TABLE
   ========================================================== */

.jehd-about-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.jehd-about-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 700px;
}


/* Table Header */

.jehd-about-table thead th {
    background: #5B1824;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    padding: 17px 20px;
    border: 1px solid #6d2a35;
}

.jehd-about-table thead th:first-child {
    width: 32%;
}


/* Table Body */

.jehd-about-table tbody td {
    padding: 17px 20px;
    border: 1px solid #e8e8e8;
    font-size: 14.5px;
    line-height: 1.7;
    color: #555;
    vertical-align: top;
}


/* Feature column */

.jehd-about-table tbody td:first-child {
    color: #5B1824;
    font-weight: 700;
    background: #F9F6F1;
}


/* Alternate rows */

.jehd-about-table tbody tr:nth-child(even) td {
    background: #fcfcfc;
}

.jehd-about-table tbody tr:nth-child(even) td:first-child {
    background: #f5f0eb;
}


/* Hover */

.jehd-about-table tbody tr {
    transition: background 0.2s ease;
}

.jehd-about-table tbody tr:hover td {
    background: #faf5ef;
}

.jehd-about-table tbody tr:hover td:first-child {
    background: #f2e8e1;
}


/* ==========================================================
   RESPONSIVE — TABLET
   ========================================================== */

@media (max-width: 768px) {

    .jehd-about-page {
        padding: 35px 18px 55px;
    }

    .jehd-about-page-title {
        font-size: 30px;
        margin-bottom: 34px;
    }

    .jehd-about-intro {
        padding: 25px 24px;
        margin-bottom: 38px;
    }

    .jehd-about-intro p {
        font-size: 15.5px;
        line-height: 1.8;
    }

    .jehd-about-block {
        margin-bottom: 40px;
    }

    .jehd-about-heading {
        font-size: 23px;
    }

    .jehd-about-list li {
        font-size: 14.5px;
        padding: 14px 16px 14px 46px;
    }

    .jehd-about-table {
        min-width: 650px;
    }

    .jehd-about-table thead th,
    .jehd-about-table tbody td {
        padding: 14px 16px;
    }
}


/* ==========================================================
   RESPONSIVE — MOBILE
   ========================================================== */

@media (max-width: 480px) {

    .jehd-about-page {
        padding: 28px 15px 45px;
    }

    .jehd-about-page-title {
        font-size: 25px;
        margin-bottom: 30px;
        padding-bottom: 13px;
    }

    .jehd-about-page-title::after {
        width: 55px;
        height: 3px;
    }

    .jehd-about-intro {
        padding: 21px 18px;
        border-left-width: 4px;
        border-radius: 10px;
    }

    .jehd-about-intro p {
        font-size: 14.5px;
        line-height: 1.75;
        margin-bottom: 14px;
    }

    .jehd-about-heading {
        font-size: 21px;
        margin-bottom: 17px;
    }

    .jehd-about-heading::after {
        width: 45px;
        height: 3px;
    }

    .jehd-about-section-intro {
        font-size: 14.5px;
    }

    .jehd-about-list {
        gap: 8px;
    }

    .jehd-about-list li {
        padding: 13px 14px 13px 43px;
        font-size: 14px;
        line-height: 1.65;
    }

    .jehd-about-list li::before {
        left: 13px;
        width: 21px;
        height: 21px;
    }

    .jehd-about-table-wrap {
        border-radius: 9px;
    }

    .jehd-about-table {
        min-width: 620px;
    }

    .jehd-about-table thead th {
        font-size: 14px;
        padding: 13px 14px;
    }

    .jehd-about-table tbody td {
        font-size: 13.5px;
        padding: 13px 14px;
        line-height: 1.6;
    }
}




/* ============================================================
   JEHD — PRIVACY STATEMENT
   ------------------------------------------------------------ */

.jehd-privacy-page,
.jehd-privacy-page * {
    box-sizing: border-box;
}

.jehd-privacy-page {
    max-width: 1050px;
    margin: 0 auto;
    padding: 45px 20px 65px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    color: #444;
}


/* ------------------------------------------------------------
   EYEBROW
   ------------------------------------------------------------ */

.jehd-privacy-eyebrow {
    display: block;

    text-align: center;

    color: #B08D57;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;

    margin-bottom: 10px;
}


/* ------------------------------------------------------------
   MAIN TITLE
   ------------------------------------------------------------ */

.jehd-privacy-title {
    position: relative;

    text-align: center;

    color: #5B1824;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;
    font-weight: 700;

    line-height: 1.25;

    margin: 0 0 42px;

    padding-bottom: 17px;
}


/* Gold underline */

.jehd-privacy-title::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 72px;
    height: 4px;

    background: #B08D57;

    border-radius: 10px;

    transform: translateX(-50%);
}


/* ------------------------------------------------------------
   INTRODUCTION CARD
   ------------------------------------------------------------ */

.jehd-privacy-intro {
    background: #F9F6F1;

    border-left: 6px solid #B08D57;

    border-radius: 12px;

    padding: 30px 34px;

    margin-bottom: 42px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.07);
}


/* Intro paragraphs */

.jehd-privacy-intro p {
    color: #4A4A4A;

    font-size: 16px;

    line-height: 1.9;

    margin: 0 0 17px;
}

.jehd-privacy-intro p:last-child {
    margin-bottom: 0;
}


/* ------------------------------------------------------------
   GENERAL SECTION
   ------------------------------------------------------------ */

.jehd-privacy-section {
    margin-bottom: 42px;
}


/* ------------------------------------------------------------
   SECTION HEADINGS
   ------------------------------------------------------------ */

.jehd-privacy-heading {
    position: relative;

    color: #5B1824;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 27px;
    font-weight: 700;

    line-height: 1.3;

    margin: 0 0 23px;

    padding-left: 17px;
}


/* Small gold vertical line */

.jehd-privacy-heading::before {
    content: "";

    position: absolute;

    left: 0;
    top: 3px;

    width: 4px;
    height: calc(100% - 6px);

    background: #B08D57;

    border-radius: 10px;
}


/* ------------------------------------------------------------
   INFORMATION TABLE WRAPPER
   ------------------------------------------------------------ */

.jehd-privacy-table-wrap {
    width: 100%;

    overflow-x: auto;

    background: #fff;

    border-radius: 12px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.07);

    border: 1px solid #eee;

    -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------
   TABLE
   ------------------------------------------------------------ */

.jehd-privacy-table {
    width: 100%;

    border-collapse: collapse;

    min-width: 620px;
}


/* Table header */

.jehd-privacy-table thead th {
    background: #5B1824;

    color: #fff;

    text-align: left;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 0.2px;

    padding: 16px 20px;

    border: none;
}


/* Gold top line */

.jehd-privacy-table thead tr {
    border-top: 4px solid #B08D57;
}


/* Table body */

.jehd-privacy-table tbody td {
    padding: 17px 20px;

    font-size: 15px;

    line-height: 1.7;

    color: #555;

    border-bottom: 1px solid #eee;

    vertical-align: top;
}


/* Category column */

.jehd-privacy-table tbody td:first-child {
    width: 34%;

    color: #5B1824;

    font-weight: 600;
}


/* Alternating rows */

.jehd-privacy-table tbody tr:nth-child(even) {
    background: #F9F6F1;
}


/* Hover */

.jehd-privacy-table tbody tr {
    transition:
        background 0.2s ease;
}

.jehd-privacy-table tbody tr:hover {
    background: #f3ece2;
}


/* Remove last border */

.jehd-privacy-table tbody tr:last-child td {
    border-bottom: none;
}


/* ------------------------------------------------------------
   PRIVACY PRINCIPLES INTRO
   ------------------------------------------------------------ */

.jehd-privacy-lead {
    color: #555;

    font-size: 16px;

    line-height: 1.8;

    margin: 0 0 18px;
}


/* ------------------------------------------------------------
   PRIVACY PRINCIPLES LIST
   ------------------------------------------------------------ */

.jehd-privacy-list {
    list-style: none;

    margin: 0;
    padding: 0;

    display: flex;

    flex-direction: column;

    gap: 12px;
}


/* List item */

.jehd-privacy-list li {
    position: relative;

    background: #fff;

    border: 1px solid #eee;

    border-left: 4px solid #B08D57;

    border-radius: 9px;

    padding: 17px 20px 17px 52px;

    color: #4A4A4A;

    font-size: 15px;

    line-height: 1.75;

    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.045);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


/* Check mark */

.jehd-privacy-list li::before {
    content: "✓";

    position: absolute;

    left: 17px;
    top: 17px;

    width: 24px;
    height: 24px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #5B1824;

    color: #fff;

    font-size: 12px;
    font-weight: 700;
}


/* Hover */

.jehd-privacy-list li:hover {
    background: #F9F6F1;

    transform: translateX(4px);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.07);
}


/* ------------------------------------------------------------
   CLOSING STATEMENT
   ------------------------------------------------------------ */

.jehd-privacy-closing {
    position: relative;

    background: #F9F6F1;

    border-radius: 12px;

    border-top: 4px solid #B08D57;

    padding: 27px 30px;

    margin-top: 10px;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.06);
}


/* Closing text */

.jehd-privacy-closing p {
    color: #4A4A4A;

    font-size: 15.5px;

    line-height: 1.9;

    margin: 0;
}


/* ------------------------------------------------------------
   TABLET
   ------------------------------------------------------------ */

@media (max-width: 768px) {

    .jehd-privacy-page {
        padding: 35px 18px 50px;
    }


    .jehd-privacy-title {
        font-size: 31px;

        margin-bottom: 34px;
    }


    .jehd-privacy-intro {
        padding: 25px 24px;

        margin-bottom: 35px;
    }


    .jehd-privacy-intro p {
        font-size: 15px;

        line-height: 1.8;
    }


    .jehd-privacy-heading {
        font-size: 24px;
    }


    .jehd-privacy-table thead th,
    .jehd-privacy-table tbody td {
        padding: 14px 16px;
    }


    .jehd-privacy-list li {
        padding: 16px 18px 16px 48px;
    }


    .jehd-privacy-closing {
        padding: 24px;
    }

}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 480px) {

    .jehd-privacy-page {
        padding: 28px 15px 40px;
    }


    .jehd-privacy-eyebrow {
        font-size: 10.5px;

        letter-spacing: 1.5px;
    }


    .jehd-privacy-title {
        font-size: 26px;

        margin-bottom: 30px;

        padding-bottom: 14px;
    }


    .jehd-privacy-title::after {
        width: 58px;
        height: 3px;
    }


    .jehd-privacy-intro {
        padding: 21px 19px;

        border-left-width: 4px;

        border-radius: 10px;
    }


    .jehd-privacy-intro p {
        font-size: 14.5px;

        line-height: 1.75;

        margin-bottom: 14px;
    }


    .jehd-privacy-section {
        margin-bottom: 32px;
    }


    .jehd-privacy-heading {
        font-size: 21px;

        padding-left: 13px;

        margin-bottom: 18px;
    }


    .jehd-privacy-heading::before {
        width: 3px;
    }


    .jehd-privacy-table {
        min-width: 560px;
    }


    .jehd-privacy-table thead th,
    .jehd-privacy-table tbody td {
        padding: 13px 14px;

        font-size: 13.5px;
    }


    .jehd-privacy-lead {
        font-size: 14.5px;
    }


    .jehd-privacy-list {
        gap: 10px;
    }


    .jehd-privacy-list li {
        padding: 14px 14px 14px 44px;

        font-size: 14px;

        line-height: 1.65;
    }


    .jehd-privacy-list li::before {
        left: 13px;
        top: 15px;

        width: 22px;
        height: 22px;

        font-size: 11px;
    }


    .jehd-privacy-closing {
        padding: 21px 19px;

        border-top-width: 3px;
    }


    .jehd-privacy-closing p {
        font-size: 14px;

        line-height: 1.75;
    }

}




/* ==========================================================
   JEHD CONTACT PAGE
   ========================================================== */

.contact_section{
    max-width:1000px;
    margin:40px auto;
    padding:0 15px;
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    box-sizing:border-box;
}

.contact_section .contact{
    flex:1;
    min-width:320px;
    background:#fff;
    border-top:5px solid #B08D57;
    border-radius:10px;
    padding:30px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.contact_section .contact:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.contact_section .contact h2{
    margin:0 0 25px;
    color:#5b1624;
    font-size:28px;
    font-weight:700;
    position:relative;
    padding-bottom:12px;
}

.contact_section .contact h2::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:55px;
    height:4px;
    background:#B08D57;
    border-radius:5px;
}

.contact_section .name{
    font-size:22px;
    font-weight:600;
    color:#333;
    margin-bottom:20px;
}

.contact_section .phone,
.contact_section .email{
    margin-bottom:18px;
    font-size:16px;
    color:#555;
    line-height:1.8;
}

.contact_section .label{
    font-weight:600;
    color:#5b1624;
    margin-right:6px;
}

.contact_section a{
    color:#5b1624;
    text-decoration:none;
    font-weight:500;
    transition:.3s;
    word-break:break-word;
}

.contact_section a:hover{
    color:#B08D57;
}

/* ==========================
   Responsive
   ========================== */

@media(max-width:768px){

.contact_section{
    flex-direction:column;
    gap:20px;
}

.contact_section .contact{
    min-width:100%;
    padding:25px;
}

.contact_section .contact h2{
    font-size:24px;
}

.contact_section .name{
    font-size:20px;
}

}





/* ============================================================
   JEHD SUBMISSION GUIDELINES */

.jehd-submit-page,
.jehd-submit-page * {
    box-sizing: border-box;
}

.jehd-submit-page {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 15px 55px;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
}


/* ---------- Main Title ---------- */

.jehd-submit-title {
    text-align: center;
    color: #5B1824;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 42px;
    padding-bottom: 17px;
    position: relative;
}

.jehd-submit-title::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #B08D57;
    border-radius: 20px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* ---------- Introduction ---------- */

.jehd-submit-intro {
    background: #F9F6F1;
    border-left: 6px solid #B08D57;
    border-radius: 14px;
    padding: 30px 34px;
    margin-bottom: 42px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
}

.jehd-submit-intro p {
    margin: 0 0 16px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.85;
}

.jehd-submit-intro p:last-child {
    margin-bottom: 0;
}


/* ---------- Sections ---------- */

.jehd-submit-section {
    margin-bottom: 42px;
}

.jehd-submit-heading {
    color: #5B1824;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 22px;
    padding-left: 15px;
    border-left: 4px solid #B08D57;
}

.jehd-checklist-heading {
    margin-top: 10px;
}


/* ============================================================
   MANUSCRIPT TABLE
   ============================================================ */

.jehd-manuscript-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .07);
}

.jehd-manuscript-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 600px;
}

.jehd-manuscript-table thead th {
    background: #5B1824;
    color: #fff;
    text-align: left;
    padding: 17px 20px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .2px;
}

.jehd-manuscript-table thead th:first-child {
    width: 34%;
}

.jehd-manuscript-table tbody td {
    padding: 17px 20px;
    border-bottom: 1px solid #e9e4dd;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.65;
    vertical-align: top;
}

.jehd-manuscript-table tbody tr:nth-child(even) {
    background: #F9F6F1;
}

.jehd-manuscript-table tbody tr:last-child td {
    border-bottom: none;
}

.jehd-manuscript-table tbody tr {
    transition: background .2s ease;
}

.jehd-manuscript-table tbody tr:hover {
    background: #f3e9dc;
}

.jehd-manuscript-table strong {
    color: #5B1824;
    font-weight: 700;
}


/* ============================================================
   CHECKLIST
   ============================================================ */

.jehd-checklist-intro {
    color: #555;
    font-size: 15.5px;
    line-height: 1.8;
    margin: 0 0 20px;
}

.jehd-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.jehd-checklist li {
    position: relative;
    padding: 15px 20px 15px 52px;
    background: #F9F6F1;
    border: 1px solid #eee4d8;
    border-radius: 9px;
    color: #444;
    font-size: 14.8px;
    line-height: 1.7;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.jehd-checklist li::before {
    content: "\2713";
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #5B1824;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jehd-checklist li:hover {
    background: #fff;
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .07);
}


/* ============================================================
   SUBMISSION PROCEDURE
   ============================================================ */

.jehd-procedure-intro {
    color: #555;
    font-size: 15.5px;
    line-height: 1.8;
    margin: 0 0 24px;
}


/* Procedure container */

.jehd-procedure {
    position: relative;
    display: flex;
    flex-direction: column;
}


/* Vertical gold line */

.jehd-procedure::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;
    bottom: 25px;
    width: 2px;
    background: #dfd2c1;
}


/* Individual step */

.jehd-procedure-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 72px;
    margin-bottom: 13px;
}


/* Number circle */

.jehd-procedure-number {
    position: relative;
    z-index: 2;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #5B1824;
    border: 4px solid #fff;
    box-shadow: 0 3px 10px rgba(91, 24, 36, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}


/* Step content */

.jehd-procedure-content {
    flex: 1;
    background: #fff;
    border: 1px solid #eee4dc;
    border-left: 4px solid #B08D57;
    border-radius: 10px;
    padding: 17px 22px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.jehd-procedure-content:hover {
    background: #F9F6F1;
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.jehd-procedure-content h3 {
    margin: 0;
    color: #5B1824;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}


/* Last step */

.jehd-procedure-last {
    margin-bottom: 0;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 767px) {

    .jehd-submit-page {
        margin: 25px auto;
        padding: 0 16px 40px;
    }

    .jehd-submit-title {
        font-size: 29px;
        margin-bottom: 32px;
    }

    .jehd-submit-heading {
        font-size: 21px;
        margin-bottom: 18px;
    }


    /* Intro */

    .jehd-submit-intro {
        padding: 23px 21px;
        border-left-width: 5px;
        border-radius: 11px;
    }

    .jehd-submit-intro p {
        font-size: 14.5px;
        line-height: 1.78;
    }


    /* Table */

    .jehd-manuscript-table {
        min-width: 560px;
    }

    .jehd-manuscript-table thead th,
    .jehd-manuscript-table tbody td {
        padding: 14px 15px;
        font-size: 14px;
    }


    /* Checklist */

    .jehd-checklist li {
        padding: 14px 15px 14px 48px;
        font-size: 14px;
    }

    .jehd-checklist li::before {
        left: 14px;
    }


    /* Procedure */

    .jehd-procedure::before {
        left: 21px;
        top: 24px;
        bottom: 24px;
    }

    .jehd-procedure-step {
        gap: 12px;
        min-height: 62px;
    }

    .jehd-procedure-number {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        border-width: 3px;
        font-size: 11px;
    }

    .jehd-procedure-content {
        padding: 14px 16px;
    }

    .jehd-procedure-content h3 {
        font-size: 14px;
    }

}


/* ============================================================
   VERY SMALL DEVICES
   ============================================================ */

@media (max-width: 420px) {

    .jehd-submit-page {
        padding-left: 13px;
        padding-right: 13px;
    }

    .jehd-submit-title {
        font-size: 26px;
    }

    .jehd-submit-heading {
        font-size: 20px;
    }

    .jehd-submit-intro {
        padding: 20px 17px;
    }

    .jehd-procedure-step {
        gap: 9px;
    }

    .jehd-procedure-number {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 10px;
    }

    .jehd-procedure::before {
        left: 19px;
    }

    .jehd-procedure-content {
        padding: 12px 13px;
    }

    .jehd-procedure-content h3 {
        font-size: 13.5px;
    }

}


/* ============================================================
   JEHD — OPEN ACCESS POLICY
   PREMIUM EDITORIAL DESIGN
   Colors preserved:
   Maroon: #5B1624
   Gold:   #B08D57
   ============================================================ */


/* ------------------------------------------------------------
   MAIN CONTAINER
   ------------------------------------------------------------ */

.jehd-open-access,
.jehd-open-access * {
    box-sizing: border-box;
}

.jehd-open-access {
    width: 100%;
    max-width: 1080px;
    margin: 45px auto 70px;
    padding: 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3f3f3f;
}


/* ------------------------------------------------------------
   MAIN HEADING
   ------------------------------------------------------------ */

.jehd-oa-heading {
    position: relative;
    margin: 0 0 42px;
    padding: 0 0 18px;
    color: #5B1624;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.jehd-oa-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 4px;
    background: #B08D57;
    border-radius: 10px;
}


/* ------------------------------------------------------------
   INTRODUCTION
   ------------------------------------------------------------ */

.jehd-oa-intro {
    position: relative;
    margin: 0 0 48px;
    padding: 32px 38px 30px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-left: 5px solid #B08D57;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.055);
}

.jehd-oa-intro::before {
    content: "OPEN ACCESS";
    display: block;
    margin-bottom: 18px;
    color: #B08D57;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jehd-oa-intro p {
    margin: 0 0 18px;
    color: #4a4a4a;
    font-size: 15.5px;
    line-height: 1.9;
}

.jehd-oa-intro p:last-child {
    margin-bottom: 0;
}


/* ------------------------------------------------------------
   SECTION HEADINGS
   ------------------------------------------------------------ */

.jehd-oa-subtitle {
    position: relative;
    margin: 48px 0 24px;
    padding-left: 17px;
    color: #5B1624;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}

.jehd-oa-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: calc(100% - 8px);
    background: #B08D57;
    border-radius: 5px;
}


/* ------------------------------------------------------------
   BENEFITS TABLE
   ------------------------------------------------------------ */

.jehd-oa-table-wrap {
    width: 100%;
    margin: 0 0 45px;
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.055);
}

.jehd-oa-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 620px;
}


/* Table header */

.jehd-oa-table thead {
    background: #5B1624;
}

.jehd-oa-table th {
    padding: 17px 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.3px;
}


/* Table body */

.jehd-oa-table td {
    padding: 18px 22px;
    border-bottom: 1px solid #eeeeee;
    color: #4b4b4b;
    font-size: 14.5px;
    line-height: 1.6;
    vertical-align: middle;
}

.jehd-oa-table tbody tr:last-child td {
    border-bottom: none;
}


/* First column */

.jehd-oa-table td:first-child {
    width: 32%;
    color: #5B1624;
    font-weight: 700;
}


/* Alternating rows */

.jehd-oa-table tbody tr:nth-child(even) {
    background: #faf9f7;
}


/* Hover */

.jehd-oa-table tbody tr {
    transition: background 0.2s ease;
}

.jehd-oa-table tbody tr:hover {
    background: #f5efe8;
}


/* ------------------------------------------------------------
   PRINCIPLES INTRO
   ------------------------------------------------------------ */

.jehd-oa-lead {
    margin: 0 0 18px;
    color: #555;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.7;
}


/* ------------------------------------------------------------
   PRINCIPLES LIST
   ------------------------------------------------------------ */

.jehd-oa-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    margin: 0 0 38px;
    padding: 0;
    list-style: none;
}

.jehd-oa-list li {
    position: relative;
    min-height: 68px;
    margin: 0;
    padding: 17px 18px 17px 55px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 9px;
    color: #444;
    font-size: 14.5px;
    line-height: 1.65;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.035);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.jehd-oa-list li::before {
    content: "✓";
    position: absolute;
    left: 17px;
    top: 17px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5B1624;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}

.jehd-oa-list li:hover {
    transform: translateY(-3px);
    border-color: #d7c4a7;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.07);
}


/* ------------------------------------------------------------
   FINAL TEXT BLOCKS
   ------------------------------------------------------------ */

.jehd-oa-text {
    margin: 0 0 18px;
    padding: 22px 26px;
    background: #faf9f7;
    border: 1px solid #e9e5df;
    border-radius: 10px;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.85;
}

.jehd-oa-text:last-child {
    margin-bottom: 0;
}


/* ------------------------------------------------------------
   SPECIAL FINAL STATEMENT
   ------------------------------------------------------------ */

.jehd-oa-text:last-child {
    position: relative;
    margin-top: 22px;
    padding: 27px 30px;
    background: #5B1624;
    border: none;
    color: #fff;
    box-shadow: 0 10px 28px rgba(91, 22, 36, 0.16);
}

.jehd-oa-text:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #B08D57;
    border-radius: 10px 0 0 10px;
}


/* ------------------------------------------------------------
   RESPONSIVE — TABLET
   ------------------------------------------------------------ */

@media (max-width: 900px) {

    .jehd-open-access {
        max-width: 100%;
        margin-top: 35px;
        padding: 0 22px 55px;
    }

    .jehd-oa-heading {
        font-size: 34px;
    }

    .jehd-oa-intro {
        padding: 28px 30px;
    }

    .jehd-oa-subtitle {
        font-size: 25px;
    }

    .jehd-oa-list {
        grid-template-columns: 1fr;
    }
}


/* ------------------------------------------------------------
   RESPONSIVE — MOBILE
   ------------------------------------------------------------ */

@media (max-width: 600px) {

    .jehd-open-access {
        margin: 25px auto 45px;
        padding: 0 16px 40px;
    }

    .jehd-oa-heading {
        margin-bottom: 30px;
        padding-bottom: 14px;
        font-size: 29px;
        line-height: 1.25;
    }

    .jehd-oa-heading::after {
        width: 58px;
        height: 3px;
    }

    .jehd-oa-intro {
        margin-bottom: 35px;
        padding: 23px 20px;
        border-left-width: 4px;
    }

    .jehd-oa-intro::before {
        font-size: 10px;
        letter-spacing: 1.6px;
    }

    .jehd-oa-intro p {
        font-size: 14.5px;
        line-height: 1.8;
    }

    .jehd-oa-subtitle {
        margin-top: 38px;
        margin-bottom: 20px;
        padding-left: 13px;
        font-size: 22px;
    }

    .jehd-oa-subtitle::before {
        width: 3px;
    }

    .jehd-oa-table-wrap {
        border-radius: 9px;
    }

    .jehd-oa-table {
        min-width: 560px;
    }

    .jehd-oa-table th,
    .jehd-oa-table td {
        padding: 14px 16px;
    }

    .jehd-oa-list {
        gap: 11px;
    }

    .jehd-oa-list li {
        min-height: auto;
        padding: 15px 15px 15px 50px;
        font-size: 14px;
    }

    .jehd-oa-list li::before {
        left: 15px;
        top: 15px;
        width: 23px;
        height: 23px;
    }

    .jehd-oa-text {
        padding: 19px 20px;
        font-size: 14px;
        line-height: 1.8;
    }

    .jehd-oa-text:last-child {
        padding: 22px 22px;
    }
}


/* ------------------------------------------------------------
   VERY SMALL DEVICES
   ------------------------------------------------------------ */

@media (max-width: 380px) {

    .jehd-open-access {
        padding-left: 13px;
        padding-right: 13px;
    }

    .jehd-oa-heading {
        font-size: 26px;
    }

    .jehd-oa-subtitle {
        font-size: 20px;
    }

    .jehd-oa-intro {
        padding: 20px 17px;
    }

    .jehd-oa-table {
        min-width: 520px;
    }
}


/* ==========================================================
   JEHD PEER REVIEW PROCESS
   ========================================================== */

.jehd-peer-review,
.jehd-peer-review *{
    box-sizing:border-box;
}

.jehd-peer-review{
    max-width:1050px;
    margin:40px auto;
    padding:0 15px 50px;
}

.jehd-pr-heading{
    font-size:34px;
    color:#5B1624;
    margin-bottom:30px;
    position:relative;
    padding-bottom:12px;
}

.jehd-pr-heading:after{
    content:"";
    width:70px;
    height:4px;
    background:#B08D57;
    position:absolute;
    left:0;
    bottom:0;
    border-radius:10px;
}

.jehd-pr-intro{
    background:#faf7f1;
    border-left:5px solid #B08D57;
    padding:28px 30px;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    margin-bottom:35px;
}

.jehd-pr-intro p{
    line-height:1.9;
    color:#444;
    margin-bottom:18px;
}

.jehd-pr-subtitle{
    color:#5B1624;
    font-size:26px;
    margin:40px 0 20px;
}

/* Workflow */

.jehd-pr-steps{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:22px;
}

.jehd-pr-step{
    background:#fff;
    border-top:4px solid #B08D57;
    border-radius:12px;
    padding:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.jehd-pr-step:hover{
    transform:translateY(-5px);
}

.step-number{
    width:42px;
    height:42px;
    background:#5B1624;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    margin-bottom:18px;
}

.jehd-pr-step h3{
    color:#5B1624;
    margin-bottom:12px;
    font-size:20px;
}

.jehd-pr-step p{
    color:#555;
    line-height:1.8;
}

/* Review list */

.jehd-pr-list{
    list-style:none;
    padding:0;
    margin:0;
}

.jehd-pr-list li{
    background:#f8f8f8;
    margin-bottom:14px;
    padding:18px 20px 18px 55px;
    border-radius:10px;
    position:relative;
    transition:.3s;
}

.jehd-pr-list li:hover{
    background:#f2eee7;
    transform:translateX(5px);
}

.jehd-pr-list li:before{
    content:"✓";
    position:absolute;
    left:18px;
    top:18px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#5B1624;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:13px;
}

/* Decision cards */

.jehd-pr-cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:22px;
}

.jehd-pr-card{
    background:#fff;
    border-top:4px solid #B08D57;
    border-radius:12px;
    padding:24px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.jehd-pr-card:hover{
    transform:translateY(-5px);
}

.jehd-pr-card h3{
    color:#5B1624;
    margin-bottom:12px;
}

.jehd-pr-card p{
    color:#555;
    line-height:1.8;
}

/* Text blocks */

.jehd-pr-text{
    background:#fff;
    padding:25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    color:#444;
    line-height:1.9;
}

/* Responsive */

@media(max-width:768px){

.jehd-pr-heading{
    font-size:28px;
}

.jehd-pr-subtitle{
    font-size:22px;
}

.jehd-pr-intro{
    padding:22px;
}

.jehd-pr-step{
    padding:22px;
}

}


.pkp_block.block_web_feed{
    background:#fff;
    border:1px solid #e7e1d8;
    border-radius:12px;
    padding:20px;
    margin-bottom:25px;
    margin-left: 35px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.pkp_block.block_web_feed .title{
    color:#5b1622;
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    position:relative;
    padding-bottom:10px;
}

.pkp_block.block_web_feed .title:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:50px;
    height:4px;
    background:#B08D57;
}

.pkp_block.block_web_feed a{
    display:block;
    margin:12px 0;
    transition:.3s;
}

.pkp_block.block_web_feed a:hover{
    transform:translateX(5px);
}

.pkp_block.block_web_feed img{
    border:1px solid #ddd;
    border-radius:5px;
}


/* ==========================================================
   INFORMATION BLOCK
   ========================================================== */

.block_information{
    background:#fff;
    border:1px solid #e8e1d6;
    border-radius:12px;
    padding:22px;
    margin-bottom:25px;
    margin-left: 35px;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.block_information .title{
    margin:0 0 18px;
    font-size:20px;
    font-weight:700;
    color:#6E1F2B;
    position:relative;
    padding-bottom:10px;
}

.block_information .title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:65px;
    height:4px;
    background:#B08D57;
    border-radius:10px;
}

.block_information ul{
    list-style:none;
    margin:0;
    padding:0;
}

.block_information ul li{
    margin-bottom:12px;
}

.block_information ul li:last-child{
    margin-bottom:0;
}

.block_information ul li a{
    display:block;
    padding:12px 16px;
    /* background:#FAF6EE; */
    border-left:4px solid #B08D57;
    border-radius:8px;
    color:#6E1F2B;
    text-decoration:none;
    font-weight:500;
    transition:all .3s ease;
}

.block_information ul li a:hover{
    background:#6E1F2B;
    color:#fff;
    border-left-color:#D4AF37;
    transform:translateX(4px);
}


/* ==========================================================
   VISITOR COUNTER BLOCK
   ========================================================== */

#customblock-visitor-counter{
    background:#fff;
    border:1px solid #e8e1d6;
    border-radius:12px;
    padding:22px;
    margin-bottom:25px;
    margin-left: 35px;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    text-align:center;
}

#customblock-visitor-counter .title{
    margin:0 0 18px;
    font-size:20px;
    font-weight:700;
    color:#6E1F2B;
    position:relative;
    padding-bottom:10px;
    text-align:left;
}

#customblock-visitor-counter .title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:65px;
    height:4px;
    background:#B08D57;
    border-radius:10px;
}

#customblock-visitor-counter .content{
    /* background:#FAF6EE; */
    border-radius:10px;
    padding:18px;
}

#customblock-visitor-counter img{
    max-width:100%;
    height:auto;
    display:block;
    margin:auto;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width:767px){

    .block_information,
    #customblock-visitor-counter{
        padding:18px;
    }

    .block_information .title,
    #customblock-visitor-counter .title{
        font-size:24px;
    }

    .block_information ul li a{
        padding:10px 14px;
        font-size:15px;
    }
}


/* ============================================================
   JEHD — ARTICLE PROCESSING CHARGES (APC)
   ------------------------------------------------------------ */

.jehd-apc-page,
.jehd-apc-page * {
    box-sizing: border-box;
}

.jehd-apc-page {
    max-width: 1050px;
    margin: 40px auto;
    padding: 0 18px 60px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    color: #444;
}


/* ------------------------------------------------------------
   EYEBROW
   ------------------------------------------------------------ */

.jehd-apc-eyebrow {
    display: block;

    text-align: center;

    color: #B08D57;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;

    margin-bottom: 10px;
}


/* ------------------------------------------------------------
   MAIN TITLE
   ------------------------------------------------------------ */

.jehd-apc-title {
    position: relative;

    margin: 0 0 42px;

    padding-bottom: 17px;

    text-align: center;

    color: #5B1824;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;
    font-weight: 700;

    line-height: 1.3;
}


/* Gold underline */

.jehd-apc-title::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 72px;
    height: 4px;

    background: #B08D57;

    border-radius: 20px;

    transform: translateX(-50%);
}


/* ------------------------------------------------------------
   INTRODUCTION
   ------------------------------------------------------------ */

.jehd-apc-intro {
    background: #F9F6F1;

    border-left: 6px solid #B08D57;

    border-radius: 14px;

    padding: 30px 34px;

    margin-bottom: 43px;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .07);
}


/* Intro paragraphs */

.jehd-apc-intro p {
    margin: 0 0 17px;

    color: #4A4A4A;

    font-size: 16px;

    line-height: 1.88;
}

.jehd-apc-intro p:last-child {
    margin-bottom: 0;
}


/* ------------------------------------------------------------
   SECTION
   ------------------------------------------------------------ */

.jehd-apc-section {
    margin-bottom: 43px;
}


/* ------------------------------------------------------------
   SECTION HEADING
   ------------------------------------------------------------ */

.jehd-apc-heading {
    position: relative;

    margin: 0 0 23px;

    padding-left: 16px;

    color: #5B1824;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 27px;
    font-weight: 700;

    line-height: 1.35;
}


/* Gold vertical accent */

.jehd-apc-heading::before {
    content: "";

    position: absolute;

    left: 0;
    top: 3px;

    width: 4px;
    height: calc(100% - 6px);

    background: #B08D57;

    border-radius: 10px;
}


/* ============================================================
   ARTICLE PROCESSING TABLE
   ============================================================ */

.jehd-apc-table-wrap {
    width: 100%;

    overflow-x: auto;

    background: #fff;

    border-radius: 12px;

    border: 1px solid #eee;

    box-shadow:
        0 8px 23px rgba(0, 0, 0, .07);

    -webkit-overflow-scrolling: touch;
}


/* Table */

.jehd-apc-table {
    width: 100%;

    min-width: 650px;

    border-collapse: collapse;
}


/* Table header */

.jehd-apc-table thead th {
    background: #5B1824;

    color: #fff;

    text-align: left;

    padding: 17px 20px;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.5;
}


/* First column width */

.jehd-apc-table thead th:first-child {
    width: 35%;
}


/* Table cells */

.jehd-apc-table tbody td {
    padding: 17px 20px;

    color: #555;

    font-size: 15px;

    line-height: 1.7;

    vertical-align: top;

    border-bottom: 1px solid #eee5dc;
}


/* Category */

.jehd-apc-table tbody td:first-child {
    color: #5B1824;
}


/* Alternating rows */

.jehd-apc-table tbody tr:nth-child(even) {
    background: #F9F6F1;
}


/* Hover */

.jehd-apc-table tbody tr {
    transition:
        background .2s ease;
}

.jehd-apc-table tbody tr:hover {
    background: #f3e9dc;
}


/* Remove final border */

.jehd-apc-table tbody tr:last-child td {
    border-bottom: none;
}


/* ------------------------------------------------------------
   EDITORIAL COMMITMENT INTRO
   ------------------------------------------------------------ */

.jehd-apc-lead {
    margin: 0 0 18px;

    color: #555;

    font-size: 16px;

    line-height: 1.8;
}


/* ============================================================
   EDITORIAL COMMITMENT LIST
   ============================================================ */

.jehd-apc-list {
    display: flex;

    flex-direction: column;

    gap: 11px;

    margin: 0;
    padding: 0;

    list-style: none;
}


/* List item */

.jehd-apc-list li {
    position: relative;

    padding: 16px 20px 16px 53px;

    background: #F9F6F1;

    border: 1px solid #eee3d8;

    border-left: 4px solid #B08D57;

    border-radius: 9px;

    color: #444;

    font-size: 15px;

    line-height: 1.7;

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}


/* Check icon */

.jehd-apc-list li::before {
    content: "\2713";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 23px;
    height: 23px;

    display: flex;

    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border-radius: 50%;

    background: #5B1824;

    color: #fff;

    font-size: 12px;
    font-weight: 700;
}


/* Hover */

.jehd-apc-list li:hover {
    background: #fff;

    transform: translateX(4px);

    box-shadow:
        0 7px 18px rgba(0, 0, 0, .07);
}


/* ============================================================
   CLOSING / EDITORIAL INDEPENDENCE
   ============================================================ */

.jehd-apc-closing {
    position: relative;

    background: #F9F6F1;

    border-top: 4px solid #B08D57;

    border-radius: 12px;

    padding: 27px 30px;

    margin-top: 5px;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, .06);
}


/* Label */

.jehd-apc-closing-label {
    display: block;

    margin-bottom: 10px;

    color: #5B1824;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;

    font-weight: 700;
}


/* Closing text */

.jehd-apc-closing p {
    margin: 0;

    color: #555;

    font-size: 15px;

    line-height: 1.85;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 768px) {

    .jehd-apc-page {
        margin: 30px auto;

        padding: 0 17px 50px;
    }


    .jehd-apc-title {
        font-size: 31px;

        margin-bottom: 34px;
    }


    .jehd-apc-intro {
        padding: 25px 24px;

        border-left-width: 5px;
    }


    .jehd-apc-intro p {
        font-size: 15px;

        line-height: 1.8;
    }


    .jehd-apc-heading {
        font-size: 24px;
    }


    .jehd-apc-table {
        min-width: 600px;
    }


    .jehd-apc-table thead th,
    .jehd-apc-table tbody td {
        padding: 14px 16px;

        font-size: 14px;
    }


    .jehd-apc-list li {
        padding: 15px 18px 15px 49px;

        font-size: 14.5px;
    }


    .jehd-apc-closing {
        padding: 24px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .jehd-apc-page {
        margin: 25px auto;

        padding: 0 14px 40px;
    }


    .jehd-apc-eyebrow {
        font-size: 10.5px;

        letter-spacing: 1.5px;
    }


    .jehd-apc-title {
        font-size: 26px;

        margin-bottom: 30px;

        padding-bottom: 14px;
    }


    .jehd-apc-title::after {
        width: 58px;

        height: 3px;
    }


    .jehd-apc-intro {
        padding: 21px 18px;

        border-left-width: 4px;

        border-radius: 10px;
    }


    .jehd-apc-intro p {
        font-size: 14px;

        line-height: 1.75;

        margin-bottom: 14px;
    }


    .jehd-apc-section {
        margin-bottom: 34px;
    }


    .jehd-apc-heading {
        font-size: 21px;

        padding-left: 13px;

        margin-bottom: 18px;
    }


    .jehd-apc-heading::before {
        width: 3px;
    }


    /* Table remains readable through horizontal scrolling */

    .jehd-apc-table {
        min-width: 560px;
    }


    .jehd-apc-table thead th,
    .jehd-apc-table tbody td {
        padding: 13px 14px;

        font-size: 13.5px;
    }


    .jehd-apc-lead {
        font-size: 14.5px;
    }


    .jehd-apc-list {
        gap: 9px;
    }


    .jehd-apc-list li {
        padding: 14px 14px 14px 45px;

        font-size: 14px;

        line-height: 1.65;
    }


    .jehd-apc-list li::before {
        left: 13px;

        width: 22px;
        height: 22px;

        font-size: 11px;
    }


    .jehd-apc-closing {
        padding: 21px 18px;

        border-top-width: 3px;
    }


    .jehd-apc-closing-label {
        font-size: 17px;
    }


    .jehd-apc-closing p {
        font-size: 14px;

        line-height: 1.75;
    }

}


/* ==========================================================
   JEHD PUBLICATION ETHICS
   Scoped to .jehd-ethics-page

   Palette:
   Primary  : #5B1824
   Accent   : #B08D57
   Light    : #F9F6F1
   Text     : #4A4A4A
   ========================================================== */


/* ---------- Main Container ---------- */

.jehd-ethics-page,
.jehd-ethics-page * {
    box-sizing: border-box;
}

.jehd-ethics-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 45px 20px 70px;
    color: #4a4a4a;
}


/* ---------- Main Title ---------- */

.jehd-ethics-title {
    text-align: center;
    color: #5B1824;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 42px;
    padding-bottom: 17px;
    position: relative;
    line-height: 1.3;
}

.jehd-ethics-title::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #B08D57;
    border-radius: 20px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}


/* ---------- Introduction ---------- */

.jehd-ethics-intro {
    background: #F9F6F1;
    border-left: 6px solid #B08D57;
    border-radius: 14px;
    padding: 30px 34px;
    margin-bottom: 45px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.jehd-ethics-intro p {
    margin: 0 0 17px;
    font-size: 16px;
    line-height: 1.9;
    color: #4a4a4a;
}

.jehd-ethics-intro p:last-child {
    margin-bottom: 0;
}


/* ---------- Sections ---------- */

.jehd-ethics-section {
    margin-bottom: 45px;
}


/* ---------- Section Heading ---------- */

.jehd-ethics-heading {
    color: #5B1824;
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 11px;
    position: relative;
    line-height: 1.4;
}

.jehd-ethics-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 4px;
    background: #B08D57;
    border-radius: 10px;
}


/* ---------- Lead Text ---------- */

.jehd-ethics-lead {
    font-size: 16px;
    color: #555;
    margin: 0 0 18px;
    line-height: 1.7;
}


/* ---------- Ethics List ---------- */

.jehd-ethics-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.jehd-ethics-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 1.65;
    color: #4a4a4a;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.045);
    transition: all 0.25s ease;
}

.jehd-ethics-list li:hover {
    transform: translateX(5px);
    border-color: #e2d3bd;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}


/* ---------- Check Icon ---------- */

.jehd-ethics-check {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    background: #5B1824;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}


/* ---------- Table Wrapper ---------- */

.jehd-ethics-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
}


/* ---------- Table ---------- */

.jehd-ethics-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 650px;
}


/* Table Header */

.jehd-ethics-table thead th {
    background: #5B1824;
    color: #fff;
    padding: 17px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    border: none;
}


/* Table Body */

.jehd-ethics-table tbody td {
    padding: 17px 20px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    vertical-align: middle;
}


/* First Column */

.jehd-ethics-table tbody td:first-child {
    width: 32%;
    color: #5B1824;
    font-weight: 600;
}


/* Alternating Rows */

.jehd-ethics-table tbody tr:nth-child(even) {
    background: #F9F6F1;
}


/* Hover */

.jehd-ethics-table tbody tr {
    transition: background 0.2s ease;
}

.jehd-ethics-table tbody tr:hover {
    background: #f3e9dc;
}


/* Last Row */

.jehd-ethics-table tbody tr:last-child td {
    border-bottom: none;
}


/* ---------- Editorial Board Box ---------- */

.jehd-ethics-editorial {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #F9F6F1;
    border-left: 6px solid #5B1824;
    border-radius: 14px;
    padding: 28px 30px;
    margin-top: 10px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}


/* Editorial Icon */

.jehd-ethics-editorial-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #5B1824;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}


/* Editorial Content */

.jehd-ethics-editorial-content {
    flex: 1;
}

.jehd-ethics-editorial-content .jehd-ethics-heading {
    margin-bottom: 13px;
}

.jehd-ethics-editorial-content p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.85;
    color: #555;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */


/* ---------- Tablet ---------- */

@media (max-width: 767px) {

    .jehd-ethics-page {
        padding: 35px 18px 55px;
    }

    .jehd-ethics-title {
        font-size: 29px;
        margin-bottom: 32px;
    }

    .jehd-ethics-intro {
        padding: 24px 22px;
        margin-bottom: 35px;
    }

    .jehd-ethics-intro p {
        font-size: 15px;
        line-height: 1.8;
    }

    .jehd-ethics-heading {
        font-size: 23px;
    }

    .jehd-ethics-list li {
        padding: 14px 15px;
        font-size: 14.5px;
    }

    .jehd-ethics-editorial {
        padding: 23px 20px;
        gap: 14px;
    }

    .jehd-ethics-editorial-icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .jehd-ethics-editorial-content p {
        font-size: 14.5px;
    }
}


/* ---------- Mobile ---------- */

@media (max-width: 480px) {

    .jehd-ethics-page {
        padding: 28px 14px 45px;
    }

    .jehd-ethics-title {
        font-size: 25px;
    }

    .jehd-ethics-intro {
        padding: 20px 18px;
        border-left-width: 4px;
    }

    .jehd-ethics-intro p {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .jehd-ethics-heading {
        font-size: 21px;
    }

    .jehd-ethics-list {
        gap: 9px;
    }

    .jehd-ethics-list li {
        align-items: flex-start;
        padding: 13px;
        gap: 11px;
    }

    .jehd-ethics-check {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
        font-size: 11px;
        margin-top: 1px;
    }

    .jehd-ethics-table {
        min-width: 600px;
    }

    .jehd-ethics-table thead th,
    .jehd-ethics-table tbody td {
        padding: 13px 14px;
        font-size: 13.5px;
    }

    .jehd-ethics-editorial {
        flex-direction: column;
        padding: 21px 18px;
    }

    .jehd-ethics-editorial-content p {
        font-size: 14px;
        line-height: 1.75;
    }

}

/* ==========================================================
   JEHD PUBLICATION FREQUENCY
   Scoped to .jehd-frequency-page

   Palette:
   Primary : #5B1824
   Accent  : #B08D57
   Light   : #F9F6F1
   Text    : #4A4A4A
   ========================================================== */


/* ---------- Base ---------- */

.jehd-frequency-page,
.jehd-frequency-page * {
    box-sizing: border-box;
}

.jehd-frequency-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 45px 20px 70px;
    color: #4a4a4a;
}


/* ---------- Main Title ---------- */

.jehd-frequency-title {
    text-align: center;
    color: #5B1824;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 42px;
    padding-bottom: 17px;
    position: relative;
    line-height: 1.3;
}

.jehd-frequency-title::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #B08D57;
    border-radius: 20px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}


/* ---------- Introduction ---------- */

.jehd-frequency-intro {
    background: #F9F6F1;
    border-left: 6px solid #B08D57;
    border-radius: 14px;
    padding: 30px 34px;
    margin-bottom: 45px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
}

.jehd-frequency-intro p {
    margin: 0 0 17px;
    font-size: 16px;
    line-height: 1.9;
    color: #4a4a4a;
}

.jehd-frequency-intro p:last-child {
    margin-bottom: 0;
}


/* ---------- Sections ---------- */

.jehd-frequency-section {
    margin-bottom: 45px;
}


/* ---------- Headings ---------- */

.jehd-frequency-heading {
    color: #5B1824;
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 11px;
    position: relative;
    line-height: 1.4;
}

.jehd-frequency-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 4px;
    background: #B08D57;
    border-radius: 10px;
}


/* ==========================================================
   PUBLICATION MODEL TABLE
   ========================================================== */

.jehd-frequency-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .07);
}

.jehd-frequency-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    background: #fff;
}


/* Header */

.jehd-frequency-table thead th {
    background: #5B1824;
    color: #fff;
    padding: 17px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
}


/* Cells */

.jehd-frequency-table tbody td {
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    vertical-align: middle;
}


/* First Column */

.jehd-frequency-table tbody td:first-child {
    width: 32%;
    color: #5B1824;
    font-weight: 600;
}


/* Alternating */

.jehd-frequency-table tbody tr:nth-child(even) {
    background: #F9F6F1;
}


/* Hover */

.jehd-frequency-table tbody tr {
    transition: background .2s ease;
}

.jehd-frequency-table tbody tr:hover {
    background: #f3e9dc;
}


/* Last Row */

.jehd-frequency-table tbody tr:last-child td {
    border-bottom: none;
}


/* ==========================================================
   SPECIAL ISSUE THEMES
   ========================================================== */

.jehd-frequency-themes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.jehd-frequency-theme {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 11px;
    padding: 17px 19px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .045);
    transition: all .25s ease;
}

.jehd-frequency-theme:hover {
    transform: translateY(-3px);
    border-color: #dfcdb4;
    box-shadow: 0 9px 20px rgba(0, 0, 0, .08);
}


/* Number */

.jehd-frequency-theme span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #5B1824;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}


/* Theme Text */

.jehd-frequency-theme p {
    margin: 0;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}


/* ==========================================================
   SPECIAL ISSUE PROCESS
   ========================================================== */

.jehd-frequency-process {
    margin-top: 10px;
}

.jehd-frequency-process-intro {
    background: #F9F6F1;
    border-left: 5px solid #B08D57;
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 30px;
}

.jehd-frequency-process-intro p {
    margin: 0 0 14px;
    font-size: 15.5px;
    line-height: 1.85;
    color: #555;
}

.jehd-frequency-process-intro p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   PROCESS STEPS
   ========================================================== */

.jehd-frequency-steps {
    position: relative;
    margin-top: 10px;
}


/* Vertical Line */

.jehd-frequency-steps::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    background: #e5d9c9;
}


/* Step */

.jehd-frequency-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 18px;
}


/* Number */

.jehd-frequency-step-number {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #5B1824;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(91, 24, 36, .2);
}


/* Step Content */

.jehd-frequency-step-content {
    flex: 1;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px 22px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .045);
    transition: all .25s ease;
}

.jehd-frequency-step-content:hover {
    transform: translateX(4px);
    box-shadow: 0 9px 22px rgba(0, 0, 0, .08);
    border-color: #dfcdb4;
}


/* Step Heading */

.jehd-frequency-step-content h3 {
    margin: 0 0 7px;
    color: #5B1824;
    font-size: 17px;
    font-weight: 700;
}


/* Step Paragraph */

.jehd-frequency-step-content p {
    margin: 0;
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}


/* Last Step */

.jehd-frequency-step-last {
    margin-bottom: 0;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 767px) {

    .jehd-frequency-page {
        padding: 35px 18px 55px;
    }

    .jehd-frequency-title {
        font-size: 29px;
        margin-bottom: 32px;
    }

    .jehd-frequency-intro {
        padding: 24px 22px;
        margin-bottom: 35px;
    }

    .jehd-frequency-intro p {
        font-size: 15px;
        line-height: 1.8;
    }

    .jehd-frequency-heading {
        font-size: 23px;
    }

    .jehd-frequency-themes {
        grid-template-columns: 1fr;
    }

    .jehd-frequency-process-intro {
        padding: 21px 22px;
    }

    .jehd-frequency-step {
        gap: 14px;
    }

    .jehd-frequency-step-number {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        font-size: 11px;
    }

    .jehd-frequency-steps::before {
        left: 20px;
    }

    .jehd-frequency-step-content {
        padding: 16px 18px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 480px) {

    .jehd-frequency-page {
        padding: 28px 14px 45px;
    }

    .jehd-frequency-title {
        font-size: 25px;
    }

    .jehd-frequency-intro {
        padding: 20px 18px;
        border-left-width: 4px;
    }

    .jehd-frequency-intro p {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .jehd-frequency-heading {
        font-size: 21px;
    }

    .jehd-frequency-theme {
        padding: 14px;
        gap: 12px;
    }

    .jehd-frequency-theme span {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        font-size: 10px;
    }

    .jehd-frequency-theme p {
        font-size: 14px;
    }

    .jehd-frequency-table {
        min-width: 600px;
    }

    .jehd-frequency-table thead th,
    .jehd-frequency-table tbody td {
        padding: 13px 14px;
        font-size: 13.5px;
    }

    .jehd-frequency-process-intro {
        padding: 19px 18px;
    }

    .jehd-frequency-process-intro p {
        font-size: 14px;
    }

    .jehd-frequency-step {
        gap: 11px;
    }

    .jehd-frequency-step-number {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 9px;
    }

    .jehd-frequency-steps::before {
        left: 17px;
    }

    .jehd-frequency-step-content {
        padding: 14px 15px;
    }

    .jehd-frequency-step-content h3 {
        font-size: 15px;
    }

    .jehd-frequency-step-content p {
        font-size: 13.5px;
        line-height: 1.7;
    }

}

/* ==========================================================
   JEHD ARCHIVING & PRESERVATION POLICY
   Scoped to .jehd-archive-page

   Palette:
   Primary: #5B1824
   Accent:  #B08D57
   Light:   #F9F6F1
   ========================================================== */


/* ---------- Base ---------- */

.jehd-archive-page,
.jehd-archive-page * {
    box-sizing: border-box;
}

.jehd-archive-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 45px 20px 70px;
    color: #444;
}


/* ---------- Main Title ---------- */

.jehd-archive-title {
    text-align: center;
    color: #5B1824;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 42px;
    padding-bottom: 17px;
    position: relative;
}

.jehd-archive-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background: #B08D57;
    border-radius: 20px;
}


/* ---------- Introduction ---------- */

.jehd-archive-intro {
    background: #F9F6F1;
    border-left: 6px solid #B08D57;
    border-radius: 14px;
    padding: 30px 34px;
    margin-bottom: 45px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.jehd-archive-intro p {
    margin: 0 0 16px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.9;
}

.jehd-archive-intro p:last-child {
    margin-bottom: 0;
}


/* ---------- Sections ---------- */

.jehd-archive-section {
    margin-bottom: 45px;
}

.jehd-archive-heading {
    color: #5B1824;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 20px;
    padding-bottom: 11px;
    position: relative;
}

.jehd-archive-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 4px;
    background: #B08D57;
    border-radius: 10px;
}

.jehd-archive-lead {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 18px;
}


/* ---------- Archiving List ---------- */

.jehd-archive-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.jehd-archive-list li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 17px 19px;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.65;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.jehd-archive-list li:hover {
    transform: translateY(-3px);
    border-color: rgba(176, 141, 87, 0.45);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.09);
}


/* Check icon */

.jehd-archive-check {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5B1824;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    margin-top: 1px;
}


/* ---------- Table ---------- */

.jehd-archive-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
}

.jehd-archive-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 600px;
}


/* Table Header */

.jehd-archive-table thead th {
    background: #5B1824;
    color: #fff;
    padding: 17px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
}


/* Table Body */

.jehd-archive-table tbody td {
    padding: 17px 20px;
    border-bottom: 1px solid #eee;
    color: #555;
    font-size: 15px;
    line-height: 1.65;
    vertical-align: top;
}

.jehd-archive-table tbody tr:last-child td {
    border-bottom: none;
}

.jehd-archive-table tbody tr:nth-child(even) {
    background: #F9F6F1;
}

.jehd-archive-table tbody tr {
    transition: background 0.2s ease;
}

.jehd-archive-table tbody tr:hover {
    background: #f4ede2;
}

.jehd-archive-table tbody td:first-child {
    width: 38%;
    color: #5B1824;
}


/* ---------- Long-Term Accessibility ---------- */

.jehd-archive-access {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #F9F6F1;
    border-left: 6px solid #5B1824;
    border-radius: 14px;
    padding: 28px 30px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.jehd-archive-access-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5B1824;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 700;
}

.jehd-archive-access-content {
    flex: 1;
}

.jehd-archive-access-content h2 {
    color: #5B1824;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 13px;
}

.jehd-archive-access-content p {
    color: #555;
    font-size: 15.5px;
    line-height: 1.85;
    margin: 0 0 13px;
}

.jehd-archive-access-content p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 800px) {

    .jehd-archive-page {
        padding: 35px 18px 55px;
    }

    .jehd-archive-title {
        font-size: 32px;
        margin-bottom: 35px;
    }

    .jehd-archive-list {
        grid-template-columns: 1fr;
    }

    .jehd-archive-intro {
        padding: 25px 24px;
    }

}


@media (max-width: 600px) {

    .jehd-archive-page {
        padding: 30px 15px 45px;
    }

    .jehd-archive-title {
        font-size: 27px;
    }

    .jehd-archive-heading {
        font-size: 23px;
    }

    .jehd-archive-intro {
        padding: 22px 20px;
        border-left-width: 4px;
    }

    .jehd-archive-intro p {
        font-size: 15px;
        line-height: 1.8;
    }

    .jehd-archive-list li {
        padding: 15px;
        font-size: 14.5px;
    }

    .jehd-archive-access {
        padding: 22px 20px;
        gap: 14px;
        border-left-width: 4px;
    }

    .jehd-archive-access-icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .jehd-archive-access-content h2 {
        font-size: 21px;
    }

    .jehd-archive-access-content p {
        font-size: 14.5px;
    }

}


@media (max-width: 420px) {

    .jehd-archive-title {
        font-size: 24px;
    }

    .jehd-archive-heading {
        font-size: 21px;
    }

    .jehd-archive-intro {
        padding: 20px 17px;
    }

    .jehd-archive-list li {
        gap: 10px;
    }

    .jehd-archive-check {
        flex-basis: 22px;
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .jehd-archive-access {
        flex-direction: column;
    }

}

/* ==========================================================
   JEHD ISSUE VIEW PAGE
   Scoped to the OJS issue page
   Palette:
   Primary: #5B1824
   Accent:  #B08D57
   Light:   #F9F6F1
   ========================================================== */


/* ==========================================================
   BREADCRUMBS
   ========================================================== */

.cmp_breadcrumbs {
    max-width: 1100px;
    margin: 25px auto 10px;
    padding: 0 20px;
}

.cmp_breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.cmp_breadcrumbs li {
    display: inline-flex;
    align-items: center;
    color: #777;
}

.cmp_breadcrumbs a {
    color: #5B1824;
    text-decoration: none;
    font-weight: 600;
    transition: color .2s ease;
}

.cmp_breadcrumbs a:hover {
    color: #B08D57;
}

.cmp_breadcrumbs .separator {
    margin: 0 7px;
    color: #B08D57;
}

.cmp_breadcrumbs .current {
    color: #666;
}

.cmp_breadcrumbs .current span {
    color: #666;
}


/* ==========================================================
   ISSUE PAGE CONTAINER
   ========================================================== */

.page_issue {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 20px 70px;
}


/* ==========================================================
   ISSUE HEADING AREA
   ========================================================== */

.page_issue .heading {
    display: grid;
    grid-template-columns: 250px 1fr;
    column-gap: 40px;
    row-gap: 20px;
    align-items: start;

    background: #F9F6F1;
    border-left: 6px solid #B08D57;
    border-radius: 14px;
    padding: 32px;
    margin-bottom: 45px;

    box-shadow: 0 10px 28px rgba(0,0,0,.07);
}


/* ==========================================================
   ISSUE COVER
   ========================================================== */

.page_issue .heading .cover {
    grid-row: span 2;
    text-align: center;
}

.page_issue .heading .cover img {
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 auto;

    border-radius: 8px;
    border: 1px solid #ddd;

    box-shadow:
        0 8px 22px rgba(0,0,0,.14);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.page_issue .heading .cover img:hover {
    transform: translateY(-4px);

    box-shadow:
        0 14px 30px rgba(0,0,0,.18);
}


/* ==========================================================
   ISSUE DESCRIPTION
   ========================================================== */

.page_issue .heading .description {
    padding-top: 5px;
}

.page_issue .heading .description p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.9;
}


/* ==========================================================
   PUBLISHED INFORMATION
   ========================================================== */

.page_issue .heading .published {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 5px;
    padding-top: 18px;

    border-top: 1px solid #e2d8ca;
}

.page_issue .heading .published .label {
    color: #5B1824;
    font-size: 14px;
    font-weight: 700;
}

.page_issue .heading .published .value {
    color: #666;
    font-size: 14px;
}


/* ==========================================================
   SECTIONS
   ========================================================== */

.page_issue .sections {
    margin-top: 10px;
}

.page_issue .section {
    margin-bottom: 40px;
}


/* ==========================================================
   ARTICLES HEADING
   ========================================================== */

.page_issue .section h2 {
    color: #5B1824;
    font-size: 28px;
    font-weight: 700;

    margin: 0 0 22px;
    padding-bottom: 12px;

    position: relative;
}

.page_issue .section h2::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 55px;
    height: 4px;

    background: #B08D57;
    border-radius: 10px;
}


/* ==========================================================
   ARTICLE LIST
   ========================================================== */

.page_issue .cmp_article_list {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    gap: 15px;
}


/* ==========================================================
   ARTICLE CARD
   ========================================================== */

.page_issue .cmp_article_list > li {
    background: #fff;

    border: 1px solid #eee;
    border-left: 4px solid #B08D57;

    border-radius: 10px;

    padding: 22px 25px;

    box-shadow: 0 5px 18px rgba(0,0,0,.05);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.page_issue .cmp_article_list > li:hover {
    transform: translateY(-3px);

    border-left-color: #5B1824;

    box-shadow:
        0 12px 25px rgba(0,0,0,.09);
}


/* ==========================================================
   ARTICLE TITLE
   ========================================================== */

.page_issue .cmp_article_list .title {
    margin: 0 0 10px;
}

.page_issue .cmp_article_list .title a {
    color: #5B1824;

    font-size: 20px;
    font-weight: 700;

    line-height: 1.5;

    text-decoration: none;

    transition: color .2s ease;
}

.page_issue .cmp_article_list .title a:hover {
    color: #B08D57;
}


/* ==========================================================
   ARTICLE META
   ========================================================== */

.page_issue .cmp_article_list .meta {
    margin-top: 8px;
}

.page_issue .cmp_article_list .authors {
    color: #777;

    font-size: 14px;
    line-height: 1.6;
}


/* ==========================================================
   GALLEYS
   ========================================================== */

.page_issue .galleys_links {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin: 14px 0 0;
    padding: 0;

    list-style: none;
}

.page_issue .galleys_links a {
    display: inline-block;

    background: #5B1824;
    color: #fff;

    padding: 7px 14px;

    border-radius: 6px;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition:
        background .2s ease,
        transform .2s ease;
}

.page_issue .galleys_links a:hover {
    background: #B08D57;
    color: #fff;

    transform: translateY(-1px);
}


/* ==========================================================
   ARTICLE NUMBER / SMALL DETAILS
   ========================================================== */

.page_issue .cmp_article_list .title + .meta {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}


/* ==========================================================
   RESPONSIVE — TABLET
   ========================================================== */

@media (max-width: 800px) {

    .page_issue {
        padding: 15px 18px 55px;
    }

    .cmp_breadcrumbs {
        padding: 0 18px;
    }

    .page_issue .heading {
        grid-template-columns: 190px 1fr;

        column-gap: 25px;

        padding: 25px;

        border-left-width: 5px;
    }

    .page_issue .heading .cover img {
        max-width: 190px;
    }

    .page_issue .section h2 {
        font-size: 25px;
    }

    .page_issue .cmp_article_list .title a {
        font-size: 18px;
    }
}


/* ==========================================================
   RESPONSIVE — MOBILE
   ========================================================== */

@media (max-width: 600px) {

    .cmp_breadcrumbs {
        margin-top: 18px;
        padding: 0 15px;
    }

    .cmp_breadcrumbs ol {
        font-size: 12.5px;
        line-height: 1.7;
    }

    .cmp_breadcrumbs .separator {
        margin: 0 4px;
    }


    .page_issue {
        padding: 10px 15px 45px;
    }


    /* Issue header becomes vertical */

    .page_issue .heading {
        display: flex;
        flex-direction: column;

        padding: 22px 18px;

        border-left-width: 4px;

        border-radius: 12px;

        margin-bottom: 35px;
    }


    /* Cover */

    .page_issue .heading .cover {
        width: 100%;
        order: 1;
    }

    .page_issue .heading .cover img {
        width: auto;
        max-width: 210px;
        max-height: 300px;
    }


    /* Description */

    .page_issue .heading .description {
        order: 2;
        width: 100%;
        padding-top: 5px;
    }

    .page_issue .heading .description p {
        font-size: 15px;
        line-height: 1.8;
    }


    /* Published */

    .page_issue .heading .published {
        order: 3;
        width: 100%;

        padding-top: 14px;
    }


    /* Articles */

    .page_issue .section h2 {
        font-size: 23px;
    }

    .page_issue .cmp_article_list {
        gap: 12px;
    }

    .page_issue .cmp_article_list > li {
        padding: 18px 17px;
        border-left-width: 3px;
    }

    .page_issue .cmp_article_list .title a {
        font-size: 17px;
        line-height: 1.5;
    }

    .page_issue .cmp_article_list .authors {
        font-size: 13px;
    }
}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 400px) {

    .page_issue .heading {
        padding: 18px 15px;
    }

    .page_issue .heading .cover img {
        max-width: 180px;
    }

    .page_issue .section h2 {
        font-size: 21px;
    }

    .page_issue .cmp_article_list > li {
        padding: 16px 14px;
    }

    .page_issue .cmp_article_list .title a {
        font-size: 16px;
    }

}

/* ==========================================================
   JEHD ISSUE VIEW PAGE
   Scoped to the OJS issue page
   Palette:
   Primary  #5B1824
   Accent   #B08D57
   Light    #F9F6F1
   Text     #444
   ========================================================== */


/* ----------------------------------------------------------
   PAGE CONTAINER
   ---------------------------------------------------------- */

.page_issue,
.page_issue * {
    box-sizing: border-box;
}

.page_issue {
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px 20px 70px;
}


/* ----------------------------------------------------------
   BREADCRUMBS
   ---------------------------------------------------------- */

.page_issue .cmp_breadcrumbs {
    margin: 0 0 30px;
}

.page_issue .cmp_breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.page_issue .cmp_breadcrumbs li {
    display: flex;
    align-items: center;
    color: #777;
}

.page_issue .cmp_breadcrumbs a {
    color: #5B1824;
    text-decoration: none;
    font-weight: 600;
    transition: color .2s ease;
}

.page_issue .cmp_breadcrumbs a:hover {
    color: #B08D57;
}

.page_issue .cmp_breadcrumbs .separator {
    margin-left: 7px;
    color: #B08D57;
}

.page_issue .cmp_breadcrumbs .current {
    color: #777;
}


/* ----------------------------------------------------------
   ISSUE HEADING AREA
   ---------------------------------------------------------- */

.page_issue .heading {
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-template-areas:
        "cover description"
        "cover published";

    gap: 25px 35px;

    background: #F9F6F1;
    border-radius: 16px;
    padding: 30px;

    border-left: 6px solid #B08D57;

    box-shadow: 0 10px 28px rgba(0, 0, 0, .07);

    margin-bottom: 45px;
}


/* ----------------------------------------------------------
   ISSUE COVER
   ---------------------------------------------------------- */

.page_issue .heading .cover {
    grid-area: cover;

    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.page_issue .heading .cover img {
    width: 100%;
    max-width: 230px;
    height: auto;

    display: block;

    border-radius: 8px;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .16);

    border: 1px solid rgba(91, 24, 36, .12);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.page_issue .heading .cover img:hover {
    transform: translateY(-4px);

    box-shadow:
        0 15px 30px rgba(0, 0, 0, .20);
}


/* ----------------------------------------------------------
   ISSUE DESCRIPTION
   ---------------------------------------------------------- */

.page_issue .heading .description {
    grid-area: description;

    align-self: end;

    background: #fff;

    padding: 25px 28px;

    border-radius: 12px;

    border: 1px solid #eee;

    box-shadow: 0 5px 18px rgba(0, 0, 0, .04);
}

.page_issue .heading .description p {
    margin: 0;

    color: #4a4a4a;

    font-size: 16px;

    line-height: 1.85;
}


/* ----------------------------------------------------------
   PUBLISHED DATE
   ---------------------------------------------------------- */

.page_issue .heading .published {
    grid-area: published;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 14px 18px;

    background: #fff;

    border-radius: 9px;

    border-left: 4px solid #5B1824;

    color: #555;

    font-size: 14px;
}

.page_issue .heading .published .label {
    color: #5B1824;
    font-weight: 700;
}

.page_issue .heading .published .value {
    color: #555;
}


/* ----------------------------------------------------------
   ARTICLES SECTION
   ---------------------------------------------------------- */

.page_issue .sections {
    margin-top: 10px;
}

.page_issue .section h2 {
    position: relative;

    color: #5B1824;

    font-size: 28px;
    font-weight: 700;

    margin: 0 0 25px;

    padding-bottom: 12px;
}

.page_issue .section h2::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 60px;
    height: 4px;

    background: #B08D57;

    border-radius: 20px;
}


/* ----------------------------------------------------------
   ARTICLE LIST
   ---------------------------------------------------------- */

.page_issue .cmp_article_list.articles {
    list-style: none;

    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;

    gap: 16px;
}


/* ----------------------------------------------------------
   ARTICLE CARD
   ---------------------------------------------------------- */

.page_issue .cmp_article_list.articles > li {
    background: #fff;

    border: 1px solid #eee;

    border-left: 4px solid #B08D57;

    border-radius: 12px;

    padding: 22px 25px;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, .05);

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.page_issue .cmp_article_list.articles > li:hover {
    transform: translateX(5px);

    border-left-color: #5B1824;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .09);
}


/* ----------------------------------------------------------
   ARTICLE TITLE
   ---------------------------------------------------------- */

.page_issue .cmp_article_list .title {
    margin: 0 0 10px;
}

.page_issue .cmp_article_list .title a {
    color: #5B1824;

    font-size: 19px;
    font-weight: 700;

    line-height: 1.5;

    text-decoration: none;

    transition: color .2s ease;
}

.page_issue .cmp_article_list .title a:hover {
    color: #B08D57;
}


/* ----------------------------------------------------------
   ARTICLE META
   ---------------------------------------------------------- */

.page_issue .cmp_article_list .meta {
    margin-top: 5px;
}

.page_issue .cmp_article_list .authors {
    color: #666;

    font-size: 14px;

    line-height: 1.6;
}

.page_issue .cmp_article_list .authors::before {
    content: "Author: ";

    color: #5B1824;
    font-weight: 700;
}


/* ----------------------------------------------------------
   GALLEY LINKS
   ---------------------------------------------------------- */

.page_issue .cmp_article_list .galleys_links {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    list-style: none;

    margin: 14px 0 0;
    padding: 0;
}

.page_issue .cmp_article_list .galleys_links li {
    margin: 0;
}

.page_issue .cmp_article_list .galleys_links a {
    display: inline-block;

    background: #5B1824;
    color: #fff;

    padding: 7px 14px;

    border-radius: 6px;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition:
        background .2s ease,
        transform .2s ease;
}

.page_issue .cmp_article_list .galleys_links a:hover {
    background: #B08D57;

    transform: translateY(-2px);
}


/* ----------------------------------------------------------
   EMPTY ARTICLE STATE
   ---------------------------------------------------------- */

.page_issue .sections .section:empty {
    display: none;
}


/* ----------------------------------------------------------
   TABLET
   ---------------------------------------------------------- */

@media (max-width: 768px) {

    .page_issue {
        padding: 20px 16px 55px;
    }

    .page_issue .heading {
        grid-template-columns: 180px 1fr;

        gap: 20px;

        padding: 24px;

        border-left-width: 5px;
    }

    .page_issue .heading .cover img {
        max-width: 180px;
    }

    .page_issue .heading .description {
        padding: 20px;
    }

    .page_issue .heading .description p {
        font-size: 15px;
    }

    .page_issue .section h2 {
        font-size: 25px;
    }

    .page_issue .cmp_article_list .title a {
        font-size: 18px;
    }

}


/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media (max-width: 600px) {

    .page_issue {
        padding: 15px 12px 45px;
    }


    /* Breadcrumb */

    .page_issue .cmp_breadcrumbs ol {
        font-size: 13px;
        line-height: 1.6;
    }


    /* Issue header */

    .page_issue .heading {
        display: flex;
        flex-direction: column;

        gap: 20px;

        padding: 20px;

        border-left: 4px solid #B08D57;

        border-radius: 12px;
    }


    /* Cover */

    .page_issue .heading .cover {
        width: 100%;
    }

    .page_issue .heading .cover img {
        width: 180px;
        max-width: 80%;

        margin: 0 auto;
    }


    /* Description */

    .page_issue .heading .description {
        width: 100%;

        padding: 18px 19px;
    }

    .page_issue .heading .description p {
        font-size: 15px;
        line-height: 1.75;
    }


    /* Published */

    .page_issue .heading .published {
        width: 100%;

        padding: 12px 15px;

        font-size: 13px;
    }


    /* Section heading */

    .page_issue .section h2 {
        font-size: 23px;

        margin-bottom: 20px;
    }


    /* Article cards */

    .page_issue .cmp_article_list.articles {
        gap: 12px;
    }

    .page_issue .cmp_article_list.articles > li {
        padding: 18px 17px;

        border-left-width: 3px;

        border-radius: 10px;
    }

    .page_issue .cmp_article_list .title a {
        font-size: 17px;

        line-height: 1.5;
    }

    .page_issue .cmp_article_list .authors {
        font-size: 13px;
    }

}


/* ----------------------------------------------------------
   SMALL MOBILE
   ---------------------------------------------------------- */

@media (max-width: 400px) {

    .page_issue .heading {
        padding: 16px;
    }

    .page_issue .heading .cover img {
        width: 155px;
    }

    .page_issue .section h2 {
        font-size: 21px;
    }

    .page_issue .cmp_article_list .title a {
        font-size: 16px;
    }

}


/* ==========================================================
   JEHD LOGIN PAGE */

.page.page_login {
    max-width: 760px;
    margin: 0 auto;
    padding: 25px 20px 70px;
    box-sizing: border-box;
}

.page.page_login *,
.page.page_login *::before,
.page.page_login *::after {
    box-sizing: border-box;
}


/* ---------- Breadcrumb ---------- */

.page.page_login .cmp_breadcrumbs {
    margin: 0 0 30px;
    padding: 0;
}

.page.page_login .cmp_breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page.page_login .cmp_breadcrumbs li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #777;
}

.page.page_login .cmp_breadcrumbs a {
    color: #5B1824;
    text-decoration: none;
    font-weight: 600;
    transition: color .2s ease;
}

.page.page_login .cmp_breadcrumbs a:hover {
    color: #B08D57;
}

.page.page_login .cmp_breadcrumbs .separator {
    color: #B08D57;
    margin-left: 6px;
}

.page.page_login .cmp_breadcrumbs .current {
    color: #777;
}
.page_login .login {
    max-width: 52em!important;
}




/* ---------- Main Heading ---------- */

.page.page_login > h1 {
    text-align: center;
    color: #5B1824;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 38px;
    padding-bottom: 15px;
    position: relative;
}

.page.page_login > h1::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 4px;
    background: #B08D57;
    border-radius: 10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* ---------- Required Fields Text ---------- */

.page.page_login > p {
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 auto 25px;
}

.page.page_login abbr.required {
    color: #5B1824;
    text-decoration: none;
    font-weight: 700;
}


/* ==========================================================
   LOGIN FORM
   ========================================================== */

.page.page_login form.cmp_form.login {
    background: #fff;
    border: 1px solid #eee7df;
    border-top: 5px solid #5B1824;
    border-radius: 14px;
    padding: 38px 42px 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}


/* ---------- Fieldset ---------- */

.page.page_login form.login fieldset.fields {
    border: 0;
    margin: 0;
    padding: 0;
}


/* ---------- Username + Password ---------- */

.page.page_login form.login .username,
.page.page_login form.login .password {
    margin-bottom: 24px;
}

.page.page_login form.login .username label,
.page.page_login form.login .password label {
    display: block;
}


/* ---------- Field Labels ---------- */

.page.page_login form.login .label {
    display: block;
    color: #5B1824;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 9px;
}

.page.page_login form.login .required {
    color: #B08D57;
    font-weight: 700;
}


/* ---------- Inputs ---------- */

.page.page_login form.login input[type="text"],
.page.page_login form.login input[type="password"] {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 15px;
    border: 1px solid #ddd5cc;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 15px;
    outline: none;
    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


/* Input Hover */

.page.page_login form.login input[type="text"]:hover,
.page.page_login form.login input[type="password"]:hover {
    border-color: #cbb99e;
}


/* Input Focus */

.page.page_login form.login input[type="text"]:focus,
.page.page_login form.login input[type="password"]:focus {
    border-color: #B08D57;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(176, 141, 87, .14);
}


/* ---------- Password Link ---------- */

.page.page_login form.login .password label {
    position: relative;
}

.page.page_login form.login .password a {
    display: inline-block;
    margin-top: 9px;
    color: #5B1824;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}

.page.page_login form.login .password a:hover {
    color: #B08D57;
    text-decoration: underline;
}


/* ==========================================================
   REMEMBER CHECKBOX
   ========================================================== */

.page.page_login form.login .remember {
    margin: 5px 0 30px;
}

.page.page_login form.login .remember label {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
}

.page.page_login form.login .remember input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #5B1824;
    cursor: pointer;
}

.page.page_login form.login .remember .label {
    display: inline;
    margin: 0;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}


/* ==========================================================
   BUTTON AREA
   ========================================================== */

.page.page_login form.login .buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 5px;
}


/* ---------- Login Button ---------- */

.page.page_login form.login button.submit {
    flex: 1;
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    padding: 12px 22px;
    background: #5B1824;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.page.page_login form.login button.submit:hover {
    background: #7b2636;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(91, 24, 36, .22);
}

.page.page_login form.login button.submit:active {
    transform: translateY(0);
}


/* ---------- Register Button ---------- */

.page.page_login form.login a.register {
    flex: 1;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid #B08D57;
    border-radius: 8px;
    background: #fff;
    color: #5B1824;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.page.page_login form.login a.register:hover {
    background: #B08D57;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(176, 141, 87, .2);
}


/* ==========================================================
   SCREEN READER
   ========================================================== */

.page.page_login .pkp_screen_reader {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 768px) {

    .page.page_login {
        padding: 20px 18px 55px;
    }

    .page.page_login > h1 {
        font-size: 31px;
        margin-bottom: 32px;
    }

    .page.page_login form.cmp_form.login {
        padding: 32px 30px 35px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 600px) {

    .page.page_login {
        padding: 15px 15px 45px;
    }

    .page.page_login .cmp_breadcrumbs {
        margin-bottom: 24px;
    }

    .page.page_login .cmp_breadcrumbs li {
        font-size: 13px;
    }

    .page.page_login > h1 {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .page.page_login > p {
        font-size: 13px;
        margin-bottom: 22px;
    }

    .page.page_login form.cmp_form.login {
        padding: 28px 20px 30px;
        border-radius: 12px;
    }

    .page.page_login form.login .username,
    .page.page_login form.login .password {
        margin-bottom: 21px;
    }

    .page.page_login form.login input[type="text"],
    .page.page_login form.login input[type="password"] {
        height: 48px;
        font-size: 14px;
    }

    .page.page_login form.login .buttons {
        flex-direction: column;
        gap: 12px;
    }

    .page.page_login form.login button.submit,
    .page.page_login form.login a.register {
        width: 100%;
        flex: none;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 400px) {

    .page.page_login {
        padding-left: 12px;
        padding-right: 12px;
    }

    .page.page_login > h1 {
        font-size: 25px;
    }

    .page.page_login form.cmp_form.login {
        padding: 24px 16px 26px;
    }

    .page.page_login form.login .label {
        font-size: 14px;
    }

}


/* =========================================================
   JEHD SEARCH PAGE — 
   ========================================================= */

.page_search,
.page_search * {
    box-sizing: border-box;
}

/* Main search page */
.page_search {
    max-width: 100%;
    margin: 0 auto;
}

/* ---------------------------------------------------------
   Breadcrumb
   --------------------------------------------------------- */

.page_search .cmp_breadcrumbs {
    margin-bottom: 25px;
}

.page_search .cmp_breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page_search .cmp_breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.page_search .cmp_breadcrumbs a {
    color: #5B1824;
    text-decoration: none;
    font-weight: 600;
}

.page_search .cmp_breadcrumbs .separator {
    color: #B08D57;
}

.page_search .cmp_breadcrumbs .current {
    color: #666;
}


/* ---------------------------------------------------------
   Page Heading
   --------------------------------------------------------- */

.page_search > h1 {
    color: #5B1824;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 30px;
    padding-bottom: 12px;
    border-bottom: 3px solid #B08D57;
}


/* ---------------------------------------------------------
   Search Form
   --------------------------------------------------------- */

.page_search form.cmp_form {
    width: 100%;
    margin: 0;
}


/* Main search input */

.page_search .search_input {
    width: 100%;
    margin-bottom: 28px;
}

.page_search .search_input input.query {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    background: #fff;
    color: #333;
    font-size: 16px;
    outline: none;
}

.page_search .search_input input.query:focus {
    border-color: #B08D57;
    box-shadow: 0 0 0 2px rgba(176, 141, 87, 0.12);
}


/* ---------------------------------------------------------
   Advanced Filters
   --------------------------------------------------------- */

.page_search .search_advanced {
    width: 100%;
    margin: 0;
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.page_search .search_advanced > legend {
    padding: 0 10px;
    color: #5B1824;
    font-size: 20px;
    font-weight: 700;
}


/* ---------------------------------------------------------
   Date Range
   --------------------------------------------------------- */

.page_search .date_range {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    width: 100%;
    margin-bottom: 24px;
}


/* Published After / Before boxes */

.page_search .date_range > .from,
.page_search .date_range > .to {
    min-width: 0;
}

.page_search .date_range > .from > fieldset,
.page_search .date_range > .to > fieldset {
    height: 100%;
    margin: 0;
    padding: 18px;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    background: #fafafa;
}


/* Date box heading */

.page_search .date_range fieldset > legend {
    padding: 0 6px;
    color: #5B1824;
    font-size: 16px;
    font-weight: 700;
}


/* Each Year / Month / Day field */

.page_search .date_range fieldset label {
    display: block;
    margin: 0 0 6px;
    color: #555;
    font-size: 13px;
    font-weight: 600;
}


/* Selects */

.page_search .date_range select {
    width: 100%;
    height: 42px;
    margin: 0 0 14px;
    padding: 0 10px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: #fff;
    color: #444;
    font-size: 14px;
}

.page_search .date_range select:focus {
    border-color: #B08D57;
    outline: none;
}


/* Remove margin from last select */

.page_search .date_range select:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   Author
   --------------------------------------------------------- */

.page_search .author {
    width: 100%;
    margin-top: 5px;
}

.page_search .author .label {
    display: block;
    margin-bottom: 7px;
    color: #5B1824;
    font-size: 15px;
    font-weight: 600;
}

.page_search .author input {
    width: 100%;
    height: 44px;
    padding: 0 13px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
}

.page_search .author input:focus {
    border-color: #B08D57;
    outline: none;
}


/* ---------------------------------------------------------
   Search Button
   --------------------------------------------------------- */

.page_search .submit {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 24px;
}

.page_search .submit button.submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 120px;
    height: 46px;
    padding: 0 25px;

    border: 0;
    border-radius: 6px;

    background: #5B1824;
    color: #fff;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
    transition: background .2s ease;
}


/* Remove any search icon added by existing theme CSS */

.page_search .submit button.submit::before,
.page_search .submit button.submit::after {
    display: none !important;
    content: none !important;
}

.page_search .submit button.submit:hover {
    background: #741f2e;
}


/* ---------------------------------------------------------
   Search Results
   --------------------------------------------------------- */

.page_search .search_results {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}


/* No Results */

.page_search .cmp_notification.notice {
    margin-top: 30px;
    padding: 18px 20px;

    border-left: 4px solid #B08D57;
    border-radius: 6px;

    background: #F9F6F1;
    color: #555;

    font-size: 15px;
}


/* ---------------------------------------------------------
   Responsive — Tablet
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .page_search > h1 {
        font-size: 32px;
    }

    .page_search .date_range {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

}


/* ---------------------------------------------------------
   Responsive — Mobile
   --------------------------------------------------------- */

@media (max-width: 600px) {

    .page_search > h1 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .page_search .search_advanced {
        padding: 18px;
    }

    .page_search .search_advanced > legend {
        font-size: 18px;
    }

    .page_search .date_range {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .page_search .date_range > .from > fieldset,
    .page_search .date_range > .to > fieldset {
        padding: 16px;
    }

    .page_search .search_input input.query {
        height: 48px;
    }

    .page_search .submit {
        justify-content: stretch;
    }

    .page_search .submit button.submit {
        width: 100%;
    }

}


/* ---------------------------------------------------------
   Very Small Screens
   --------------------------------------------------------- */

@media (max-width: 400px) {

    .page_search .search_advanced {
        padding: 15px;
    }

    .page_search .date_range > .from > fieldset,
    .page_search .date_range > .to > fieldset {
        padding: 14px;
    }

}