/* JGEOR - About the Journal feature cards */

.jgeor-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 32px 0 10px;
}

.jgeor-feature-card {
    background: #ffffff;
    border: 1px solid #dfe8e4;
    border-radius: 12px;
    padding: 26px 20px;
    text-align: center;
    box-shadow: 0 5px 18px rgba(11, 61, 79, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.jgeor-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 26px rgba(11, 61, 79, 0.14);
}

.jgeor-feature-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #2F7D69;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.jgeor-feature-card h3 {
    color: #0B3D4F;
    font-size: 19px;
    margin: 0 0 8px;
}

.jgeor-feature-card p {
    color: #56646a;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .jgeor-feature-grid {
        grid-template-columns: 1fr;
    }
}
/* ==================================================
   JGEOR HEADER & NAVIGATION
   ================================================== */

/* Header */
.pkp_structure_head {
    background: #0b3d4f;
    border-bottom: none;
}

/* Logo area */
.pkp_site_name {
    padding-top: 18px;
    padding-bottom: 10px;
}

.pkp_site_name .is_img img {
    max-height: 90px;
    width: auto;
}

/* Primary navigation */
.pkp_navigation_primary {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pkp_navigation_primary > li > a {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 13px;
    border-radius: 6px;
    transition: background 0.2s ease, color 0.2s ease;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
}

/* Submit Manuscript — last menu item */
.pkp_navigation_primary > li:last-child > a {
    background: #2f7d69;
    color: #ffffff;
    padding: 10px 17px;
    margin-left: 8px;
    border-radius: 7px;
    font-weight: 700;
}

.pkp_navigation_primary > li:last-child > a:hover {
    background: #276957;
    color: #ffffff;
}

/* Search */
.pkp_navigation_search_wrapper a {
    color: #ffffff;
}

/* Main content width */
.pkp_structure_main {
    max-width: 1180px;
}

/* ==================================================
   JGEOR HIGHLIGHTS
   ================================================== */

.pkp_block.block_highlights,
.cmp_highlights {
    border-radius: 10px;
    overflow: hidden;
}

.cmp_highlights .highlight {
    background: #f3f7f5;
    padding: 24px 32px;
}

.cmp_highlights h2,
.cmp_highlights h3 {
    color: #0b3d4f;
    font-weight: 700;
}

/* Buttons inside highlights */
.cmp_highlights a {
    font-weight: 600;
}

.cmp_highlights a[class*="button"],
.cmp_highlights .read_more {
    display: inline-block;
    background: #2f7d69;
    color: #ffffff !important;
    padding: 9px 15px;
    border-radius: 6px;
    text-decoration: none;
}

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

a {
    transition: color 0.2s ease, background 0.2s ease;
}

h1, h2, h3 {
    color: #0b3d4f;
}

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

    .pkp_site_name .is_img img {
        max-height: 65px;
    }

    .pkp_navigation_primary {
        display: block;
    }

    .pkp_navigation_primary > li:last-child > a {
        margin-left: 0;
    }
}
/* JGEOR - Make logo/header area same color as navigation bar */

.pkp_structure_head,
.pkp_site_name_wrapper,
.pkp_head_wrapper {
    background: #2a6f9e !important;
}
/* JGEOR - Make logo/header area same color as navigation bar */

.pkp_structure_head,
.pkp_site_name_wrapper,
.pkp_head_wrapper {
    background: #2a6f9e !important;
}
/* Unified JGEOR Header */

.pkp_structure_head,
.pkp_site_name_wrapper,
.pkp_head_wrapper,
.pkp_navigation_primary_wrapper {
    background: #2a6f9e !important;
}
/* JGEOR - Align Search with primary navigation */

.pkp_navigation_primary_wrapper {
    display: flex !important;
    align-items: center !important;
}

.pkp_navigation_primary {
    flex: 1;
    margin: 0 !important;
}

.pkp_navigation_search_wrapper {
    margin-left: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-self: center !important;
}

.pkp_navigation_search_wrapper a {
    display: flex !important;
    align-items: center !important;
    height: 46px;
    padding: 0 15px !important;
    line-height: 1 !important;
}
/* =========================================================
   JGEOR — MODERN OFFICIAL EDITORIAL BOARD
   ========================================================= */

.jgeor-editorial {
    max-width: 1180px;
    margin: 0 auto;
    padding: 25px 10px 70px;
}


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

.jgeor-editorial-header {
    max-width: 820px;
    margin: 0 auto 55px;
    text-align: center;
}

.jgeor-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #2f7d69;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.jgeor-editorial-header h1 {
    margin: 0 0 16px;
    color: #0b3d4f;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.jgeor-editorial-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #607078;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================
   SECTION HEADINGS
   ========================= */

.jgeor-editorial-section {
    margin-top: 30px;
}

.jgeor-board-section {
    margin-top: 70px;
}

.jgeor-section-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}

.jgeor-section-heading h2 {
    flex: 0 0 auto;
    margin: 0;
    color: #0b3d4f;
    font-size: 23px;
    font-weight: 700;
}

.jgeor-section-heading span {
    flex: 1;
    height: 1px;
    background: #d8e3df;
}


/* =========================
   GRIDS
   ========================= */

.jgeor-leadership-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 420px));
    justify-content: center;
    gap: 32px;
}

.jgeor-board-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}


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

.jgeor-person-card {
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dfe8e5;
    border-radius: 14px;
    padding: 32px 20px 27px;
    text-align: center;
    box-shadow: 0 7px 22px rgba(11, 61, 79, 0.06);

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

.jgeor-person-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: #2f7d69;
}

.jgeor-person-card:hover {
    transform: translateY(-5px);
    border-color: #bfd6ce;
    box-shadow: 0 14px 34px rgba(11, 61, 79, 0.11);
}


/* Leadership slightly stronger */

.jgeor-leadership-card {
    padding-top: 36px;
}

.jgeor-leadership-card::before {
    background: #0b3d4f;
}


/* =========================
   PHOTOS — EXACTLY 200×200
   ========================= */

.jgeor-photo-frame {
    width: 200px;
    height: 200px;

    box-sizing: border-box;

    margin: 0 auto 23px;

    padding: 5px;

    border: 1px solid #cadbd5;
    border-radius: 50%;

    background: #f4f8f6;
}

.jgeor-photo-frame img {
    width: 188px;
    height: 188px;

    display: block;

    object-fit: cover;
    object-position: center top;

    border-radius: 50%;

    background: #eef3f1;
}


/* =========================
   MEMBER INFORMATION
   ========================= */

.jgeor-person-info {
    text-align: center;
}

.jgeor-person-info h3 {
    min-height: 52px;

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

    margin: 13px 0 8px;

    color: #0b3d4f;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.jgeor-position {
    display: inline-block;

    padding: 6px 12px;

    border: 1px solid #cfe2db;
    border-radius: 20px;

    background: #eef6f3;

    color: #2f6f5d;

    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.2;
}

.jgeor-position-primary {
    border-color: #0b3d4f;
    background: #0b3d4f;
    color: #ffffff;
}

.jgeor-institution {
    min-height: 45px;

    margin: 0 0 10px;

    color: #586970;

    font-size: 13.5px;
    line-height: 1.55;
}

.jgeor-location {
    margin: 0;

    color: #7a898e;

    font-size: 12.5px;
    font-weight: 600;
}

.jgeor-location::before {
    content: "●";

    margin-right: 7px;

    color: #2f7d69;

    font-size: 7px;

    vertical-align: middle;
}


/* =========================
   EDITORIAL NOTE
   ========================= */

.jgeor-editorial-note {
    max-width: 850px;

    margin: 65px auto 0;

    padding: 18px 22px;

    border-left: 4px solid #2f7d69;

    background: #f4f8f6;

    color: #53636a;

    font-size: 13.5px;
    line-height: 1.65;
}


/* =========================
   RESPONSIVE — TABLET
   ========================= */

@media (max-width: 1100px) {

    .jgeor-board-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }

}


/* =========================
   RESPONSIVE — SMALL TABLET
   ========================= */

@media (max-width: 780px) {

    .jgeor-leadership-grid {
        grid-template-columns: 1fr;
    }

    .jgeor-leadership-card {
        max-width: 430px;
        width: 100%;
        margin: 0 auto;
    }

}


/* =========================
   RESPONSIVE — MOBILE
   ========================= */

@media (max-width: 600px) {

    .jgeor-editorial {
        padding-top: 15px;
    }

    .jgeor-editorial-header {
        margin-bottom: 40px;
    }

    .jgeor-editorial-header h1 {
        font-size: 31px;
    }

    .jgeor-editorial-header p {
        font-size: 15px;
    }

    .jgeor-board-grid {
        grid-template-columns: 1fr;
    }

    .jgeor-person-card {
        max-width: 390px;
        width: 100%;
        margin: 0 auto;
    }

    .jgeor-section-heading {
        justify-content: center;
    }

    .jgeor-section-heading h2 {
        text-align: center;
    }

    .jgeor-section-heading span {
        display: none;
    }

}