/* ==================================================
   JHQoL - COMPLETE CUSTOM CSS
   ================================================== */


/* ==================================================
   GENERAL
   ================================================== */

.pkp_brand_footer {
    display: none;
}

.pkp_footer_content {
    background-image: linear-gradient(to right, #F72FA0, #FAE3F0);
    text-align: center;
}

.pkp_site_name {
    display: none;
}

.pkp_navigation_primary_wrapper {
    padding-left: 10px;
}

.pkp_structure_main h2 {
    font-family: Gill Sans, sans-serif;
}

.pkp_structure_footer_wrapper {
    max-width: 1160px;
    margin: 0 auto;
    color: white;
    border-bottom: 20px solid #d4badd;
}


/* ==================================================
   DESKTOP VERSION
   ================================================== */

@media only screen and (min-width: 991px) {

    .pkp_navigation_user > li:last-child > a {
        padding: 8px;
    }

    .pkp_navigation_primary_row {
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    /* Main navigation background */
    .pkp_navigation_primary_wrapper {
        background-image: linear-gradient(
            to right,
            #F72FA0,
            #FAE3F0
        );
    }

    /* Main menu text - black */
    .pkp_navigation_primary > li > a,
    #navigationPrimary > li > a {
        color: #000000 !important;
    }

    /* Main menu hover */
    .pkp_navigation_primary > li > a:hover,
    .pkp_navigation_primary > li > a:focus,
    #navigationPrimary > li > a:hover,
    #navigationPrimary > li > a:focus {
        color: #000000 !important;
        background: #F7B0D5;
        border-color: #d9e4ed;
    }


    /* ===== SEARCH ===== */

    .pkp_search_desktop .search_prompt {
        color: #000000 !important;
    }

    .pkp_search_desktop .search_prompt:hover {
        color: #b52f5a !important;
    }

    .pkp_head_wrapper .pkp_search .search_controls .search_prompt {
        color: #000000 !important;
    }


    /* ===== USER NAVIGATION ===== */

    .pkp_navigation_user > li > a {
        color: #ffffff;
        background-color: #232526;
        padding: 8px;
        border: 2px solid #ffffff;
    }

    .pkp_navigation_user.pkp_navigation_user {
        padding: 10px;
    }


    /* ===== HEADER ===== */

    .pkp_head_wrapper {
        background-image: url('https://jhqol.com/index.php/journal/libraryFiles/downloadPublic/9');
        background-size: cover;
        text-align: center;
        height: 375px;
    }

    .has_site_logo .pkp_head_wrapper {
        width: 100%;
    }


    /* ===== PAGE ===== */

    .pkp_structure_content {
        background: #ffffff;
    }

    body {
        font-family: Gill Sans, sans-serif;
        background-image: linear-gradient(
            #eaeaea,
            #d0d0d0
        );
    }

    .pkp_navigation_primary {
        max-width: 90% !important;
    }


    /* ==================================================
       DROPDOWN MENU
       ================================================== */

    #navigationPrimary ul,
    .pkp_navigation_primary ul {
        background: #FCE4EC !important;
    }

    #navigationPrimary ul a,
    .pkp_navigation_primary ul a,
    .pkp_nav_list ul a {
        color: #000000 !important;
    }

    #navigationPrimary ul a:hover,
    #navigationPrimary ul a:focus,
    .pkp_navigation_primary ul a:hover,
    .pkp_navigation_primary ul a:focus {
        background: #F8BBD0 !important;
        color: #000000 !important;
    }


    /* ===== SEARCH NAVIGATION ===== */

    .pkp_navigation_search_wrapper a {
        color: #000000 !important;
    }

    .pkp_navigation_search_wrapper a:hover {
        color: #b52f5a !important;
    }
}


/* ==================================================
   MOBILE VERSION
   ================================================== */

.pkp_site_nav_toggle {
    background: #451e53;
    border: 2px solid #ffffff;
    margin: 8px;
}

.has_site_logo .pkp_head_wrapper {
    padding-right: 0 !important;
}

@media only screen and (max-width: 991px) {

    .pkp_site_name_wrapper {
        background-image: url('https://jhqol.com/index.php/journal/libraryFiles/downloadPublic/1');
        width: 100%;
        height: 160px;
        background-size: cover;
        background-position: center top;
    }

    .pkp_site_nav_menu {
        background: #461f54 !important;
    }

    .pkp_site_nav_menu a {
        color: #ffffff !important;
    }
}


/* ==================================================
   HOMEPAGE
   REMOVE AUTOMATIC "ABOUT THE JOURNAL"
   ================================================== */

/*
   Hide the OJS-generated heading only.
   The custom title inside .jhqol-intro is restored
   immediately below.
*/

.pkp_page_index .homepage_about > h2 {
    display: none !important;
}


/* Make absolutely sure custom journal title appears */

.pkp_page_index .homepage_about .jhqol-intro h2,
.homepage_about .jhqol-intro h2,
.jhqol-intro h2 {
    display: block !important;
}


/* ==================================================
   JHQoL HOMEPAGE - JOURNAL INTRO
   ================================================== */

.jhqol-intro {
    margin: 10px 0 35px 0;
}


/* ===== JOURNAL TITLE ===== */

.pkp_page_index .homepage_about .jhqol-intro h2,
.homepage_about .jhqol-intro h2,
.jhqol-intro h2 {
    display: block !important;
    visibility: visible !important;

    font-family: Gill Sans, sans-serif;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;

    color: #222222;

    margin-top: 0;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
}


/* ===== JOURNAL DESCRIPTION ===== */

.jhqol-intro > p {
    font-size: 16px;
    line-height: 1.7;
    color: #444444;

    margin-top: 0;
    margin-right: 0;
    margin-bottom: 22px;
    margin-left: 0;
}


/* ==================================================
   HOMEPAGE BUTTONS
   ================================================== */

.jhqol-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;

    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
}

.jhqol-buttons .jhqol-btn {
    display: inline-block;

    padding: 12px 22px;

    border-radius: 5px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;

    transition: all 0.2s ease;
}


/* ===== SUBMIT MANUSCRIPT ===== */

.jhqol-btn-primary {
    background: #d4145a;

    color: #ffffff !important;

    border: 2px solid #d4145a;
}

.jhqol-btn-primary:hover,
.jhqol-btn-primary:focus {
    background: #a90f46;

    border-color: #a90f46;

    color: #ffffff !important;
}


/* ===== AIMS & SCOPE ===== */

.jhqol-btn-secondary {
    background: #ffffff;

    color: #d4145a !important;

    border: 2px solid #d4145a;
}

.jhqol-btn-secondary:hover,
.jhqol-btn-secondary:focus {
    background: #FCE4EC;

    color: #a90f46 !important;
}


/* ==================================================
   JOURNAL INFORMATION
   ================================================== */

.jhqol-info {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;

    padding: 20px 0;

    margin-top: 10px;
}


/* Individual information box */

.jhqol-info > div {
    text-align: center;

    padding: 5px 12px;

    border-right: 1px solid #dddddd;
}


/* Remove border from last item */

.jhqol-info > div:last-child {
    border-right: none;
}


/* Information headings */

.jhqol-info strong {
    display: block;

    color: #222222;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.4;

    margin-bottom: 7px;
}


/* Information details */

.jhqol-info span {
    display: block;

    color: #666666;

    font-size: 13px;

    line-height: 1.4;
}


/* ==================================================
   TABLET
   ================================================== */

@media only screen and (max-width: 900px) {

    .jhqol-info {
        grid-template-columns: repeat(2, 1fr);
    }

    .jhqol-info > div {
        border-right: none;
        border-bottom: 1px solid #eeeeee;

        padding: 15px;
    }

    .jhqol-info > div:last-child {
        border-bottom: none;
    }
}


/* ==================================================
   MOBILE
   ================================================== */

@media only screen and (max-width: 600px) {

    .jhqol-intro {
        margin-top: 5px;
    }


    /* Journal title */

    .pkp_page_index .homepage_about .jhqol-intro h2,
    .homepage_about .jhqol-intro h2,
    .jhqol-intro h2 {
        display: block !important;
        visibility: visible !important;

        font-size: 23px;
        line-height: 1.3;
    }


    /* Description */

    .jhqol-intro > p {
        font-size: 15px;
    }


    /* Buttons */

    .jhqol-buttons {
        display: block;
    }

    .jhqol-buttons .jhqol-btn {
        display: block;

        width: 100%;

        box-sizing: border-box;

        text-align: center;

        margin-bottom: 10px;
    }


    /* Journal information */

    .jhqol-info {
        grid-template-columns: 1fr;
    }

    .jhqol-info > div {
        border-right: none;
        border-bottom: 1px solid #eeeeee;

        padding: 13px 5px;
    }

    .jhqol-info > div:last-child {
        border-bottom: none;
    }
}
/* ==================================================
   JHQoL - CURRENT ISSUE
   ================================================== */

/* Current Issue main section */
.pkp_page_index .current_issue {
    margin-top: 35px;
}

/* Current Issue heading */
.pkp_page_index .current_issue > h2 {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    border-left: 4px solid #d4145a;
    padding-left: 12px;
    margin-bottom: 25px;
}

/* Issue title */
.pkp_page_index .current_issue .current_issue_title {
    font-size: 19px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 8px;
}

/* Published date */
.pkp_page_index .current_issue .published {
    color: #777777;
    font-size: 13px;
    margin-bottom: 25px;
}


/* ==================================================
   ARTICLE LIST
   ================================================== */

.pkp_page_index .obj_article_summary {
    position: relative;
    background: #ffffff;

    border: 1px solid #eeeeee;
    border-radius: 8px;

    padding: 18px;
    margin-bottom: 18px;

    transition: all 0.2s ease;
}

/* Card hover */
.pkp_page_index .obj_article_summary:hover {
    border-color: #f3b1c9;
    box-shadow: 0 4px 14px rgba(0,0,0,0.07);
}


/* ==================================================
   ARTICLE THUMBNAIL
   ================================================== */

.pkp_page_index .obj_article_summary .cover {
    margin-right: 20px;
}

.pkp_page_index .obj_article_summary .cover img {
    width: 170px;
    max-height: 115px;

    object-fit: contain;

    border-radius: 4px;
}


/* ==================================================
   ARTICLE TITLE
   ================================================== */

.pkp_page_index .obj_article_summary .title {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;

    margin-bottom: 7px;
}

.pkp_page_index .obj_article_summary .title a {
    color: #263b4a !important;
    text-decoration: none !important;
}

.pkp_page_index .obj_article_summary .title a:hover {
    color: #d4145a !important;
}


/* ==================================================
   AUTHORS
   ================================================== */

.pkp_page_index .obj_article_summary .authors {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;

    margin-bottom: 10px;
}


/* ==================================================
   PAGE NUMBER
   ================================================== */

.pkp_page_index .obj_article_summary .pages {
    color: #777777;
    font-size: 12px;
}


/* ==================================================
   PDF BUTTON
   ================================================== */

.pkp_page_index .obj_article_summary .galleys_links a,
.pkp_page_index .obj_article_summary .galleys a {
    display: inline-block;

    background: #d4145a !important;
    color: #ffffff !important;

    border: 1px solid #d4145a !important;
    border-radius: 4px;

    padding: 6px 14px;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none !important;

    transition: all 0.2s ease;
}

.pkp_page_index .obj_article_summary .galleys_links a:hover,
.pkp_page_index .obj_article_summary .galleys a:hover {
    background: #a90f46 !important;
    border-color: #a90f46 !important;
    color: #ffffff !important;
}


/* ==================================================
   VIEW ALL ISSUES
   ================================================== */

.pkp_page_index .current_issue .read_more {
    margin-top: 25px;
}

.pkp_page_index .current_issue .read_more a {
    display: inline-block;

    color: #d4145a !important;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;

    border-bottom: 2px solid #d4145a;

    padding-bottom: 4px;
}

.pkp_page_index .current_issue .read_more a:hover {
    color: #a90f46 !important;
    border-color: #a90f46;
}


/* ==================================================
   MOBILE CURRENT ISSUE
   ================================================== */

@media only screen and (max-width: 600px) {

    .pkp_page_index .obj_article_summary {
        padding: 15px;
    }

    .pkp_page_index .obj_article_summary .cover {
        float: none;
        margin: 0 0 15px 0;
    }

    .pkp_page_index .obj_article_summary .cover img {
        width: 100%;
        max-width: 250px;
        height: auto;
    }

    .pkp_page_index .obj_article_summary .title {
        font-size: 15px;
    }
}
/* ==================================================
   JHQoL SIDEBAR CARDS
   ================================================== */

.jhqol-sidebar-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;

    padding: 22px 20px;
    margin-bottom: 22px;

    box-sizing: border-box;
}


/* ===== CARD ICON ===== */

.jhqol-card-icon {
    font-size: 25px;
    color: #d4145a;
    margin-bottom: 8px;
}


/* ===== CARD TITLE ===== */

.jhqol-sidebar-card h3 {
    font-family: Gill Sans, sans-serif;

    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;

    color: #222222;

    margin: 0 0 12px 0;

    padding-bottom: 10px;

    border-bottom: 2px solid #F8BBD0;
}


/* ===== CARD TEXT ===== */

.jhqol-sidebar-card p {
    font-size: 13px;
    line-height: 1.6;

    color: #555555;

    margin: 0 0 17px 0;
}


/* ==================================================
   SUBMIT MANUSCRIPT BUTTON
   ================================================== */

.jhqol-sidebar-button {
    display: block;

    width: 100%;
    box-sizing: border-box;

    background: #d4145a;

    color: #ffffff !important;

    border: 2px solid #d4145a;
    border-radius: 5px;

    padding: 11px 12px;

    text-align: center;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none !important;

    transition: all 0.2s ease;
}

.jhqol-sidebar-button:hover,
.jhqol-sidebar-button:focus {
    background: #a90f46;

    border-color: #a90f46;

    color: #ffffff !important;
}


/* ===== EMAIL ===== */

.jhqol-submit-email {
    margin-top: 14px;

    text-align: center;

    font-size: 12px;

    color: #777777;
}

.jhqol-submit-email a {
    color: #d4145a !important;

    text-decoration: none;
}

.jhqol-submit-email a:hover {
    text-decoration: underline;
}


/* ===== SUBMISSION CARD SPECIAL BACKGROUND ===== */

.jhqol-submit-card {
    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fff5f8 100%
        );
}
/* ==================================================
   JHQoL - CURRENT ISSUE DESIGN
   ================================================== */

.pkp_page_index .current_issue {
    margin-top: 40px;
}


/* CURRENT ISSUE heading */

.pkp_page_index .current_issue > h2 {
    font-family: Gill Sans, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #222222;

    border-left: 4px solid #d4145a;

    padding-left: 12px;
    margin-bottom: 22px;
}


/* Issue title */

.pkp_page_index .current_issue_title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;

    color: #222222;

    margin-bottom: 10px;
}


/* Published date */

.pkp_page_index .current_issue .published {
    font-size: 13px;
    color: #777777;

    margin-bottom: 25px;
}

.pkp_page_index .current_issue .published .label {
    font-weight: 700;
    color: #444444;
}


/* ==================================================
   ARTICLES HEADING
   ================================================== */

.pkp_page_index .current_issue .sections > .section > h3,
.pkp_page_index .current_issue .section > h3 {
    font-family: Gill Sans, sans-serif;

    font-size: 18px;
    font-weight: 700;

    color: #333333;

    margin-top: 25px;
    margin-bottom: 15px;
}


/* ==================================================
   ARTICLE CARDS
   ================================================== */

.pkp_page_index .current_issue .obj_article_summary {
    background: #ffffff;

    border: 1px solid #eeeeee;
    border-radius: 8px;

    padding: 18px;

    margin-bottom: 16px;

    transition:
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


/* Hover effect */

.pkp_page_index .current_issue .obj_article_summary:hover {
    border-color: #f3b1c9;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.07);

    transform: translateY(-2px);
}


/* ==================================================
   ARTICLE IMAGE
   ================================================== */

.pkp_page_index .current_issue .obj_article_summary .cover {
    margin-right: 20px;
}

.pkp_page_index .current_issue .obj_article_summary .cover img {
    width: 165px;
    height: 110px;

    object-fit: contain;

    border-radius: 5px;

    background: #fafafa;
}


/* ==================================================
   ARTICLE TITLE
   ================================================== */

.pkp_page_index .current_issue .obj_article_summary .title {
    font-size: 16px;
    line-height: 1.45;

    font-weight: 700;

    margin-bottom: 7px;
}

.pkp_page_index .current_issue .obj_article_summary .title a {
    color: #263b4a !important;

    text-decoration: none !important;
}

.pkp_page_index .current_issue .obj_article_summary .title a:hover {
    color: #d4145a !important;
}


/* ==================================================
   AUTHORS
   ================================================== */

.pkp_page_index .current_issue .obj_article_summary .authors {
    font-size: 13px;
    line-height: 1.5;

    color: #666666;

    margin-bottom: 10px;
}


/* ==================================================
   PAGE NUMBERS
   ================================================== */

.pkp_page_index .current_issue .obj_article_summary .pages {
    font-size: 12px;

    color: #888888;
}


/* ==================================================
   PDF BUTTON
   ================================================== */

.pkp_page_index .current_issue .obj_article_summary .galleys_links a,
.pkp_page_index .current_issue .obj_article_summary .galleys a {
    display: inline-block;

    background: #d4145a !important;

    color: #ffffff !important;

    border: 1px solid #d4145a !important;
    border-radius: 4px;

    padding: 6px 14px;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none !important;

    transition: all 0.2s ease;
}

.pkp_page_index .current_issue .obj_article_summary .galleys_links a:hover,
.pkp_page_index .current_issue .obj_article_summary .galleys a:hover {
    background: #a90f46 !important;

    border-color: #a90f46 !important;

    color: #ffffff !important;
}


/* ==================================================
   VIEW ALL ISSUES
   ================================================== */

.pkp_page_index .current_issue .read_more {
    margin-top: 25px;
}

.pkp_page_index .current_issue .read_more a {
    display: inline-block;

    color: #d4145a !important;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;

    padding-bottom: 4px;

    border-bottom: 2px solid #d4145a;
}

.pkp_page_index .current_issue .read_more a:hover {
    color: #a90f46 !important;

    border-color: #a90f46;
}


/* ==================================================
   CURRENT ISSUE - MOBILE
   ================================================== */

@media only screen and (max-width: 600px) {

    .pkp_page_index .current_issue {
        margin-top: 30px;
    }

    .pkp_page_index .current_issue > h2 {
        font-size: 20px;
    }

    .pkp_page_index .current_issue_title {
        font-size: 18px;
    }

    .pkp_page_index .current_issue .obj_article_summary {
        padding: 15px;
    }

    .pkp_page_index .current_issue .obj_article_summary .cover {
        float: none;

        margin: 0 0 15px 0;
    }

    .pkp_page_index .current_issue .obj_article_summary .cover img {
        width: 100%;
        max-width: 260px;
        height: auto;
    }

    .pkp_page_index .current_issue .obj_article_summary .title {
        font-size: 15px;
    }
}
/* ==================================================
   JHQoL - MOST CITED ARTICLES
   ================================================== */

.jhqol-most-cited {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #fff3f7 100%
    );

    border: 1px solid #f3d9e3;
}


/* Small subtitle */

.jhqol-card-subtitle {
    font-size: 12px;
    color: #777777;

    margin-top: -5px;
    margin-bottom: 18px;
}


/* Each article */

.jhqol-cited-item {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    padding: 14px 0;

    border-bottom: 1px solid #eeeeee;
}


/* Number circle */

.jhqol-cited-number {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    border-radius: 50%;

    background: #d4145a;

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;
}


/* Article content */

.jhqol-cited-content {
    flex: 1;

    font-size: 13px;
    line-height: 1.45;
}


/* Article links */

.jhqol-cited-content a {
    color: #263b4a !important;

    font-weight: 600;

    text-decoration: none !important;
}

.jhqol-cited-content a:hover {
    color: #d4145a !important;
}


/* View more */

.jhqol-cited-more {
    margin-top: 17px;

    text-align: right;
}

.jhqol-cited-more a {
    color: #d4145a !important;

    font-size: 11px;
    font-weight: 700;

    text-decoration: none !important;
}

.jhqol-cited-more a:hover {
    color: #a90f46 !important;
}
/* ==================================================
   JHQoL - WHY PUBLISH
   ================================================== */

.jhqol-why-publish {
    background: #ffffff;
}

.jhqol-benefit {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    padding: 11px 0;

    border-bottom: 1px solid #eeeeee;
}

.jhqol-benefit:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


/* Pink check icon */

.jhqol-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 23px;

    width: 23px;
    height: 23px;

    margin-top: 1px;

    background: #fce4ec;
    color: #d4145a;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 700;
}


/* Main benefit title */

.jhqol-benefit strong {
    display: block;

    color: #263b4a;

    font-size: 13px;
    font-weight: 700;

    margin-bottom: 2px;
}


/* Description */

.jhqol-benefit div span {
    display: block;

    color: #777777;

    font-size: 12px;
    line-height: 1.4;
}
/* ==================================================
   JHQoL - SUBMIT MANUSCRIPT SIDEBAR
   ================================================== */

.jhqol-submit-card {
    background: linear-gradient(
        135deg,
        #d4145a 0%,
        #ed4b87 100%
    ) !important;

    border: none !important;

    text-align: center;

    padding: 26px 20px;
}


/* Icon */

.jhqol-submit-icon {
    width: 42px;
    height: 42px;

    margin: 0 auto 12px auto;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,0.18);

    color: #ffffff;

    font-size: 22px;
}


/* Heading */

.jhqol-submit-card h3 {
    color: #ffffff !important;

    border-bottom: none !important;

    padding-bottom: 0;

    margin-bottom: 10px;

    font-size: 17px;
}


/* Description */

.jhqol-submit-card p {
    color: #ffffff !important;

    font-size: 13px;
    line-height: 1.55;

    margin-bottom: 18px;
}


/* Button */

.jhqol-submit-button {
    display: block;

    width: 100%;
    box-sizing: border-box;

    background: #ffffff;

    color: #d4145a !important;

    padding: 11px 12px;

    border-radius: 5px;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none !important;

    transition: all 0.2s ease;
}

.jhqol-submit-button:hover {
    background: #fff1f6;

    color: #a90f46 !important;

    transform: translateY(-1px);
}


/* Contact */

.jhqol-submit-contact {
    margin-top: 13px;

    color: rgba(255,255,255,0.85);

    font-size: 11px;
}

.jhqol-submit-contact a {
    color: #ffffff !important;

    font-weight: 600;

    text-decoration: none !important;
}

.jhqol-submit-contact a:hover {
    text-decoration: underline !important;
}
/* ==================================================
   JHQoL - AIMS & SCOPE SIDEBAR
   ================================================== */

.jhqol-aims-card {
    background: #ffffff;
}

.jhqol-aims-card p {
    font-size: 13px;
    line-height: 1.65;
    color: #555555;
}

/* Research areas */
.jhqol-scope-topics {
    background: #fff4f8;

    border-left: 3px solid #d4145a;

    padding: 10px 12px;

    color: #444444 !important;

    font-size: 12px !important;
    font-weight: 600;

    line-height: 1.6 !important;

    margin: 15px 0 !important;
}

/* Read more link */
.jhqol-text-link {
    display: inline-block;

    color: #d4145a !important;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.2px;

    text-decoration: none !important;

    padding-bottom: 3px;

    border-bottom: 1px solid #d4145a;
}

.jhqol-text-link:hover {
    color: #a90f46 !important;
    border-color: #a90f46;
}
/* ==================================================
   JHQoL - INDEXING & ABSTRACTING
   ================================================== */

.jhqol-indexing-card {
    background: #ffffff;
}

.jhqol-indexing-intro {
    font-size: 12px !important;
    line-height: 1.55 !important;
    color: #777777 !important;
    margin-bottom: 18px !important;
}


/* ===== LOGOS ===== */

.jhqol-indexing-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    margin: 15px 0 20px 0;
}

.jhqol-indexing-logos img {
    width: 100% !important;
    height: 75px !important;

    object-fit: contain;

    background: #ffffff;

    border: 1px solid #eeeeee;
    border-radius: 6px;

    padding: 8px;

    box-sizing: border-box;
}


/* Last logo if odd number */

.jhqol-indexing-logos img:last-child:nth-child(odd) {
    grid-column: 1 / -1;

    width: 50% !important;

    justify-self: center;
}


/* ===== SCOPUS STATUS ===== */

.jhqol-scopus-status {
    display: flex;
    align-items: flex-start;

    gap: 8px;

    background: #fff5f8;

    border-left: 3px solid #d4145a;

    padding: 11px 12px;

    margin-top: 10px;

    font-size: 12px;
    line-height: 1.45;

    color: #555555;
}

.jhqol-status-dot {
    width: 8px;
    height: 8px;

    flex: 0 0 8px;

    margin-top: 4px;

    border-radius: 50%;

    background: #d4145a;
}

.jhqol-scopus-status a {
    color: #d4145a !important;
    font-weight: 700;
    text-decoration: none !important;
}

.jhqol-scopus-status a:hover {
    text-decoration: underline !important;
}


/* ===== OPEN ACCESS / LICENSE ===== */

.jhqol-license {
    margin-top: 18px;

    padding-top: 15px;

    border-top: 1px solid #eeeeee;
}

.jhqol-license strong {
    display: block;

    color: #263b4a;

    font-size: 12px;

    margin-bottom: 6px;
}

.jhqol-license p {
    margin: 0 !important;

    color: #777777 !important;

    font-size: 11px !important;
    line-height: 1.5 !important;
}

.jhqol-license a {
    color: #d4145a !important;
    text-decoration: none !important;
}

.jhqol-license a:hover {
    text-decoration: underline !important;
}


/* ===== MOBILE ===== */

@media only screen and (max-width: 600px) {

    .jhqol-indexing-logos {
        grid-template-columns: repeat(2, 1fr);
    }

}
/* ==================================================
   JHQoL - THE PUBLISHER
   ================================================== */

.jhqol-publisher-card {
    background: #ffffff;
    text-align: center;
}


/* Publisher heading aligned with other cards */

.jhqol-publisher-card > h3 {
    text-align: left;
}


/* Logo */

.jhqol-publisher-logo {
    padding: 10px 0 12px 0;
}

.jhqol-publisher-logo img {
    display: block;

    width: auto !important;
    max-width: 150px !important;
    height: auto !important;

    margin: 0 auto;
}


/* Publisher name */

.jhqol-publisher-card h4 {
    margin: 5px 0 12px 0;

    font-family: Gill Sans, sans-serif;

    font-size: 16px;
    font-weight: 700;

    color: #263b4a;
}


/* Tagline */

.jhqol-publisher-tagline {
    padding: 11px 10px;

    margin: 0 0 13px 0;

    background: #fff4f8;

    border-radius: 5px;

    color: #d4145a;

    font-size: 11px;
    line-height: 1.5;
    font-weight: 700;

    letter-spacing: 0.3px;
}


/* Publisher statement */

.jhqol-publisher-card p {
    margin: 0 !important;

    color: #777777 !important;

    font-size: 12px !important;
    line-height: 1.55 !important;

    font-style: italic;
}
/* ==================================================
   JHQoL - JOURNAL INFORMATION
   ================================================== */

.jhqol-journal-details {
    margin-top: 35px;
    margin-bottom: 40px;
}

.jhqol-journal-details h2 {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 22px;
    padding-left: 12px;
    border-left: 4px solid #d4145a;
}

.jhqol-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.jhqol-detail-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    padding: 20px;
    min-height: 115px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.jhqol-detail-card:hover {
    border-color: #d4145a;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.jhqol-detail-icon {
    color: #d4145a;
    font-size: 22px;
    margin-bottom: 10px;
}

.jhqol-detail-card strong {
    display: block;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

.jhqol-detail-card span {
    display: block;
    color: #d4145a;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.jhqol-detail-card small {
    display: block;
    color: #777777;
    font-size: 12px;
    line-height: 1.4;
}


/* OPEN ACCESS NOTE */

.jhqol-open-access-note {
    margin-top: 18px;
    padding: 18px 20px;
    background: #fff6f9;
    border-left: 4px solid #d4145a;
    border-radius: 4px;
}

.jhqol-open-access-note strong {
    display: block;
    color: #333333;
    font-size: 15px;
    margin-bottom: 5px;
}

.jhqol-open-access-note p {
    margin: 0;
    color: #555555;
    font-size: 13px;
    line-height: 1.6;
}


/* MOBILE */

@media only screen and (max-width: 600px) {

    .jhqol-detail-grid {
        grid-template-columns: 1fr;
    }

    .jhqol-detail-card {
        min-height: auto;
    }

}
/* ==================================================
   JHQoL - LATEST ANNOUNCEMENTS
   ================================================== */

.jhqol-announcements {
    margin-top: 35px;
    margin-bottom: 45px;
}

.jhqol-announcements h2 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #d4145a;
}

.jhqol-announcement-box {
    background: #fff7fa;
    border: 1px solid #f3d5df;
    border-radius: 8px;
    padding: 28px 30px;
}

.jhqol-announcement-label {
    display: inline-block;
    background: #d4145a;
    color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.jhqol-announcement-box h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #222;
}

.jhqol-announcement-box p {
    margin: 0 0 20px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.jhqol-announcement-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
    padding: 15px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ead8de;
    border-bottom: 1px solid #ead8de;
}

.jhqol-announcement-meta span {
    font-size: 12px;
    color: #555;
}

.jhqol-announcement-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.jhqol-announcement-submit,
.jhqol-announcement-view {
    display: inline-block;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 4px;
}

.jhqol-announcement-submit {
    background: #d4145a;
    color: #fff !important;
    border: 2px solid #d4145a;
}

.jhqol-announcement-submit:hover {
    background: #aa1047;
    border-color: #aa1047;
    color: #fff !important;
}

.jhqol-announcement-view {
    background: #fff;
    color: #d4145a !important;
    border: 2px solid #d4145a;
}

.jhqol-announcement-view:hover {
    background: #fce4ec;
    color: #aa1047 !important;
}


/* MOBILE */

@media only screen and (max-width: 600px) {

    .jhqol-announcement-box {
        padding: 20px;
    }

    .jhqol-announcement-meta {
        display: block;
    }

    .jhqol-announcement-meta span {
        display: block;
        margin-bottom: 7px;
    }

    .jhqol-announcement-buttons {
        display: block;
    }

    .jhqol-announcement-submit,
    .jhqol-announcement-view {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}
/* ==================================================
   FINAL HOMEPAGE SPACING
   ================================================== */

/* Reduce excessive empty space at bottom of homepage */
.pkp_page_index .pkp_structure_main {
    padding-bottom: 20px !important;
}

/* Tighter spacing after announcements */
.pkp_page_index .jhqol-announcements {
    margin-bottom: 20px !important;
}

/* Keep sidebar blocks compact */
.pkp_page_index .pkp_structure_sidebar > div {
    margin-bottom: 25px;
}

/* Footer starts cleanly */
.pkp_structure_footer {
    margin-top: 0 !important;
}

.pkp_structure_footer_wrapper {
    margin-top: 0 !important;
}
/* ==================================================
   JHQoL - CURRENT ISSUE / ARTICLE CARDS
   ================================================== */

/* Current Issue heading */
.pkp_page_index .current_issue > h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    border-left: 4px solid #d4145a;
    padding-left: 12px;
    margin-bottom: 30px;
}

/* Issue title */
.pkp_page_index .current_issue_title {
    font-size: 19px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

/* Article list */
.pkp_page_index .obj_issue_toc .articles {
    margin-top: 25px;
}

/* Individual article */
.pkp_page_index .obj_article_summary {
    position: relative;
    padding: 22px 18px !important;
    margin-bottom: 18px !important;

    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 6px;

    transition: all 0.2s ease;
}

/* Article hover */
.pkp_page_index .obj_article_summary:hover {
    border-color: #e8b6c8;
    box-shadow: 0 5px 18px rgba(0,0,0,0.07);
    transform: translateY(-2px);
}

/* Article title */
.pkp_page_index .obj_article_summary .title {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 8px;
}

.pkp_page_index .obj_article_summary .title a {
    color: #333333 !important;
    text-decoration: none;
}

.pkp_page_index .obj_article_summary .title a:hover {
    color: #d4145a !important;
}

/* Authors */
.pkp_page_index .obj_article_summary .authors {
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Page numbers */
.pkp_page_index .obj_article_summary .pages {
    color: #777777;
    font-size: 12px;
}

/* PDF / galley buttons */
.pkp_page_index .obj_article_summary .galleys_links {
    margin-top: 12px;
}

.pkp_page_index .obj_article_summary .obj_galley_link {
    display: inline-block;
    background: #d4145a !important;
    border: 1px solid #d4145a !important;
    color: #ffffff !important;

    padding: 7px 15px;
    border-radius: 4px;

    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;

    text-decoration: none !important;
}

.pkp_page_index .obj_article_summary .obj_galley_link:hover {
    background: #ad1049 !important;
    border-color: #ad1049 !important;
    color: #ffffff !important;
}

/* Article thumbnail */
.pkp_page_index .obj_article_summary .cover {
    margin-right: 22px;
}

.pkp_page_index .obj_article_summary .cover img {
    max-width: 150px;
    height: auto;
    border-radius: 3px;
}

/* View All Issues */
.pkp_page_index .current_issue .read_more {
    display: inline-block;
    margin-top: 12px;

    color: #333333;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;

    text-decoration: none;
}

.pkp_page_index .current_issue .read_more:hover {
    color: #d4145a;
}


/* ==================================================
   MOBILE CURRENT ISSUE
   ================================================== */

@media only screen and (max-width: 600px) {

    .pkp_page_index .obj_article_summary {
        padding: 16px !important;
    }

    .pkp_page_index .obj_article_summary .cover {
        float: none;
        margin: 0 0 15px 0;
    }

    .pkp_page_index .obj_article_summary .cover img {
        max-width: 100%;
        height: auto;
    }

    .pkp_page_index .obj_article_summary .title {
        font-size: 16px;
    }

    .pkp_page_index .current_issue > h2 {
        font-size: 19px;
    }
}
/* ==================================================
   JHQoL ARTICLE CARDS - FINAL POLISH
   ================================================== */

/* Force every article into the same card */
.pkp_page_index .obj_issue_toc .articles > li,
.pkp_page_index .obj_issue_toc .obj_article_summary {
    background: #ffffff !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 8px !important;
    margin-bottom: 18px !important;
}

/* Article card spacing */
.pkp_page_index .obj_article_summary {
    padding: 20px 22px !important;
    min-height: 150px;
}

/* Thumbnail area */
.pkp_page_index .obj_article_summary .cover {
    width: 180px;
    margin-right: 25px !important;
    text-align: center;
}

/* Make thumbnails consistent */
.pkp_page_index .obj_article_summary .cover img {
    width: 170px !important;
    height: 120px !important;
    object-fit: contain;
    object-position: center;
    max-width: 100% !important;
}

/* Article title */
.pkp_page_index .obj_article_summary .title {
    font-size: 17px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

/* Author names */
.pkp_page_index .obj_article_summary .authors {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #666 !important;
}

/* Page number */
.pkp_page_index .obj_article_summary .pages {
    font-size: 12px !important;
    color: #777 !important;
}

/* PDF button */
.pkp_page_index .obj_article_summary .obj_galley_link {
    background: #d4145a !important;
    border: 0 !important;
    border-radius: 4px !important;
    padding: 7px 14px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Card hover */
.pkp_page_index .obj_article_summary:hover {
    border-color: #d4145a !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
}

/* Reduce large gap above Articles */
.pkp_page_index .obj_issue_toc .sections {
    margin-top: 15px !important;
}

/* MOBILE */
@media only screen and (max-width: 600px) {

    .pkp_page_index .obj_article_summary {
        padding: 15px !important;
    }

    .pkp_page_index .obj_article_summary .cover {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }

    .pkp_page_index .obj_article_summary .cover img {
        width: 100% !important;
        height: auto !important;
        max-height: 220px !important;
    }
}
/* ==================================================
   COMPACT CURRENT ISSUE HEADER
   ================================================== */

/* Reduce space below CURRENT ISSUE heading */
.pkp_page_index .current_issue > h2 {
    margin-bottom: 22px !important;
}

/* Issue title */
.pkp_page_index .current_issue_title {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

/* Published date area */
.pkp_page_index .obj_issue_toc .heading {
    margin-bottom: 18px !important;
    padding-bottom: 0 !important;
}

/* Reduce space before Articles */
.pkp_page_index .obj_issue_toc .sections {
    margin-top: 0 !important;
}

.pkp_page_index .obj_issue_toc .section {
    margin-top: 0 !important;
}

/* "Articles" heading */
.pkp_page_index .obj_issue_toc .section > h2,
.pkp_page_index .obj_issue_toc .section > h3 {
    margin-top: 10px !important;
    margin-bottom: 18px !important;
}

/* Reduce space before first article */
.pkp_page_index .obj_issue_toc .articles {
    margin-top: 0 !important;
}

/* Slightly tighter cards */
.pkp_page_index .obj_article_summary {
    margin-bottom: 14px !important;
}
/* ==================================================
   JHQoL SIDEBAR - FINAL POLISH
   ================================================== */

/* Main sidebar */
.pkp_structure_sidebar {
    font-family: Gill Sans, sans-serif;
}

/* Each sidebar block */
.pkp_structure_sidebar .pkp_block {
    margin-bottom: 30px !important;
    padding: 0 15px 22px 15px;
    background: transparent;
}

/* Custom block spacing */
.pkp_structure_sidebar .pkp_block.block_custom {
    margin-bottom: 30px !important;
}

/* Sidebar headings */
.pkp_structure_sidebar .title,
.pkp_structure_sidebar h2,
.pkp_structure_sidebar h3,
.pkp_structure_sidebar h4 {
    color: #222222;
    font-size: 15px !important;
    line-height: 1.3;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;

    margin-top: 0;
    margin-bottom: 16px;

    padding-bottom: 9px;
    border-bottom: 1px solid #e6d7dc;
}

/* Pink accent underneath heading */
.pkp_structure_sidebar .title::after,
.pkp_structure_sidebar h2::after,
.pkp_structure_sidebar h3::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    background: #d4145a;
    position: relative;
    top: 11px;
}

/* Sidebar normal text */
.pkp_structure_sidebar p,
.pkp_structure_sidebar li {
    color: #555555;
    font-size: 13px;
    line-height: 1.6;
}

/* Sidebar links */
.pkp_structure_sidebar a {
    color: #444444;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pkp_structure_sidebar a:hover {
    color: #d4145a;
}

/* Images/logos in sidebar */
.pkp_structure_sidebar img {
    max-width: 100% !important;
    height: auto !important;
}

/* Prevent oversized images from old HTML width settings */
.pkp_structure_sidebar .content img {
    width: auto !important;
    max-width: 100% !important;
}

/* ==================================================
   CUSTOM SIDEBAR BLOCKS
   ================================================== */

/* Most cited / Why publish / Aims & Scope etc */
.pkp_structure_sidebar .content {
    margin-top: 5px;
}

/* Lists */
.pkp_structure_sidebar ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.pkp_structure_sidebar li {
    margin-bottom: 10px;
}

/* ==================================================
   SUBMIT MANUSCRIPT BLOCK
   ================================================== */

/* Keep submission block prominent */
.pkp_structure_sidebar .block_custom img {
    border-radius: 6px;
}

/* ==================================================
   INDEXING LOGOS
   ================================================== */

.pkp_structure_sidebar img[src*="downloadPublic"] {
    margin: 5px auto;
}

/* ==================================================
   PUBLISHER BLOCK
   ================================================== */

.pkp_structure_sidebar .block_custom p {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* ==================================================
   INFORMATION BLOCK
   ================================================== */

.pkp_structure_sidebar .block_information ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 7px 0;
    margin: 0;
}

.pkp_structure_sidebar .block_information ul li:last-child {
    border-bottom: none;
}

/* ==================================================
   DESKTOP SIDEBAR
   ================================================== */

@media only screen and (min-width: 992px) {

    .pkp_structure_sidebar {
        padding-top: 5px;
    }

    .pkp_structure_sidebar .pkp_block {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* ==================================================
   MOBILE SIDEBAR
   ================================================== */

@media only screen and (max-width: 991px) {

    .pkp_structure_sidebar {
        margin-top: 30px;
    }

    .pkp_structure_sidebar .pkp_block {
        padding: 0 5px 20px 5px;
        margin-bottom: 25px !important;
    }

    .pkp_structure_sidebar .title,
    .pkp_structure_sidebar h2,
    .pkp_structure_sidebar h3 {
        font-size: 15px !important;
    }
}
/* Publisher logo final adjustment */
.pkp_structure_sidebar img[src*="downloadPublic/2"] {
    max-width: 145px !important;
    width: 145px !important;
    height: auto !important;
    display: block;
    margin: 18px auto 15px auto !important;
}
/* =====================================================
   JHQoL – CURRENT ISSUE ARTICLE CARDS
   ===================================================== */

/* Each article */
.current_issue .obj_article_summary {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 22px 24px;
    margin-bottom: 18px;
    transition: all 0.25s ease;
}

/* Subtle hover */
.current_issue .obj_article_summary:hover {
    border-color: #e5c7d0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

/* Article title */
.current_issue .obj_article_summary .title {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 8px;
}

.current_issue .obj_article_summary .title a {
    color: #252525;
    text-decoration: none;
}

.current_issue .obj_article_summary .title a:hover {
    color: #c9184a;
}

/* Authors */
.current_issue .obj_article_summary .authors {
    font-size: 12.5px;
    line-height: 1.5;
    color: #666666;
    margin-top: 5px;
}

/* Page numbers */
.current_issue .obj_article_summary .pages {
    font-size: 12px;
    color: #777777;
}

/* PDF button */
.current_issue .obj_article_summary .galleys_links a,
.current_issue .obj_article_summary .galley-link {
    background: #c9184a;
    color: #ffffff !important;
    border: none;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.current_issue .obj_article_summary .galleys_links a:hover,
.current_issue .obj_article_summary .galley-link:hover {
    background: #a8133d;
    color: #ffffff !important;
}

/* Article thumbnail */
.current_issue .obj_article_summary .cover img {
    max-width: 145px;
    height: auto;
    border-radius: 3px;
}

/* Mobile */
@media (max-width: 768px) {
    .current_issue .obj_article_summary {
        padding: 18px 16px;
    }

    .current_issue .obj_article_summary .title {
        font-size: 16px;
    }
}
/* JHQoL – Compact Current Issue spacing */

.current_issue .heading {
    margin-bottom: 15px !important;
}

.current_issue .published {
    margin-bottom: 25px !important;
}

.current_issue .sections {
    margin-top: 0 !important;
}

.current_issue .section {
    margin-top: 0 !important;
}

.current_issue .section h2,
.current_issue .section h3 {
    margin-top: 20px !important;
    margin-bottom: 18px !important;
}

/* Reduce excessive space above first article */
.current_issue .obj_article_summary:first-of-type {
    margin-top: 0 !important;
}
/* =====================================================
   JHQoL – CURRENT ISSUE HEADER
   ===================================================== */

/* Current Issue heading */
.current_issue > h2 {
    position: relative;
    display: inline-block;
    font-size: 23px !important;
    font-weight: 800 !important;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #252525;
    margin: 0 0 34px 0 !important;
    padding: 0 0 12px 18px !important;
    border-left: 4px solid #c9184a;
}

/* Gold underline */
.current_issue > h2::after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: 0;
    width: 115px;
    height: 2px;
    background: #d4a72c;
}

/* Volume / Issue title */
.current_issue .current_issue_title {
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #292929;
    margin-bottom: 18px !important;
}

/* Published information */
.current_issue .published {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px !important;
    font-size: 13px;
    color: #777;
}

.current_issue .published .label {
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #333;
    text-transform: uppercase;
}

/* Articles heading */
.current_issue .section h2,
.current_issue .section h3 {
    font-size: 18px !important;
    font-weight: 700;
    color: #292929;
    margin-bottom: 20px !important;
}

/* Mobile */
@media (max-width: 768px) {

    .current_issue > h2 {
        font-size: 20px !important;
        margin-bottom: 25px !important;
    }

    .current_issue .current_issue_title {
        font-size: 18px !important;
    }
}
/* FINAL COMPACT CURRENT ISSUE HEADER */

.current_issue > h2 {
    margin-bottom: 22px !important;
}

.current_issue .current_issue_title {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.current_issue .published {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
}

.current_issue .section h2,
.current_issue .section h3 {
    margin-top: 12px !important;
    margin-bottom: 16px !important;
}
/* ==================================================
   JHQoL PROFESSIONAL FOOTER
   ================================================== */

.jhqol-footer {
    background: linear-gradient(135deg, #b80f46 0%, #dc1758 55%, #c31350 100%);
    color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
}

.jhqol-footer-main {
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 45px 42px;
    display: grid;
    grid-template-columns: 1fr 1.7fr 1fr;
    gap: 45px;
    align-items: center;
}

/* LEFT */

.jhqol-footer-brand {
    text-align: center;
    padding-right: 35px;
    border-right: 1px solid rgba(255,255,255,.35);
}

.jhqol-footer-logo {
    font-family: Georgia, serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.jhqol-footer-logo::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #d8ad45;
    margin: 10px auto 0;
}

.jhqol-footer-journal {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.2px;
    font-weight: 600;
}

/* CENTRE */

.jhqol-footer-details {
    font-size: 14px;
    line-height: 1.75;
}

.jhqol-footer-details > strong {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 2px;
}

.jhqol-publisher {
    margin-top: 18px;
}

.jhqol-publisher strong {
    font-size: 15px;
    letter-spacing: .5px;
}

/* RIGHT */

.jhqol-footer-links {
    padding-left: 35px;
    border-left: 1px solid rgba(255,255,255,.35);
}

.jhqol-footer-links > strong {
    display: block;
    font-size: 15px;
    letter-spacing: .7px;
    margin-bottom: 17px;
}

.jhqol-footer-links a {
    display: block;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px;
    padding: 5px 0;
    opacity: .9;
    transition: .2s ease;
}

.jhqol-footer-links a:hover {
    opacity: 1;
    padding-left: 4px;
}

/* BOTTOM BAR */

.jhqol-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.25);
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 45px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    font-size: 11.5px;
    color: rgba(255,255,255,.85);
}

/* REMOVE OJS FOOTER EXCESS SPACING */

.pkp_footer_content {
    padding: 0 !important;
}

.pkp_structure_footer_wrapper {
    background: transparent !important;
}

.pkp_structure_footer {
    padding: 0 !important;
}

/* MOBILE */

@media (max-width: 768px) {

    .jhqol-footer-main {
        grid-template-columns: 1fr;
        padding: 35px 25px;
        gap: 28px;
    }

    .jhqol-footer-brand {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        padding: 0 0 25px;
    }

    .jhqol-footer-links {
        border-left: 0;
        padding-left: 0;
    }

    .jhqol-footer-bottom {
        padding: 18px 25px;
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}
/* ===== FINAL FOOTER FIX ===== */

.jhqol-footer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(135deg,#b80f46 0%,#dc1758 55%,#c31350 100%) !important;
    color: #fff !important;
}

.jhqol-footer-main {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 42px 45px 36px !important;

    display: grid !important;
    grid-template-columns: 1fr 1.6fr 1fr !important;
    gap: 45px !important;
    align-items: start !important;
}

/* LEFT */

.jhqol-footer-brand {
    text-align: left !important;
    padding-right: 30px !important;
    border-right: 1px solid rgba(255,255,255,.30) !important;
}

.jhqol-footer-logo {
    font-size: 42px !important;
    line-height: 1 !important;
    margin-bottom: 14px !important;
    color: #fff !important;
}

.jhqol-footer-journal {
    font-size: 12px !important;
    line-height: 1.6 !important;
    color: #fff !important;
}

/* CENTRE */

.jhqol-footer-details {
    text-align: left !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
    color: #fff !important;
}

.jhqol-footer-details > strong {
    display: block !important;
    font-size: 16px !important;
    margin-bottom: 6px !important;
}

.jhqol-publisher {
    margin-top: 16px !important;
}

/* RIGHT */

.jhqol-footer-links {
    text-align: left !important;
    padding-left: 30px !important;
    border-left: 1px solid rgba(255,255,255,.30) !important;
}

.jhqol-footer-links strong {
    display: block !important;
    margin-bottom: 12px !important;
    font-size: 14px !important;
}

.jhqol-footer-links a {
    display: block !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 0 !important;
    font-size: 13px !important;
}

/* BOTTOM */

.jhqol-footer-bottom {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 17px 45px !important;

    border-top: 1px solid rgba(255,255,255,.30) !important;

    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;

    font-size: 11px !important;
    color: rgba(255,255,255,.9) !important;
}

/* REMOVE OJS FOOTER WHITE SPACE */

.pkp_structure_footer_wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

.pkp_structure_footer {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* MOBILE */

@media (max-width: 768px) {

    .jhqol-footer-main {
        grid-template-columns: 1fr !important;
        padding: 35px 25px !important;
        gap: 25px !important;
    }

    .jhqol-footer-brand,
    .jhqol-footer-links {
        border: 0 !important;
        padding: 0 !important;
    }

    .jhqol-footer-bottom {
        padding: 18px 25px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }
}
/* ==================================================
   JHQOL NEW FOOTER - TABLE VERSION
   ================================================== */

.jhqol-new-footer {
    width: 100% !important;
    background: linear-gradient(135deg, #b80f46 0%, #d71c58 55%, #c31350 100%) !important;
    color: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.jhqol-new-footer table {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    border-collapse: collapse !important;
    border: 0 !important;
    background: transparent !important;
}

.jhqol-new-footer table,
.jhqol-new-footer tbody,
.jhqol-new-footer tr,
.jhqol-new-footer td {
    background: transparent !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.jhqol-new-footer td {
    color: #ffffff !important;
    padding: 42px 35px !important;
    vertical-align: middle !important;
    line-height: 1.7 !important;
}

/* LEFT COLUMN */

.jhqol-ft-brand {
    width: 28% !important;
    text-align: center !important;
    border-right: 1px solid rgba(255,255,255,.30) !important;
}

.jhqol-ft-logo {
    display: inline-block !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 46px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 18px !important;
}

.jhqol-ft-logo::after {
    content: "" !important;
    display: block !important;
    width: 70px !important;
    height: 3px !important;
    margin: 13px auto 16px !important;
    background: #e3bb5a !important;
}

.jhqol-ft-brand span {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
    letter-spacing: 1.5px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

/* CENTRE COLUMN */

.jhqol-ft-info {
    width: 44% !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.jhqol-ft-info > strong:first-child {
    font-size: 18px !important;
    color: #ffffff !important;
}

.jhqol-ft-info strong {
    color: #ffffff !important;
}

/* RIGHT COLUMN */

.jhqol-ft-links {
    width: 28% !important;
    border-left: 1px solid rgba(255,255,255,.30) !important;
    padding-left: 45px !important;
}

.jhqol-ft-links > strong {
    display: inline-block !important;
    font-size: 15px !important;
    letter-spacing: 1.3px !important;
    color: #ffffff !important;
    margin-bottom: 8px !important;
}

.jhqol-ft-links a {
    display: inline-block !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    margin: 3px 0 !important;
    opacity: .92 !important;
}

.jhqol-ft-links a:hover {
    color: #f3d477 !important;
    opacity: 1 !important;
}

/* BOTTOM COPYRIGHT BAR */

.jhqol-ft-bottom {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 18px 35px !important;
    border-top: 1px solid rgba(255,255,255,.25) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-sizing: border-box !important;
    font-size: 12px !important;
    color: rgba(255,255,255,.88) !important;
}

/* Remove OJS footer container spacing */
.pkp_footer_content {
    padding: 0 !important;
}

.pkp_structure_footer_wrapper {
    background: transparent !important;
}

.pkp_structure_footer {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* MOBILE */

@media (max-width: 768px) {

    .jhqol-new-footer table,
    .jhqol-new-footer tbody,
    .jhqol-new-footer tr,
    .jhqol-new-footer td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .jhqol-new-footer td {
        padding: 28px 25px !important;
        text-align: center !important;
    }

    .jhqol-ft-brand,
    .jhqol-ft-links {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .jhqol-ft-info,
    .jhqol-ft-links {
        border-top: 1px solid rgba(255,255,255,.20) !important;
    }

    .jhqol-ft-bottom {
        display: block !important;
        text-align: center !important;
        padding: 18px 20px !important;
    }

    .jhqol-ft-bottom span {
        display: block !important;
        margin: 5px 0 !important;
    }
}