.pkp_structure_head {
    background-color: #d0225e;
}

.pkp_site_name .is_img img {
    border-radius: 1rem;
    max-height: fit-content;
}

@media (max-width : 562px) {
    .pkp_site_name .is_img img {
        max-height: unset;
    }
}
.pkp_site_nav_menu--isOpen {
    display: block;
    transition: auto;
    /* box-shadow: -5px -12px 17px 3px #f80a1b; */
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
    backdrop-filter: blur(10px);
    background: #000000bf;
}

.pkp_navigation_primary_wrapper {
    padding : 10px;
}

a {
    color: #980033;
}

.pkp_structure_footer_wrapper {
    background: #ffbfdc;
}
/* =========================================================
   TAMBAHAN STYLE GRID 1 KOLOM UNTUK ARCHIVE & ISSUE ARTIKEL
   ========================================================= */

/* Container Utama Daftar Artikel */
.obj_article_summary,
.cmp_article_list .item,
.issue_toc .articles .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #d0225e; /* Accent warna header Anda */
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Efek Hover saat Kursor di atas Kotak Artikel */
.obj_article_summary:hover,
.cmp_article_list .item:hover,
.issue_toc .articles .item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(208, 34, 94, 0.15);
}

/* Penataan Lencana Open Access & Badge Link Eksternal */
.article_custom_links,
.obj_article_summary .open_access_badge,
.pkp_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
}

/* Badge Open Access */
.open_access_badge,
.badge-open-access {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

/* Style Khusus Link Metadata & Profil (Dimensions, ORCID, Google Scholar) */
.article_meta_links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #eee;
}

.article_meta_links a {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    padding: 4px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

/* Style tombol Dimensions */
.article_meta_links a.link-dimensions {
    background-color: #f0f4f8;
    color: #0d47a1;
    border: 1px solid #bbdefb;
}

/* Style tombol ORCID */
.article_meta_links a.link-orcid {
    background-color: #f1f8e9;
    color: #33691e;
    border: 1px solid #c5e1a5;
}

/* Style tombol Google Scholar */
.article_meta_links a.link-scholar {
    background-color: #fff3e0;
    color: #e65100;
    border: 1px solid #ffe0b2;
}

.article_meta_links a:hover {
    filter: brightness(0.95);
    text-decoration: underline;
}
.pkp_structure_head {
    background-color: #d0225e;
}

.pkp_site_name .is_img img {
    border-radius: 1rem;
    max-height: fit-content;
}

@media (max-width : 562px) {
    .pkp_site_name .is_img img {
        max-height: unset;
    }
}

.pkp_site_nav_menu--isOpen {
    display: block;
    transition: auto;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
    backdrop-filter: blur(10px);
    background: #000000bf;
}

.pkp_navigation_primary_wrapper {
    padding : 10px;
}

a {
    color: #980033;
}

.pkp_structure_footer_wrapper {
    background: #ffbfdc;
}

/* =========================================================
   TAMBAHAN STYLE GRID 1 KOLOM UNTUK ARCHIVE & ISSUE ARTIKEL
   ========================================================= */

.obj_article_summary,
.cmp_article_list .item,
.issue_toc .articles .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #d0225e;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.obj_article_summary:hover,
.cmp_article_list .item:hover,
.issue_toc .articles .item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(208, 34, 94, 0.15);
}

.article-metrics-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e0e0e0;
    flex-wrap: wrap;
}

.btn-scholar {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background-color: #4285f4;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
}

.btn-scholar:hover {
    background-color: #3367d6;
}
/* Merapikan Container Citations Plugin */
.citations-container {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px dashed #e0e0e0;
}

.citations-count {
    display: flex !important;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.citations-count > div {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.citations-count img {
    max-height: 20px;
    width: auto;
}

.badge_total {
    font-weight: bold;
    color: #d0225e;
}
/* =========================================================
   STYLE UTAMA WEBSITE
   ========================================================= */

.pkp_structure_head {
    background-color: #d0225e;
}

.pkp_site_name .is_img img {
    border-radius: 1rem;
    max-height: fit-content;
}

@media (max-width : 562px) {
    .pkp_site_name .is_img img {
        max-height: unset;
    }
}

.pkp_site_nav_menu--isOpen {
    display: block;
    transition: auto;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
    backdrop-filter: blur(10px);
    background: #000000bf;
}

.pkp_navigation_primary_wrapper {
    padding : 10px;
}

a {
    color: #980033;
}

.pkp_structure_footer_wrapper {
    background: #ffbfdc;
}

/* =========================================================
   STYLE GRID 1 KOLOM UNTUK ARCHIVE & ISSUE ARTIKEL
   ========================================================= */

.obj_article_summary,
.cmp_article_list .item,
.issue_toc .articles .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #d0225e;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.obj_article_summary:hover,
.cmp_article_list .item:hover,
.issue_toc .articles .item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(208, 34, 94, 0.15);
}

/* Lencana Open Access & Badge Eksternal */
.article_custom_links,
.obj_article_summary .open_access_badge,
.pkp_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.open_access_badge,
.badge-open-access {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

/* Metadata Links (Dimensions, ORCID, Google Scholar) */
.article_meta_links,
.article-metrics-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #eee;
}

.article_meta_links a {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    padding: 4px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.article_meta_links a.link-dimensions {
    background-color: #f0f4f8;
    color: #0d47a1;
    border: 1px solid #bbdefb;
}

.article_meta_links a.link-orcid {
    background-color: #f1f8e9;
    color: #33691e;
    border: 1px solid #c5e1a5;
}

.article_meta_links a.link-scholar,
.btn-scholar {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background-color: #4285f4;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
}

.article_meta_links a:hover,
.btn-scholar:hover {
    filter: brightness(0.95);
    background-color: #3367d6;
}

/* =========================================================
   STYLE CONTAINER CITATIONS PLUGIN (Scopus, Google, Crossref)
   ========================================================= */

.citations-container {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px dashed #e0e0e0;
}

.citations-count {
    display: flex !important;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.citations-count > div {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.citations-count img {
    max-height: 20px;
    width: auto;
}

.badge_total {
    font-weight: bold;
    color: #d0225e;
}
