/* ══════════════════════════════════════════════════════ */
/* LOSARI: Jurnal Pengabdian Kepada Masyarakat           */
/* Palet: Biru (#1A5276, #2E86C1, #AED6F1, #EBF5FB)    */
/* Versi: 1.0 | Juni 2026                               */
/* ══════════════════════════════════════════════════════ */


.box-shadow.background-white.col-md-12.col-xs-12.dummy_after_editorial_team,
.dummy_aftereditorialteam,
.dummy_AfterEditorialTeam,
.dummy_afterEditorialTeam {
    display: none;
}
a#clustrmaps-widget-v2, #clustrmaps-widget-v2 {
    display: none !important;
}

/* ── Base typography ── */
.about.col-sm-12 {
    text-align: justify;
}

/* ── Global link color (biru) ── */
a {
    color: #2E86C1;
    text-decoration: none;
}

/* ── Footer watermark hide ── */
footer div[style*="background-color:white"] {
    display: none !important;
}

/* ── editorial_team_block link color ── */
.editorial_team_block .read_more a {
    color: #2E86C1;
}
.editorial_team_block a {
    color: #2E86C1;
    text-decoration: none;
}

/* ── Sidebar list items ── */
.pkp_block ul li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ebf5fb33;
}

/* ── Responsive image ── */
.responsive-img {
    width: 100%;
    height: auto;
}


/* ══════════════════════════════════════════════════════ */
/* ── Author Resources Sidebar ── */
/* ══════════════════════════════════════════════════════ */
.ec-menu-item {
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    border-radius: 7px !important;
    overflow: hidden !important;
    position: relative !important;
}

.ec-menu-item a {
    display: flex !important;
    align-items: center !important;
    padding: 10px 14px !important;
    background-color: #EBF5FB !important;
    color: #1A5276 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    border-radius: 7px !important;
    border: 1px solid transparent !important;
    position: relative !important;
    overflow: hidden !important;
    transition: color 0.22s ease, background-color 0.22s ease,
                border-color 0.22s ease, transform 0.18s ease,
                box-shadow 0.22s ease, padding-left 0.22s ease !important;
}

.ec-menu-item a::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 3px !important;
    background-color: #1A5276 !important;
    border-radius: 0 3px 3px 0 !important;
    transform: scaleY(0) !important;
    transition: transform 0.2s ease !important;
    transform-origin: center !important;
}

.ec-menu-item a::after {
    content: '›' !important;
    position: absolute !important;
    right: 14px !important;
    font-size: 18px !important;
    color: #1A5276 !important;
    opacity: 0 !important;
    transform: translateX(-6px) !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.ec-menu-item a:hover {
    background-color: #ffffff !important;
    border-color: #AED6F1 !important;
    color: #1A5276 !important;
    padding-left: 20px !important;
    transform: translateX(3px) !important;
    box-shadow: 0 2px 10px rgba(26, 82, 118, 0.15) !important;
}

.ec-menu-item a:hover::before {
    transform: scaleY(1) !important;
}

.ec-menu-item a:hover::after {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.ec-menu-item a:active {
    transform: translateX(1px) scale(0.98) !important;
}

.ec-menu-item a em.fa {
    font-family: FontAwesome !important;
    font-style: normal !important;
    display: inline-block !important;
    width: 18px !important;
    min-width: 18px !important;
    text-align: center !important;
    margin-right: 8px !important;
    font-size: 14px !important;
    transition: transform 0.2s ease !important;
    -webkit-font-smoothing: antialiased !important;
}

.ec-menu-item a:hover em.fa {
    transform: rotate(-5deg) scale(1.2) !important;
}


/* ══════════════════════════════════════════════════════ */
/* ── Focus and Scope — ASJC & SDG Table Styling ── */
/* ══════════════════════════════════════════════════════ */
.pkp_block .editorial_team_block table,
.pkp_structure_main .editorial_team_block table {
    border-collapse: collapse !important;
    width: 100% !important;
    margin: 12px 0 !important;
}

.pkp_block .editorial_team_block table th,
.pkp_structure_main .editorial_team_block table th {
    padding: 8px 10px !important;
    text-align: left !important;
    background-color: #1A5276 !important;
    color: #ffffff !important;
    border: 1px solid #AED6F1 !important;
}

.pkp_block .editorial_team_block table td,
.pkp_structure_main .editorial_team_block table td {
    padding: 8px 10px !important;
    border: 1px solid #AED6F1 !important;
    vertical-align: top !important;
    background-color: #ffffff !important;
}

.pkp_block .editorial_team_block table tr:nth-child(even) td,
.pkp_structure_main .editorial_team_block table tr:nth-child(even) td {
    background-color: #EBF5FB !important;
}

/* Sub-heading h3 dalam Focus & Scope */
.pkp_block .editorial_team_block h3,
.pkp_structure_main .editorial_team_block h3 {
    color: #1A5276 !important;
    margin-top: 24px !important;
}

/* Callout boxes (.ec-callout) */
.pkp_block .editorial_team_block .ec-callout,
.pkp_structure_main .editorial_team_block .ec-callout {
    background-color: #EBF5FB !important;
    border-left: 4px solid #1A5276 !important;
    border-radius: 4px !important;
    padding: 14px 18px !important;
    margin: 18px 0 !important;
}

.pkp_block .editorial_team_block .ec-callout p,
.pkp_structure_main .editorial_team_block .ec-callout p {
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.pkp_block .editorial_team_block .ec-callout:hover,
.pkp_structure_main .editorial_team_block .ec-callout:hover {
    box-shadow: 0 2px 10px rgba(26, 82, 118, .12) !important;
}

/* List items dalam editorial_team_block */
.pkp_block .editorial_team_block ul li,
.pkp_structure_main .editorial_team_block ul li {
    background-color: transparent !important;
    padding: 8px 0 8px 22px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #D6EAF8 !important;
    position: relative !important;
    list-style: none !important;
    transition: background-color .15s ease, padding-left .15s ease !important;
}

.pkp_block .editorial_team_block ul li::before,
.pkp_structure_main .editorial_team_block ul li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background-color: #1A5276 !important;
}

.pkp_block .editorial_team_block ul li:hover,
.pkp_structure_main .editorial_team_block ul li:hover {
    background-color: #EBF5FB !important;
    padding-left: 28px !important;
}


/* ══════════════════════════════════════════════════════ */
/* ── Author Guideline — Hover Effects ── */
/* ══════════════════════════════════════════════════════ */

/* Stat cards (background #f5f5f5) */
.pkp_structure_main table td[style*="background-color: #f5f5f5"],
.pkp_structure_main table td[style*="background-color:#f5f5f5"] {
    transition: transform .18s ease, box-shadow .18s ease;
    cursor: default;
}
.pkp_structure_main table td[style*="background-color: #f5f5f5"]:hover,
.pkp_structure_main table td[style*="background-color:#f5f5f5"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(26, 82, 118, .18);
}

/* Paper type cards (border #e0e0e0) */
.pkp_structure_main table td[style*="border: 1px solid #e0e0e0"],
.pkp_structure_main table td[style*="border:1px solid #e0e0e0"] {
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.pkp_structure_main table td[style*="border: 1px solid #e0e0e0"]:hover,
.pkp_structure_main table td[style*="border:1px solid #e0e0e0"]:hover {
    border-color: #1A5276 !important;
    box-shadow: 0 4px 14px rgba(26, 82, 118, .15);
    transform: translateY(-2px);
}

/* Table cells dengan border AED6F1 (biru muda) */
.pkp_structure_main table td[style*="border: 1px solid #AED6F1"],
.pkp_structure_main table td[style*="border:1px solid #AED6F1"] {
    transition: background-color .18s ease;
}
.pkp_structure_main table td[style*="border: 1px solid #AED6F1"]:hover,
.pkp_structure_main table td[style*="border:1px solid #AED6F1"]:hover {
    background-color: #D6EAF8 !important;
}

/* White background cells */
.pkp_structure_main table td[style*="background-color: #fff"],
.pkp_structure_main table td[style*="background-color:#fff"] {
    transition: background-color .18s ease;
}
.pkp_structure_main table td[style*="background-color: #fff"]:hover,
.pkp_structure_main table td[style*="background-color:#fff"]:hover {
    background-color: #EBF5FB !important;
}


/* ══════════════════════════════════════════════════════ */
/* ── DIV-based Card Hover Effects ── */
/* (untuk semua halaman yang pakai div sebagai card wrapper) */
/* ══════════════════════════════════════════════════════ */

/* Card putih border #e0e0e0 */
.page div[style*="border: 1px solid #e0e0e0"],
.page div[style*="border:1px solid #e0e0e0"],
.editorial_page div[style*="border: 1px solid #e0e0e0"],
.editorial_page div[style*="border:1px solid #e0e0e0"] {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
    cursor: default !important;
}
.page div[style*="border: 1px solid #e0e0e0"]:hover,
.page div[style*="border:1px solid #e0e0e0"]:hover,
.editorial_page div[style*="border: 1px solid #e0e0e0"]:hover,
.editorial_page div[style*="border:1px solid #e0e0e0"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 18px rgba(26, 82, 118, .15) !important;
    border-color: #2E86C1 !important;
}

/* Card biru muda border #AED6F1 */
.page div[style*="border: 1px solid #AED6F1"],
.page div[style*="border:1px solid #AED6F1"],
.editorial_page div[style*="border: 1px solid #AED6F1"],
.editorial_page div[style*="border:1px solid #AED6F1"] {
    transition: transform .18s ease, box-shadow .18s ease !important;
    cursor: default !important;
}
.page div[style*="border: 1px solid #AED6F1"]:hover,
.page div[style*="border:1px solid #AED6F1"]:hover,
.editorial_page div[style*="border: 1px solid #AED6F1"]:hover,
.editorial_page div[style*="border:1px solid #AED6F1"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 18px rgba(26, 82, 118, .15) !important;
}

/* Card Collaboration border #2E86C1 (featured card) */
.page div[style*="border: 2px solid #2E86C1"],
.page div[style*="border:2px solid #2E86C1"] {
    transition: transform .18s ease, box-shadow .18s ease !important;
    cursor: default !important;
}
.page div[style*="border: 2px solid #2E86C1"]:hover,
.page div[style*="border:2px solid #2E86C1"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(46, 134, 193, .25) !important;
}

/* Fast Track card border #F9E79F */
.page div[style*="border: 1px solid #F9E79F"],
.page div[style*="border:1px solid #F9E79F"] {
    transition: transform .18s ease, box-shadow .18s ease !important;
    cursor: default !important;
}
.page div[style*="border: 1px solid #F9E79F"]:hover,
.page div[style*="border:1px solid #F9E79F"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 18px rgba(230, 126, 34, .18) !important;
}

/* Pill/tag spans */
span[style*="border-radius: 20px"],
span[style*="border-radius:20px"] {
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
    cursor: default;
}
span[style*="border-radius: 20px"]:hover,
span[style*="border-radius:20px"]:hover {
    background-color: #AED6F1 !important;
    border-color: #1A5276 !important;
    color: #0d2d45 !important;
}

/* Badge spans (#EBF5FB background) */
span[style*="background-color: #EBF5FB"],
span[style*="background-color:#EBF5FB"] {
    transition: background-color .15s ease, transform .12s ease;
    cursor: default;
    display: inline-block;
}
span[style*="background-color: #EBF5FB"]:hover,
span[style*="background-color:#EBF5FB"]:hover {
    background-color: #AED6F1 !important;
    transform: scale(1.05);
}

/* Download button (biru) */
a[style*="background-color: #1A5276"],
a[style*="background-color:#1A5276"] {
    transition: background-color .18s ease, transform .15s ease;
}
a[style*="background-color: #1A5276"]:hover,
a[style*="background-color:#1A5276"]:hover {
    background-color: #2E86C1 !important;
    transform: translateY(-1px);
}

/* Callout box hover */
div[style*="background-color: #EBF5FB"],
div[style*="background-color:#EBF5FB"] {
    transition: box-shadow .18s ease;
}
div[style*="background-color: #EBF5FB"]:hover,
div[style*="background-color:#EBF5FB"]:hover {
    box-shadow: 0 2px 10px rgba(26, 82, 118, .12);
}


/* ══════════════════════════════════════════════════════ */
/* ── Editorial Team — Hover Effects ── */
/* ══════════════════════════════════════════════════════ */

/* ORCID badge hover */
.editorial_page a[style*="border-radius: 20px"][style*="#a6ce39"],
.editorial_page a[style*="border-radius:20px"][style*="#a6ce39"] {
    transition: background-color .18s ease, border-color .18s ease, transform .15s ease, box-shadow .18s ease !important;
}
.editorial_page a[style*="border-radius: 20px"][style*="#a6ce39"]:hover,
.editorial_page a[style*="border-radius:20px"][style*="#a6ce39"]:hover {
    background-color: #e3f3c8 !important;
    border-color: #8bb82f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 3px 8px rgba(166, 206, 57, .25) !important;
}

/* Google Scholar badge hover */
.editorial_page a[style*="border-radius: 20px"][style*="#4285f4"],
.editorial_page a[style*="border-radius:20px"][style*="#4285f4"] {
    transition: background-color .18s ease, border-color .18s ease, transform .15s ease, box-shadow .18s ease !important;
}
.editorial_page a[style*="border-radius: 20px"][style*="#4285f4"]:hover,
.editorial_page a[style*="border-radius:20px"][style*="#4285f4"]:hover {
    background-color: #d2e3fc !important;
    border-color: #2a56c6 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 3px 8px rgba(66, 133, 244, .25) !important;
}

/* Scopus badge hover */
.editorial_page a[style*="border-radius: 20px"][style*="#ff9800"],
.editorial_page a[style*="border-radius:20px"][style*="#ff9800"] {
    transition: background-color .18s ease, border-color .18s ease, transform .15s ease, box-shadow .18s ease !important;
}
.editorial_page a[style*="border-radius: 20px"][style*="#ff9800"]:hover,
.editorial_page a[style*="border-radius:20px"][style*="#ff9800"]:hover {
    background-color: #ffe0b2 !important;
    border-color: #b35900 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 3px 8px rgba(255, 152, 0, .25) !important;
}

/* Avatar circle hover — biru */
.editorial_page div[style*="border-radius: 50%"][style*="#1a5276"],
.editorial_page div[style*="border-radius:50%"][style*="#1a5276"],
.editorial_page div[style*="border-radius: 50%"][style*="#1A5276"],
.editorial_page div[style*="border-radius:50%"][style*="#1A5276"] {
    transition: transform .2s ease, box-shadow .2s ease !important;
}
.editorial_page tr:hover div[style*="border-radius: 50%"][style*="#1a5276"],
.editorial_page tr:hover div[style*="border-radius:50%"][style*="#1a5276"],
.editorial_page tr:hover div[style*="border-radius: 50%"][style*="#1A5276"],
.editorial_page tr:hover div[style*="border-radius:50%"][style*="#1A5276"] {
    transform: scale(1.08) rotate(-4deg) !important;
    box-shadow: 0 3px 10px rgba(26, 82, 118, .35) !important;
}

/* Editor card hover */
.editorial_page td[style*="background-color: #EBF5FB"][style*="border: 1px solid #AED6F1"],
.editorial_page td[style*="background-color:#EBF5FB"][style*="border:1px solid #AED6F1"],
.editorial_page td[style*="background-color: #fff"][style*="border: 1px solid #e0e0e0"],
.editorial_page td[style*="background-color:#fff"][style*="border:1px solid #e0e0e0"] {
    transition: box-shadow .2s ease, transform .2s ease !important;
}
.editorial_page td[style*="background-color: #EBF5FB"][style*="border: 1px solid #AED6F1"]:hover,
.editorial_page td[style*="background-color:#EBF5FB"][style*="border:1px solid #AED6F1"]:hover,
.editorial_page td[style*="background-color: #fff"][style*="border: 1px solid #e0e0e0"]:hover,
.editorial_page td[style*="background-color:#fff"][style*="border:1px solid #e0e0e0"]:hover {
    box-shadow: 0 4px 14px rgba(26, 82, 118, .15) !important;
    transform: translateY(-2px) !important;
}


/* ══════════════════════════════════════════════════════ */
/* ── Publication Ethics — Card Hover Effects ── */
/* ══════════════════════════════════════════════════════ */

.page td[style*="background-color: #EBF5FB"][style*="border: 1px solid #AED6F1"],
.page td[style*="background-color:#EBF5FB"][style*="border:1px solid #AED6F1"],
.page td[style*="background-color: #fff"][style*="border: 1px solid #e0e0e0"],
.page td[style*="background-color:#fff"][style*="border:1px solid #e0e0e0"] {
    transition: box-shadow .2s ease, transform .2s ease !important;
    cursor: default !important;
}
.page td[style*="background-color: #EBF5FB"][style*="border: 1px solid #AED6F1"]:hover,
.page td[style*="background-color:#EBF5FB"][style*="border:1px solid #AED6F1"]:hover,
.page td[style*="background-color: #fff"][style*="border: 1px solid #e0e0e0"]:hover,
.page td[style*="background-color:#fff"][style*="border:1px solid #e0e0e0"]:hover {
    box-shadow: 0 4px 14px rgba(26, 82, 118, .15) !important;
    transform: translateY(-2px) !important;
}

/* Numbered circle icon hover — biru */
.page div[style*="border-radius: 50%"][style*="background-color: #1a5276"],
.page div[style*="border-radius:50%"][style*="background-color:#1a5276"],
.page div[style*="border-radius: 50%"][style*="background-color: #1A5276"],
.page div[style*="border-radius:50%"][style*="background-color:#1A5276"] {
    transition: transform .2s ease, box-shadow .2s ease !important;
}
.page tr:hover div[style*="border-radius: 50%"][style*="background-color: #1a5276"],
.page tr:hover div[style*="border-radius:50%"][style*="background-color:#1a5276"],
.page tr:hover div[style*="border-radius: 50%"][style*="background-color: #1A5276"],
.page tr:hover div[style*="border-radius:50%"][style*="background-color:#1A5276"] {
    transform: scale(1.12) !important;
    box-shadow: 0 3px 10px rgba(26, 82, 118, .35) !important;
}

/* Callout box hover — biru */
.page .ec-callout,
.page div[style*="background-color:#EBF5FB"][style*="border-left:4px solid #1A5276"] {
    background-color: #EBF5FB !important;
    border-left: 4px solid #1A5276 !important;
    border-radius: 4px !important;
    transition: box-shadow .18s ease !important;
}
.page .ec-callout:hover,
.page div[style*="background-color:#EBF5FB"][style*="border-left:4px solid #1A5276"]:hover {
    box-shadow: 0 2px 10px rgba(26, 82, 118, .12) !important;
}


/* ══════════════════════════════════════════════════════ */
/* ── Peer Review Process — Hover Effects ── */
/* ══════════════════════════════════════════════════════ */

.page span[style*="border-radius: 20px"][style*="#f9f9f9"],
.page span[style*="border-radius:20px"][style*="#f9f9f9"] {
    transition: background-color .15s ease, border-color .15s ease, color .15s ease !important;
    cursor: default !important;
}
.page span[style*="border-radius: 20px"][style*="#f9f9f9"]:hover,
.page span[style*="border-radius:20px"][style*="#f9f9f9"]:hover {
    background-color: #AED6F1 !important;
    border-color: #1A5276 !important;
    color: #0d2d45 !important;
}

/* Decision boxes */
.page div[style*="background-color: #EBF5FB"][style*="border: 1px solid #AED6F1"][style*="padding: 8px 12px"],
.page div[style*="background-color:#EBF5FB"][style*="border:1px solid #AED6F1"][style*="padding:8px 12px"] {
    transition: background-color .15s ease, transform .15s ease !important;
    cursor: default !important;
}
.page div[style*="background-color: #EBF5FB"][style*="border: 1px solid #AED6F1"][style*="padding: 8px 12px"]:hover,
.page div[style*="background-color:#EBF5FB"][style*="border:1px solid #AED6F1"][style*="padding:8px 12px"]:hover {
    background-color: #D6EAF8 !important;
    transform: translateX(3px) !important;
}

/* Timeline stat cards (#f5f5f5) */
.page table td[style*="background-color: #f5f5f5"],
.page table td[style*="background-color:#f5f5f5"] {
    transition: transform .18s ease, box-shadow .18s ease !important;
    cursor: default !important;
}
.page table td[style*="background-color: #f5f5f5"]:hover,
.page table td[style*="background-color:#f5f5f5"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 12px rgba(26, 82, 118, .18) !important;
}

/* White stat cards inside nested table */
.page table table td[style*="background-color: #fff"]:not([style*="border:"]),
.page table table td[style*="background-color:#fff"]:not([style*="border:"]) {
    transition: transform .18s ease, box-shadow .18s ease !important;
    cursor: default !important;
}
.page table table td[style*="background-color: #fff"]:not([style*="border:"]):hover,
.page table table td[style*="background-color:#fff"]:not([style*="border:"]):hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 12px rgba(26, 82, 118, .18) !important;
}

/* Sub-cards (border #e0e0e0 inside tier table) */
.page table table td[style*="border: 1px solid #e0e0e0"],
.page table table td[style*="border:1px solid #e0e0e0"] {
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}
.page table table td[style*="border: 1px solid #e0e0e0"]:hover,
.page table table td[style*="border:1px solid #e0e0e0"]:hover {
    border-color: #1A5276 !important;
    box-shadow: 0 4px 14px rgba(26, 82, 118, .15) !important;
    transform: translateY(-2px) !important;
}


/* ══════════════════════════════════════════════════════ */
/* ── Submission Block — Hover Effects ── */
/* ══════════════════════════════════════════════════════ */

.pkp_block a[style*="border: 2px solid #1A5276"],
.pkp_block a[style*="border:2px solid #1A5276"] {
    transition: background-color .2s ease, box-shadow .2s ease,
                transform .18s ease, border-color .2s ease !important;
    cursor: pointer !important;
}
.pkp_block a[style*="border: 2px solid #1A5276"]:hover,
.pkp_block a[style*="border:2px solid #1A5276"]:hover {
    background-color: #D6EAF8 !important;
    border-color: #2E86C1 !important;
    box-shadow: 0 6px 20px rgba(26, 82, 118, .25) !important;
    transform: translateY(-3px) !important;
}

.pkp_block a[style*="border: 2px solid #1A5276"] span,
.pkp_block a[style*="border:2px solid #1A5276"] span {
    transition: background-color .2s ease, transform .15s ease !important;
    display: inline-block !important;
}
.pkp_block a[style*="border: 2px solid #1A5276"]:hover span,
.pkp_block a[style*="border:2px solid #1A5276"]:hover span {
    background-color: #2E86C1 !important;
    transform: scale(1.04) !important;
}


/* ══════════════════════════════════════════════════════ */
/* ── About Journal — Link styling ── */
/* ══════════════════════════════════════════════════════ */

.pkp_structure_head a[href*="issn"],
.about a[href*="issn"] {
    color: #0d2d45 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}
.pkp_structure_head a[href*="issn"]:hover,
.about a[href*="issn"]:hover {
    color: #1A5276 !important;
    text-decoration: underline !important;
}

.about a {
    color: #0d2d45 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}
.about a:hover {
    color: #1A5276 !important;
}

/* ── Carousel Button Hover ── */
#ec-carousel button:hover {
    background: rgba(26, 82, 118, 0.98) !important;
    transform: translateY(-50%) scale(1.1) !important;
}
#ec-carousel button:focus { outline: none !important; }


/* ══════════════════════════════════════════════════════ */
/* ── Tools/Badge Images Sidebar — Hover Effects ── */
/* ══════════════════════════════════════════════════════ */

.pkp_block p a img,
.pkp_block p > a > img {
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease !important;
    display: inline-block !important;
    border-radius: 6px !important;
}
.pkp_block p a:hover img,
.pkp_block p > a:hover > img {
    transform: translateY(-4px) scale(1.04) !important;
    box-shadow: 0 8px 20px rgba(26, 82, 118, .28) !important;
    opacity: 0.92 !important;
}

.pkp_block .responsive-img {
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease !important;
    border-radius: 10px !important;
    display: block !important;
}
.pkp_block a:hover .responsive-img {
    transform: translateY(-4px) scale(1.02) !important;
    box-shadow: 0 8px 24px rgba(26, 82, 118, .30) !important;
    opacity: 0.92 !important;
}


/* ══════════════════════════════════════════════════════ */
/* ── Footer — Modern Styling & Hover Effects ── */
/* ══════════════════════════════════════════════════════ */

.pkp_structure_footer a[href*="mailto"] {
    transition: color .2s ease !important;
}
.pkp_structure_footer a[href*="mailto"]:hover {
    color: #AED6F1 !important;
}

.copyright-wrapper a {
    transition: color .2s ease !important;
}
.copyright-wrapper a:hover {
    color: #ffffff !important;
}

.pkp_structure_footer em.fa,
footer em.fa {
    font-family: FontAwesome !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
}


/* ══════════════════════════════════════════════════════ */
/* ── About Journal: hide title & default box ── */
/* ══════════════════════════════════════════════════════ */

.row.journal_index.header_section > .container.journal_name_logo:first-child {
    display: none !important;
}
.container.journal_name_logo:has(.about_journal) {
    padding: 0 !important; margin: 0 !important;
    max-width: 100% !important; width: 100% !important;
}
.about_journal {
    background: transparent !important;
    padding: 0 !important; margin: 0 !important;
}
.about_journal h1 { display: none !important; }


/* ══════════════════════════════════════════════════════ */
/* ── Article List — Card per Judul ── */
/* ══════════════════════════════════════════════════════ */

/* Card wrapper */
.article-summary.media {
    background-color: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    border-left: 4px solid #2E86C1 !important;
    border-radius: 8px !important;
    padding: 20px 20px 14px 20px !important;
    margin-bottom: 14px !important;
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease !important;
}
.article-summary.media:hover {
    box-shadow: 0 4px 18px rgba(26, 82, 118, .15) !important;
    transform: translateY(-2px) !important;
    border-left-color: #1A5276 !important;
}

/* Article title */
.article-summary .article_name {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
    transition: color .18s ease !important;
}
.article-summary .article_name:hover {
    color: #1A5276 !important;
}

/* Page number badge */
.article-summary .pages {
    background-color: #EBF5FB !important;
    border: 1px solid #AED6F1 !important;
    border-radius: 4px !important;
    padding: 2px 8px !important;
    font-size: 12px !important;
    color: #0d2d45 !important;
    font-weight: bold !important;
}
.article-summary .pages .page_number {
    color: #0d2d45 !important;
}

/* Author */
.article-summary .author span {
    font-size: 13px !important;
    color: #555 !important;
}

/* Read Statistic */
.article-summary .stat_counter {
    font-size: 12px !important;
    color: #888 !important;
}

/* Section heading */
.issue-toc .sections .section .page-header h2 {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
    border-bottom: 2px solid #2E86C1 !important;
    padding-bottom: 8px !important;
    margin-bottom: 16px !important;
}

/* Published date */
.issue-toc .published {
    font-size: 13px !important;
    color: #888 !important;
    margin-bottom: 16px !important;
}


/* ══════════════════════════════════════════════════════ */
/* ── Mobile Responsive — max-width: 600px ── */
/* ══════════════════════════════════════════════════════ */

@media (max-width: 600px) {

    /* APC Pricing Cards: stack 3 columns to 1 column */
    table.losari-apc-row,
    table.losari-apc-row tbody,
    table.losari-apc-row tr {
        display: block !important;
        width: 100% !important;
    }
    table.losari-apc-row td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-bottom: 10px !important;
    }

    /* Fast Track strip: price below label on mobile */
    table.losari-fasttrack td.ft-price {
        text-align: left !important;
        padding-top: 6px !important;
    }

    /* Editorial & reviewer cards: inner avatar + text stays horizontal */
    .editorial_page table table td {
        padding: 4px !important;
    }

    /* Focus & Scope: ASJC and SDG tables stack on mobile */
    .editorial_team_block table,
    .page table {
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    /* Sidebar menu items: ensure full width */
    .ec-menu-item a {
        font-size: 12px !important;
    }

    /* About Journal wrapper: prevent overflow */
    .losari-info-grid,
    .losari-two-col,
    .losari-tl-row {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    /* Info cards: stack on mobile */
    .losari-info-grid {
        display: block !important;
        width: 100% !important;
        overflow: hidden !important;
    }
    .losari-info-grid tbody {
        display: block !important;
        width: 100% !important;
    }
    .losari-info-grid tr {
        display: block !important;
        width: 100% !important;
    }
    .losari-info-grid td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-bottom: 8px !important;
        border-spacing: 0 !important;
    }

    /* General: prevent text overflow */
    .page p,
    .editorial_team_block p {
        word-break: break-word !important;
    }
}


/* ══════════════════════════════════════════════════════ */
/* ── Hide empty Journal Description heading ── */
.journal-description {
    display: none !important;
}
/* ══════════════════════════════════════════════════════ */

/* Info cards */
.losari-info-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease !important;
    cursor: default !important;
}
.losari-info-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(26,82,118,0.20) !important;
}

/* Hero buttons */
.losari-btn-primary {
    transition: background 0.2s ease, transform 0.2s ease !important;
}
.losari-btn-primary:hover {
    background: #2E86C1 !important;
    transform: translateY(-2px) !important;
}
.losari-btn-outline {
    transition: background 0.2s ease, transform 0.2s ease !important;
}
.losari-btn-outline:hover {
    background: #EBF5FB !important;
    transform: translateY(-2px) !important;
}

/* Journal info items */
.losari-ji-item {
    transition: background 0.2s ease !important;
}
.losari-ji-item:hover {
    background: #EBF5FB !important;
}

/* Aims/Scope panel */
.losari-panel {
    transition: box-shadow 0.2s ease !important;
}
.losari-panel:hover {
    box-shadow: 0 4px 14px rgba(26,82,118,0.10) !important;
}

/* Scope tags */
.losari-scope-tag {
    transition: background 0.15s ease, color 0.15s ease !important;
    cursor: default !important;
}
.losari-scope-tag:hover {
    background: #AED6F1 !important;
    color: #0d2d45 !important;
}

/* Timeline cards */
.losari-tl-card {
    transition: box-shadow 0.22s ease, transform 0.22s ease !important;
}
.losari-tl-card:hover {
    box-shadow: 0 6px 20px rgba(26,82,118,0.15) !important;
    transform: translateY(-3px) !important;
}

/* Learn more link */
.losari-learn-more {
    transition: color 0.2s ease !important;
}
.losari-learn-more:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Ticker / Running logo animation */
@keyframes losari-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.losari-ticker {
    animation: losari-scroll 20s linear infinite !important;
}
.losari-ticker:hover {
    animation-play-state: paused !important;
}
.losari-ticker img {
    transition: opacity 0.2s ease !important;
}
.losari-ticker a:hover img {
    opacity: 1 !important;
}


/* ══════════════════════════════════════════════════════ */
/* ── Announcements Section ── */
/* ══════════════════════════════════════════════════════ */

/* Section heading */
.cmp_announcements .page-header h2 {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #1A5276 !important;
    border-bottom: 2px solid #2E86C1 !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}

/* Each announcement card */
.announcement-summary.media {
    background-color: #ffffff !important;
    border: 1px solid #e8f0f7 !important;
    border-left: 4px solid #2E86C1 !important;
    border-radius: 10px !important;
    padding: 20px 24px !important;
    margin-bottom: 14px !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease !important;
}
.announcement-summary.media:hover {
    box-shadow: 0 4px 18px rgba(26,82,118,0.13) !important;
    transform: translateY(-2px) !important;
    border-left-color: #1A5276 !important;
}

/* Announcement title link */
.announcement-summary .media-heading a {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #1A5276 !important;
    text-decoration: none !important;
    transition: color 0.18s ease !important;
}
.announcement-summary .media-heading a:hover {
    color: #2E86C1 !important;
}

/* Date */
.announcement-summary p.date {
    font-size: 12px !important;
    color: #888 !important;
    margin: 4px 0 12px 0 !important;
}
.announcement-summary p.date .glyphicon {
    color: #AED6F1 !important;
    margin-right: 4px !important;
}

/* Body text */
.announcement-summary .media-body p {
    font-size: 13px !important;
    color: #555 !important;
    line-height: 1.75 !important;
    text-align: justify !important;
}