/* ==========================================================================
   1. PENGATURAN FONT GLOBAL & TATA LETAK DASAR (KAPAT & PADAT)
   ========================================================================== */
*, *::before, *::after,
body, 
.pkp_structure_page, 
.pkp_structure_main, 
.pkp_block, 
.pkp_navigation_primary_row, 
#navbar, 
.obj_article_summary, 
.content td,
.ojs-ethics-wrapper,
.ai-policy-wrapper,
.critique-wrapper,
.timeline-container,
.process-container,
.ojs-alert-info,
.ojs-custom-table,
.plagiarism-policy-wrapper,
.ojs-policy-wrapper {
    font-family: "Bookman Old Style", Times, serif !important;
    font-size: 11pt !important;
    line-height: 1.3 !important;
}

.pkp_structure_page {
    margin: 0 auto;
    width: auto;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.linkHitam { color: #000000; }
.linkPutih { color: #ffffff; }
.linkMerah { color: #ff0000; }

/* Keyframes Global */
@keyframes slideLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-120%)); }
}

@keyframes subtlePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

@keyframes ojsFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   2. HEADER & BANNER LOGO RESPONSIF
   ========================================================================== */
.pkp_structure_head {
    background: #8b0101;
    border-bottom: 0.3rem solid #8b0101;
    width: 100% !important;
    height: auto !important; 
    min-height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.pkp_head_wrapper, 
.pkp_site_name {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.pkp_site_name .is_img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_site_name .is_img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important; 
    max-height: none !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    image-rendering: -webkit-optimize-contrast;
}

.homepage-cover-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 10px;
    background-color: transparent;
}

.homepage-cover-img {
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    transition: transform 0.3s ease;
}

.homepage-cover-img:hover {
    transform: scale(1.02);
}

/* ==========================================================================
   3. MENU NAVIGASI UTAMA & SEARCH BAR
   ========================================================================== */
#navbar {
    background-color: #8b0101;
    margin-bottom: 8px;
}

#navbar a, 
#navbar a:link, 
#navbar a:visited {
    text-transform: none;
    font-family: "Bookman Old Style", Times, serif !important;
}

#navbar a:hover {
    background-color: #EB5151;
}

.pkp_navigation_primary_row {
    background: #f23737;
    padding: 0.15rem 1rem 0 0.5rem;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
    padding: 0 !important;
    margin: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
    margin: 0 !important;
    padding: 0 8px !important;
    line-height: 26px !important;
    font-weight: bold !important;
    font-family: "Bookman Old Style", Times, serif !important;
    transition: 0.2s;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
    background: #8b0101;
    color: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
    background: #541414 !important;
    border-radius: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
    border-bottom: solid 1px #ffffff !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child {
    border-bottom: none !important;
}

.pkp_navigation_search_wrapper a {
    padding-bottom: 2px;
    border-bottom-width: 2px;
    color: #ffffff;
    font-family: "Bookman Old Style", Times, serif !important;
}

/* Efek Hover Navigasi Utama */
.pkp_navigation_primary_row a[href*="contact"],
.pkp_navigation_primary_row a[href*="archive"],
.pkp_navigation_primary_row a[href*="issue"],
.pkp_navigation_primary_row a[href*="history"],
.pkp_navigation_primary_row a[href*="about"],
a[href*="contact"], a[href*="archive"], a[href*="history"] {
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease !important;
}

.pkp_navigation_primary_row a[href*="contact"]::after,
.pkp_navigation_primary_row a[href*="archive"]::after,
.pkp_navigation_primary_row a[href*="issue"]::after,
.pkp_navigation_primary_row a[href*="history"]::after,
.pkp_navigation_primary_row a[href*="about"]::after,
a[href*="contact"].contact-link::after,
a[href*="archive"]::after,
a[href*="history"]::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 50%;
    background-color: #ffffff;
    transition: width 0.3s ease, left 0.3s ease !important;
}

.pkp_navigation_primary_row a[href*="contact"]:hover::after,
.pkp_navigation_primary_row a[href*="archive"]:hover::after,
.pkp_navigation_primary_row a[href*="issue"]:hover::after,
.pkp_navigation_primary_row a[href*="history"]:hover::after,
.pkp_navigation_primary_row a[href*="about"]:hover::after,
a[href*="contact"].contact-link:hover::after,
a[href*="archive"]:hover::after,
a[href*="history"]:hover::after {
    width: 100%;
    left: 0;
}

.pkp_navigation_primary_row a[href*="contact"]:hover,
a[href*="contact"]:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}

.contact-button {
    display: inline-block;
    padding: 6px 12px;
    background-color: #8b0101;
    color: #ffffff !important;
    border-radius: 4px;
    font-family: "Bookman Old Style", Times, serif !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-button:hover {
    background-color: #ef1212;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(239, 18, 18, 0.3);
}

.btn-submit-ojs {
    display: block;
    width: 100%;
    padding: 8px;
    background: #8b0101;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    border-radius: 4px;
    text-decoration: none !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 6px 0;
}

.btn-submit-ojs:hover {
    background: #22c55e !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(34, 197, 94, 0.3);
}

/* Navigasi Cepat (Quick-Nav Component) */
.quick-nav {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 10px 0 15px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.quick-nav a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    padding: 8px 6px !important;
    font-size: 10.5pt !important;
    font-weight: 600;
    font-family: "Bookman Old Style", Times, serif !important;
    color: #8b0101 !important;
    text-decoration: none !important;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
    box-sizing: border-box !important;
}

.quick-nav a:hover {
    background: #8b0101 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(139, 1, 1, 0.2);
    border-color: #8b0101;
}

@media (max-width: 768px) {
    .quick-nav {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ==========================================================================
   4. SIDEBAR & CUSTOM BLOCKS
   ========================================================================== */
#leftSidebar, #rightSidebar {
    margin: 10px 0 0 0;
    padding: 2px;
    background-color: #eeeeee;
    background-image: none;
    height: auto;
    overflow: hidden;
}

#leftSidebar {
    display: none;
    border-right: 1px solid #ccc;
    float: left;
    width: 0;
}

.pkp_structure_sidebar:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

ul.sidemenu {
    margin-top: -4px;
    padding-left: 0 !important;
}

ul.sidemenu.full {
    margin: -6px -6px 0 -6px;
}

ul.sidemenu li:before {
    display: none;
}

ul.sidemenu li {
    padding: 0;
}

ul.sidemenu li:first-child a {
    border-top: 0px solid #620c0c;
}

ul.sidemenu li a {
    display: block;
    padding: 0em 6px;
    border-bottom: 1px solid #620c0c;
    background-color: #8b0101;
    text-decoration: none;
    color: #ffffff;
    font-family: "Bookman Old Style", Times, serif !important;
}

ul.sidemenu li a:hover {
    background-color: #f72323;
    text-decoration: underline;
}

ul.sidemenu li:last-child a {
    border-bottom: 0;
}

.block li:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0em;
    position: relative;
}

#leftSidebar div.block span.blockTitle, 
#rightSidebar div.block span.blockTitle {    
    background-color: #8b0101;
    color: #ffffff;
    box-shadow: 0px 2px 4px -2px rgba(51,51,51,1);
    font-family: "Bookman Old Style", Times, serif !important;
}

.pkp_block {
    padding: 0.3rem;
    line-height: 1.25 !important;
    text-align: center;
}

.pkp_block .title {
    display: block;
    height: 28px;
    border-bottom: 1px solid #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #8b0101;
    text-align: center;
    color: #ffffff;
    line-height: 1.8;
    max-width: 100%;
    padding-inline: inherit;
    font-family: "Bookman Old Style", Times, serif !important;
}

.content {
    margin-top: -6px;
}

.customblock-menu {
    container-type: inline-size;
    width: 100%;
    margin-top: 12px !important;
    position: relative !important;
    background-color: transparent !important;
}

.customblock-menu table,
.customblock-menu tr,
.customblock-menu td,
.customblock-menu th,
.customblock-menu a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: clamp(8pt, 6cqi, 10pt) !important;
    font-family: "Bookman Old Style", Times, serif !important;
}

/* --------------------------------------------------------------------------
   PENYERAGAMAN & OTOMASI ANIMASI TD LEFTSIDEBAR (PENYEMPURNAAN DENGAN FORCE OVERRIDE)
   -------------------------------------------------------------------------- */
.pkp_structure_sidebar,
#leftSidebar {
    box-sizing: border-box !important;
}

.pkp_structure_sidebar .block,
.pkp_structure_sidebar .content,
.pkp_structure_sidebar .customblock-menu {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.pkp_structure_sidebar table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 4px !important;
    margin: 0 !important;
}

.pkp_structure_sidebar tr {
    display: table-row !important;
    width: 100% !important;
}

.pkp_structure_sidebar td,
.pkp_structure_sidebar td[style],
.content td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 6px 10px !important;
    margin: 2px 0 !important;
    background: linear-gradient(135deg, #8b0101 0%, #680000 100%) !important;
    color: #ffffff !important;
    font-family: "Bookman Old Style", Times, serif !important;
    font-size: 10pt !important;
    font-weight: 600 !important;
    text-align: left !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-left: 3px solid #f59e0b !important;
    border-radius: 4px !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.3 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.pkp_structure_sidebar td a,
.pkp_structure_sidebar td[style] a,
.content td a {
    color: #ffffff !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

.pkp_structure_sidebar td::before,
.pkp_structure_sidebar td[style]::before,
.content td::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.5s ease !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.pkp_structure_sidebar td:hover,
.pkp_structure_sidebar td[style]:hover,
.content td:hover {
    background: linear-gradient(135deg, #a80202 0%, #750000 100%) !important;
    border-left-color: #22c55e !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(139, 1, 1, 0.3) !important;
}

.pkp_structure_sidebar td:hover::before,
.pkp_structure_sidebar td[style]:hover::before,
.content td:hover::before {
    left: 100% !important;
}

.content td::after {
    display: none !important;
}

.content .fa {
    padding: 0 4px;
}

/* Wadah CTA Sidebar Modern (Padat & Ringkas) */
.ojs-cta-container {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 3px !important;
    column-gap: 0;
    width: 100% !important;
    box-sizing: border-box;
    margin: 3px 0 !important;
}

.ojs-cta-btn {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    padding: 4px 8px !important;
    background: linear-gradient(135deg, #8b0101 0%, #5a0000 100%);
    color: #ffffff !important;
    font-size: 10.5px !important;
    font-weight: 700;
    font-family: "Bookman Old Style", Times, serif !important;
    letter-spacing: 0.2px;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid #f59e0b !important;
    box-shadow: 0 1px 3px rgba(139, 1, 1, 0.15);
    overflow: hidden;
    transition: all 0.2s ease;
    box-sizing: border-box;
    white-space: normal !important;
    line-height: 1.15 !important;
}

.ojs-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.5s ease;
}

.ojs-cta-btn::after {
    content: "\2794";
    font-size: 9px !important;
    color: #fbbf24;
    transition: transform 0.2s ease, color 0.2s ease;
    margin-left: 4px !important;
}

.ojs-cta-btn:hover {
    background: linear-gradient(135deg, #a80202 0%, #750000 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(139, 1, 1, 0.3);
    border-left-color: #22c55e;
    color: #ffffff !important;
}

.ojs-cta-btn:hover::before {
    left: 100%;
}

.ojs-cta-btn:hover::after {
    transform: translateX(3px);
    color: #ffffff;
}

.ojs-cta-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ojs-cta-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.ojs-cta-btn em, 
.ojs-cta-btn i {
    margin-right: 4px !important;
    font-size: 10px !important;
    width: 12px !important;
    text-align: center;
    transition: transform 0.2s ease;
}

.ojs-cta-btn:hover em, 
.ojs-cta-btn:hover i {
    transform: scale(1.2);
}

/* ==========================================================================
   5. KONTEN UTAMA, ARTIKEL, ISSUE & GALLEY LINK (RINGKAS & PADAT)
   ========================================================================== */
.pkp_structure_main {
    width: 860px;
    text-align: justify;
    max-width: 100%;
    word-spacing: 0.2px;
    line-height: 1.3 !important;
}

.pkp_structure_main p {
    line-height: 1.3 !important;
    margin: 0.4rem 0 !important;
    max-width: 100%;
}

.pkp_page_index .current_issue .current_issue_title,
.pkp_structure_main .page h1,
.obj_article_details .page_title {
    background: rgba(81, 59, 59, 0.12);
    padding: 6px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    font-family: "Bookman Old Style", Times, serif !important;
}

.pkp_page_index .additional_content {
    padding: 0 0.5rem;
    text-align: center;
}

.obj_announcement_full .description {
    display: block !important;
}

.obj_issue_toc .section h2 {
    display: block;
    font-family: "Bookman Old Style", Times, serif !important;
}

.obj_article_summary {
    margin-bottom: 4px;
    padding: 4px 0.6rem;
    border-radius: 0.6rem;
    background: transparent;
    box-shadow: 1px 1px 4px #dedede;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.obj_article_summary p {
    margin: 2px 0 !important;
}

.obj_article_summary:hover {
    background: rgba(239, 18, 18, 0.08);
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.obj_article_summary .galleys,
.obj_article_details .galleys {
    margin: 2px 0 !important;
}

.obj_galley_link {
    font-weight: 700;
    font-family: "Bookman Old Style", Times, serif !important;
    text-transform: capitalize !important;
    background: transparent !important;
    color: #000000 !important;
    border: solid 1px #ef1212 !important;
    font-size: 10.5pt !important;
    padding: 2px 8px !important;
    margin-top: 2px !important;
    display: inline-block;
    transition: all 0.2s ease !important;
}

.obj_galley_link:hover {
    background: #8b0101 !important;
    color: #ffffff !important;
    animation: subtlePulse 1.5s infinite ease-in-out;
    box-shadow: 0 2px 8px rgba(139, 1, 1, 0.2) !important;
}

.obj_article_details .abstract,
.obj_article_details .references {
    text-align: justify;
}

.obj_issue_summary, 
.pkp_issue_summary {
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    border-radius: 6px;
    background: transparent;
    padding: 6px;
}

.obj_issue_summary:hover, 
.pkp_issue_summary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(139, 1, 1, 0.1) !important;
    background: rgba(239, 18, 18, 0.03);
}

.obj_issue_summary img,
.pkp_issue_summary img {
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

.obj_issue_summary:hover img,
.pkp_issue_summary:hover img {
    transform: scale(1.02);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.12));
}

.history-section, 
.pkp_structure_main h2, 
.pkp_structure_main h3 {
    transition: color 0.3s ease, transform 0.3s ease !important;
    font-family: "Bookman Old Style", Times, serif !important;
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}

.history-container, 
.about-history {
    padding: 10px;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.history-container:hover, 
.about-history:hover {
    background: rgba(139, 1, 1, 0.02);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.galleryImg {
    height: 130px;
    width: 100%;
    transform-origin: 50% 50%;
    transition: transform 30s linear;
}

.galleryImg:hover {    
    transform: scale(2) rotate(0.1deg);
}

/* ==========================================================================
   6. EDITORIAL TEAM & REVIEWERS
   ========================================================================== */
.team-container,
.reviewer-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.team-container .team-member,
.reviewer-container .reviewer-member {
    margin-bottom: 0;
    padding: 8px 0.8rem;
    border-radius: 0.6rem;
    background: transparent;
    box-shadow: 1px 1px 4px #dedede;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.team-container .team-member:hover,
.reviewer-container .reviewer-member:hover {
    background: rgba(239, 18, 18, 0.06);
    box-shadow: 1px 1px 6px #cccccc;
}

.team-container .member-role,
.reviewer-container .reviewer-role {
    font-size: 11.5pt !important;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    text-transform: uppercase;
    color: #000000;
    background-color: transparent;
    padding: 2px 6px;
    border-radius: 3px;
    align-self: flex-start;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
}

.team-container .member-details,
.reviewer-container .reviewer-details {
    display: flex;
    flex-direction: column;
}

.team-container .member-name,
.reviewer-container .reviewer-name {
    font-size: 11.5pt !important;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    color: #8b0101;
    margin-bottom: 4px;
}

.team-container .member-data,
.reviewer-container .reviewer-data {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
    font-size: 10.5pt !important;
    line-height: 1.3 !important;
    color: #333333;
}

.team-container .member-data li,
.reviewer-container .reviewer-data li {
    padding: 0 !important;
    margin-bottom: 2px;
    background: transparent !important;
    border: none !important;
}

.team-container .member-data li:before,
.reviewer-container .reviewer-data li:before {
    display: none !important;
}

.team-container .member-data a,
.reviewer-container .reviewer-data a {
    color: #8b0101;
    text-decoration: underline;
    font-family: "Bookman Old Style", Times, serif !important;
}

.team-container .member-data a:hover,
.reviewer-container .reviewer-data a:hover {
    color: #ef1212;
}

/* ==========================================================================
   7. TIMELINE JURNAL & PROSES PEER-REVIEW
   ========================================================================== */
.timeline-container {
    position: relative;
    max-width: 850px;
    margin: 15px auto;
    padding: 10px;
}

.timeline-item {
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    border-left: 2px solid #8b0101;
    transition: all 0.2s ease;
}

.timeline-item:hover {
    border-left-color: #ef1212;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #8b0101;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px rgba(139, 1, 1, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.timeline-item:hover::before {
    background-color: #22c55e !important;
    border-color: #ffffff !important;
    transform: scale(1.2) !important;
    box-shadow: 0 0 6px rgba(34, 197, 94, 0.5) !important;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.timeline-date {
    display: inline-block;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    color: #ffffff;
    background-color: #8b0101;
    padding: 1px 8px;
    border-radius: 3px;
    margin-bottom: 4px;
    font-size: 0.9em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.timeline-event {
    color: #333333;
    line-height: 1.3;
    font-size: 10.5pt;
    background: #fdfdfd;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.timeline-item:hover .timeline-event {
    box-shadow: 0 3px 8px rgba(139, 1, 1, 0.08);
    transform: translateX(3px);
}

.process-container {
    max-width: 900px;
    margin: 15px auto;
    color: #333333;
    line-height: 1.3;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    position: relative;
    transition: transform 0.2s ease;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 18px;
    top: 38px;
    width: 2px;
    height: calc(100% + 4px);
    background-color: #cbd5e1;
    z-index: 1;
    transition: background-color 0.2s ease;
}

.process-step:hover:not(:last-child)::after {
    background-color: #8b0101;
}

.process-number {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background-color: #8b0101;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    font-size: 1em;
    position: relative;
    z-index: 2;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.process-step:hover .process-number {
    background-color: #22c55e !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 3px 10px rgba(34, 197, 94, 0.4) !important;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.process-content {
    background: #fdfdfd;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #8b0101;
    padding: 10px 14px;
    border-radius: 4px;
    margin-left: 14px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
}

.process-step:hover .process-content {
    background: rgba(139, 1, 1, 0.015);
    border-color: #cbd5e1;
    box-shadow: 0 4px 10px rgba(139, 1, 1, 0.08);
    transform: translateX(3px);
}

.process-title {
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    font-size: 1.05em;
    color: #8b0101;
    margin-bottom: 4px;
}

.process-desc {
    font-size: 10.5pt;
    color: #475569;
    margin: 0;
}

.circle:hover, 
[class*="circle"]:hover {
    background-color: #22c55e !important;
    border-color: #22c55e !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
}

@media (max-width: 600px) {
    .timeline-container { 
        padding: 5px; 
    }
    .timeline-item { 
        padding-left: 18px; 
    }
    .process-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .process-step:not(:last-child)::after {
        display: none;
    }
    .process-content {
        margin-left: 0;
        margin-top: 10px;
        border-left: 1px solid #e2e8f0;
        border-top: 3px solid #8b0101;
    }
}

/* ==========================================================================
   8. HALAMAN ETIKA PUBLIKASI (PUBLICATION ETHICS)
   ========================================================================== */
.ojs-ethics-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    color: #2b2d42;
    line-height: 1.3 !important;
    margin: 0 auto;
    scroll-behavior: smooth;
    background-color: #f8fafc;
    padding: 14px;
    border-radius: 8px;
}

.ojs-ethics-wrapper .hero-banner {
    background: linear-gradient(135deg, #8b0101 0%, #541414 100%);
    color: #ffffff;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    animation: ojsFadeIn 0.5s ease-in-out;
}

.ojs-ethics-wrapper .hero-intro {
    background: rgba(255, 255, 255, 0.1);
    border-left: 3px solid #22c55e;
    padding: 10px 14px;
    margin-top: 10px;
    border-radius: 0 6px 6px 0;
    font-size: 0.9rem;
    text-align: justify;
}

.ojs-ethics-wrapper .lead-card {
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    border-left: 4px solid #e11d48;
    padding: 12px 16px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
}

.ojs-ethics-wrapper .lead-card p {
    margin: 0;
    font-size: 0.95rem;
}

.ojs-ethics-wrapper h2.section-title {
    color: #8b0101;
    border-bottom: 2px solid #8b0101;
    padding-bottom: 4px;
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 1.3rem;
    font-family: "Bookman Old Style", Times, serif !important;
}

.ojs-ethics-wrapper h2.section-heading {
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: "Bookman Old Style", Times, serif !important;
    margin: 18px 0 10px 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #cbd5e1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ojs-ethics-wrapper h2.section-heading .badge-num {
    background: #0284c7;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-family: "Bookman Old Style", Times, serif !important;
    flex-shrink: 0;
}

.ojs-ethics-wrapper .section-intro {
    background-color: #f8faf9;
    border-left: 3px solid #8b0101;
    padding: 10px 14px;
    margin-bottom: 12px;
    border-radius: 0 6px 6px 0;
    font-size: 0.9rem;
}

.ojs-ethics-wrapper .grid-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 12px !important;
    margin-top: 12px;
    margin-bottom: 16px !important;
}

.ojs-ethics-wrapper .grid-card,
.ojs-ethics-wrapper .card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #8b0101;
    border-radius: 6px;
    padding: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative;
    overflow: hidden;
}

.ojs-ethics-wrapper .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #22c55e;
    transition: width 0.3s ease;
}

.ojs-ethics-wrapper .grid-card:hover,
.ojs-ethics-wrapper .card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 14px rgba(139, 1, 1, 0.12) !important;
    border-top-color: #22c55e;
}

.ojs-ethics-wrapper .card:hover::before {
    width: 100%;
}

.ojs-ethics-wrapper .card-title,
.ojs-ethics-wrapper .card h3 {
    font-size: 1.05rem;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    color: #8b0101;
    margin-top: 0;
    margin-bottom: 6px;
    transition: color 0.2s ease;
}

.ojs-ethics-wrapper .grid-card:hover .card-title,
.ojs-ethics-wrapper .card:hover h3 {
    color: #22c55e;
}

.ojs-ethics-wrapper .card-content,
.ojs-ethics-wrapper .card p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.3;
    margin: 0;
}

/* Interactive Card Variant */
.ojs-ethics-wrapper .interactive-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.ojs-ethics-wrapper .interactive-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px -3px rgba(0, 0, 0, 0.1);
    border-color: #38bdf8;
}

.ojs-ethics-wrapper .interactive-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #0284c7;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.ojs-ethics-wrapper .interactive-card:hover::before {
    opacity: 1;
}

/* COPE Box */
.cope-box {
    background: #fdfdfd;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #22c55e;
    border-radius: 4px;
    padding: 12px 16px;
    margin-top: 12px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
}

.cope-box:hover {
    box-shadow: 0 3px 10px rgba(34, 197, 94, 0.12);
    transform: translateX(3px);
}

.cope-box h4 {
    color: #8b0101;
    font-size: 1rem;
    font-family: "Bookman Old Style", Times, serif !important;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: bold;
}

.cope-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.cope-list li {
    position: relative;
    padding-left: 18px !important;
    margin-bottom: 4px !important;
    font-size: 10.5pt;
    color: #333333;
    transition: color 0.2s ease, transform 0.2s ease;
}

.cope-list li::before {
    content: "\2022";
    position: absolute;
    left: 4px;
    top: -2px;
    color: #22c55e;
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

.cope-list li:hover {
    color: #8b0101;
    transform: translateX(3px);
}

.cope-list li:hover::before {
    transform: scale(1.3);
}

/* Callouts, Steps & Sanction Cards */
.ojs-ethics-wrapper .callout-box {
    background-color: #f0f9ff;
    border: 1px solid #bae6fd;
    border-left: 3px solid #0284c7;
    padding: 10px 14px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.ojs-ethics-wrapper .step-flow {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.ojs-ethics-wrapper .step-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: background-color 0.2s ease;
}

.ojs-ethics-wrapper .step-item:hover {
    background-color: #f8fafc;
}

.ojs-ethics-wrapper .step-icon {
    background: #e0f2fe;
    color: #0369a1;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.ojs-ethics-wrapper .sanction-card {
    background: #fff;
    border-radius: 6px;
    padding: 10px 14px;
    margin-bottom: 8px;
    border-left: 3px solid #cbd5e1;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.ojs-ethics-wrapper .sanction-card.minor { border-left-color: #f59e0b; }
.ojs-ethics-wrapper .sanction-card.medium { border-left-color: #ea580c; }
.ojs-ethics-wrapper .sanction-card.severe { border-left-color: #dc2626; }

.ojs-ethics-wrapper .punishment-tag {
    background: #fee2e2;
    color: #991b1b;
    padding: 6px 10px;
    border-radius: 4px;
    margin-top: 6px;
    font-weight: 500;
}

.ojs-ethics-wrapper .punishment-tag.warning {
    background: #fef3c7;
    color: #92400e;
}

.ojs-ethics-wrapper .notice-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
}

.ojs-ethics-wrapper .notice-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
}

.ojs-ethics-wrapper .notice-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: bold;
}

.ojs-ethics-wrapper .retraction-alert {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-left: 4px solid #e11d48;
    border-radius: 6px;
    padding: 10px 14px;
    margin-top: 14px;
    color: #9f1239;
}

@media (max-width: 600px) {
    .ojs-ethics-wrapper {
        padding: 10px;
    }
}

/* ==========================================================================
   9. HALAMAN KEBIJAKAN AI (AI POLICY)
   ========================================================================== */
.ai-policy-wrapper {
    color: #2b2d42;
    line-height: 1.3 !important;
    margin: 0 auto;
    max-width: 100%;
}

.ai-policy-wrapper .policy-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #8b0101;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative;
    overflow: hidden;
}

.ai-policy-wrapper .policy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #22c55e;
    transition: width 0.3s ease;
}

.ai-policy-wrapper .policy-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 14px rgba(139, 1, 1, 0.12) !important;
}

.ai-policy-wrapper .policy-card:hover::before {
    width: 100%;
}

.ai-policy-wrapper .card-hero {
    background: linear-gradient(135deg, #ffffff 0%, #fdfbfb 100%);
    border-top-color: #8b0101;
}

.ai-policy-wrapper .card-accent {
    border-left: 3px solid #22c55e;
}

.ai-policy-wrapper h2 {
    color: #8b0101;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    margin-top: 0;
    margin-bottom: 8px;
    transition: color 0.2s ease;
}

.ai-policy-wrapper .policy-card:hover h2 {
    color: #22c55e;
}

.ai-policy-wrapper p {
    font-size: 10.5pt;
    color: #475569;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: justify;
}

.ai-policy-wrapper ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.ai-policy-wrapper ul li.show {
    position: relative;
    padding-left: 18px !important;
    margin-bottom: 6px !important;
    font-size: 10.5pt;
    color: #333333;
    transition: transform 0.2s ease, color 0.2s ease;
}

.ai-policy-wrapper ul li.show::before {
    content: "\2022";
    position: absolute;
    left: 4px;
    top: -2px;
    color: #22c55e;
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

.ai-policy-wrapper ul li.show:hover {
    transform: translateX(3px);
    color: #8b0101;
}

.ai-policy-wrapper ul li.show:hover::before {
    transform: scale(1.3);
}

.rules-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.rules-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 10pt;
}

.rules-table th {
    background-color: #8b0101;
    color: #ffffff;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    text-align: left;
    padding: 8px 10px;
}

.rules-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
    transition: background-color 0.2s ease;
    font-family: "Bookman Old Style", Times, serif !important;
}

.rules-table tbody tr {
    transition: transform 0.2s ease;
}

.rules-table tbody tr:hover td {
    background-color: #f8faf9;
}

.rules-table td p {
    font-size: 10pt;
    margin-bottom: 4px;
    text-align: left;
}

.rules-table td p:last-child {
    margin-bottom: 0;
}

.category-badge {
    display: inline-block;
    padding: 4px 8px;
    font-size: 9pt;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    border-radius: 12px;
    text-align: center;
    transition: all 0.2s ease;
}

.badge-permissible {
    background-color: #e6f4ea;
    color: #137333;
    border: 1px solid #ceead6;
}

.badge-permissible:hover {
    background-color: #22c55e;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(34, 197, 94, 0.3);
}

.badge-exception {
    background-color: #fef7e0;
    color: #b06000;
    border: 1px solid #feefc3;
}

.badge-exception:hover {
    background-color: #f59e0b;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.3);
}

.badge-prohibited {
    background-color: #fce8e6;
    color: #c5221f;
    border: 1px solid #fad2cf;
}

.badge-prohibited:hover {
    background-color: #8b0101;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(139, 1, 1, 0.3);
}

/* ==========================================================================
   10. HALAMAN KEBIJAKAN KHUSUS & KRITIK (GENERAL POLICY & CRITIQUE)
   ========================================================================== */
.ojs-policy-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    color: #2c3e50;
    line-height: 1.3 !important;
    background-color: #fffafb;
    padding: 14px;
    border-radius: 8px;
}

.ojs-policy-wrapper .banner-header {
    background: linear-gradient(135deg, #8b0000 0%, #5a0000 100%);
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    font-family: "Bookman Old Style", Times, serif !important;
    padding: 10px 14px;
    border-radius: 6px;
    margin: 18px 0 10px 0;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 4px rgba(139, 0, 0, 0.2);
}

.ojs-policy-wrapper .banner-header:first-of-type {
    margin-top: 0;
}

.ojs-policy-wrapper p {
    margin: 0 0 10px 0;
    font-size: 0.95rem;
    color: #334155;
    text-align: justify;
}

.ojs-policy-wrapper a {
    color: #8b0000;
    text-decoration: underline;
    font-weight: 600;
    font-family: "Bookman Old Style", Times, serif !important;
    transition: color 0.2s ease;
}

.ojs-policy-wrapper a:hover {
    color: #b22222;
}

.ojs-policy-wrapper .card-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 10px !important;
    margin: 14px 0 !important;
}

.ojs-policy-wrapper .policy-card {
    background: #ffffff;
    border: 1px solid #f3d6d8;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.ojs-policy-wrapper .policy-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 14px -3px rgba(139, 0, 0, 0.15);
    border-color: #b22222;
}

.ojs-policy-wrapper .policy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #8b0000;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.ojs-policy-wrapper .policy-card:hover::before {
    opacity: 1;
}

.ojs-policy-wrapper .policy-card h3 {
    margin: 0 0 6px 0;
    font-size: 1.05rem;
    color: #5a0000;
    font-weight: 700;
    font-family: "Bookman Old Style", Times, serif !important;
}

.ojs-policy-wrapper .policy-card p {
    margin: 0;
    font-size: 0.9rem;
    text-align: left;
}

.ojs-policy-wrapper .action-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ojs-policy-wrapper .action-list li {
    background: #ffffff;
    border: 1px solid #f3d6d8;
    border-radius: 6px;
    padding: 8px 12px 8px 32px;
    position: relative;
    font-size: 0.92rem;
    color: #334155;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.ojs-policy-wrapper .action-list li:hover {
    background-color: #fff0f2;
    transform: translateX(3px);
}

.ojs-policy-wrapper .action-list li::before {
    content: "\2713";
    position: absolute;
    left: 12px;
    top: 8px;
    color: #8b0000;
    font-weight: bold;
    font-size: 0.9rem;
}

@media (max-width: 600px) {
    .ojs-policy-wrapper {
        padding: 10px;
    }
    .ojs-policy-wrapper .banner-header {
        font-size: 1rem;
        padding: 8px 12px;
    }
}

/* Section Critique Wrapper */
.critique-wrapper {
    color: #2b2d42;
    line-height: 1.3 !important;
    max-width: 900px;
    margin: 0 auto;
    padding: 6px;
}

.critique-intro-card {
    background: linear-gradient(135deg, #ffffff 0%, #fdfbfb 100%);
    border: 1px solid #e2e8f0;
    border-top: 3px solid #8b0101;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.critique-intro-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(139, 1, 1, 0.1);
}

.critique-intro-card p {
    margin: 0 0 8px 0;
    text-align: justify;
}

.critique-intro-card p:last-child {
    margin-bottom: 0;
}

.critique-section-title {
    font-size: 1.15rem;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    color: #8b0101;
    border-left: 3px solid #8b0101;
    padding-left: 8px;
    margin: 18px 0 10px 0;
}

.critique-category-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 12px 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.critique-category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #22c55e;
    transition: width 0.3s ease;
}

.critique-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(139, 1, 1, 0.1);
}

.critique-category-card:hover::before {
    width: 100%;
}

.critique-category-card ol {
    margin: 0 0 8px 0;
    padding-left: 16px;
}

.critique-category-card ol li {
    font-size: 1rem;
    color: #8b0101;
    font-family: "Bookman Old Style", Times, serif !important;
}

.critique-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.critique-list li {
    position: relative;
    padding: 6px 10px 6px 22px !important;
    margin-bottom: 4px !important;
    background: #fdfdfd;
    border: 1px solid #f1f5f9;
    border-radius: 4px;
    font-size: 10.5pt;
    color: #333333;
    transition: all 0.2s ease;
}

.critique-list li::before {
    content: "\2022";
    position: absolute;
    left: 8px;
    top: 5px;
    color: #8b0101;
    font-size: 1.2rem;
    line-height: 1;
    transition: transform 0.2s ease, color 0.2s ease;
}

.critique-list li:hover {
    background: rgba(239, 18, 18, 0.03);
    border-color: #cbd5e1;
    transform: translateX(4px);
}

.critique-list li:hover::before {
    color: #22c55e;
    transform: scale(1.2);
}

/* ==========================================================================
   11. KOMPONEN UTILITAS TAMBAHAN (ALERTS, INDEXING, TABLES)
   ========================================================================== */
.ojs-alert-info {
    background-color: #f8faf9;
    border-left: 4px solid #8b0101;
    padding: 10px 14px;
    margin: 10px 0;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
    transition: all 0.25s ease;
}

.ojs-alert-info:hover {
    border-left-color: #22c55e;
    background-color: #f0fdf4;
}

.indexing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
}

.indexing-badge {
    max-width: 120px;
    height: auto;
    filter: grayscale(20%);
    transition: all 0.25s ease;
}

.indexing-badge:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.ojs-custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
}

.ojs-custom-table th {
    background-color: #8b0101;
    color: #ffffff;
    padding: 8px 10px;
    text-align: left;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
}

.ojs-custom-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #e2e8f0;
    font-family: "Bookman Old Style", Times, serif !important;
}

.ojs-custom-table tr:hover {
    background-color: rgba(239, 18, 18, 0.05);
}

/* ==========================================================================
   12. FOOTER & SLIDE LOGO FOOTER (YURISPRUDEN - SMOOTH CONTINUOUS LOOP)
   ========================================================================== */
.pkp_brand_footer {
    display: none;
}

.pkp_structure_footer_wrapper {
    background: linear-gradient(135deg, #541414 0%, #300505 100%) !important;
    border-top: 3px solid #8b0101;
    box-shadow: 0 -4px 20px rgba(139, 1, 1, 0.2);
    position: relative;
    overflow: hidden;
}

.pkp_footer_content {
    padding: 24px 15px !important;
    text-align: center;
    background: transparent !important;
    color: #f8fafc !important;
    max-width: 100%;
}

.pkp_footer_content a {
    color: #ff8585 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pkp_footer_content a:hover {
    color: #ffffff !important;
}

/* Outer Container Slider Logo */
.body_logo {
    padding: 18px 0;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 15px auto 20px auto;
    backdrop-filter: blur(4px);
}

.slide_logo {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.track_logo {
    display: flex;
    align-items: center;
    gap: 25px;
    width: max-content;
    animation: seamlessLoop 25s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.slide_logo:hover .track_logo {
    animation-play-state: paused;
}

.logo {
    flex-shrink: 0;
}

.logo a {
    height: 75px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    background: #ffffff;
    border-radius: 8px;
    border: 2px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.logo img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: grayscale(20%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.logo a:hover {
    transform: scale(1.08);
    border-color: #ef1212;
    box-shadow: 0 8px 20px rgba(139, 1, 1, 0.4), 0 0 10px rgba(34, 197, 94, 0.4);
    z-index: 5;
}

.logo a:hover img {
    filter: grayscale(0%);
    transform: scale(1.03);
}

@keyframes seamlessLoop {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(calc(-50% - 12.5px), 0, 0);
    }
}

/* ==========================================================================
   13. HALAMAN KEBIJAKAN PLAGIASI (PLAGIARISM POLICY) - YURISPRUDEN
   ========================================================================== */
.plagiarism-policy-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    color: #2b2d42;
    line-height: 1.3 !important;
    background-color: #f8fafc;
    padding: 14px;
    border-radius: 8px;
}

.plagiarism-policy-wrapper .plagiarism-hero {
    background: linear-gradient(135deg, #8b0101 0%, #541414 100%);
    color: #ffffff;
    padding: 16px 20px;
    border-radius: 6px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(139, 1, 1, 0.2);
    border-left: 4px solid #22c55e;
}

.plagiarism-policy-wrapper .plagiarism-hero h2 {
    color: #ffffff !important;
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
}

.plagiarism-policy-wrapper .plagiarism-hero p {
    color: #ffffff;
    margin: 0;
    font-size: 10.5pt;
    text-align: justify;
}

.plagiarism-threshold-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #8b0101;
    border-radius: 6px;
    padding: 14px;
    margin: 12px 0 18px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plagiarism-threshold-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 1, 1, 0.12);
    border-top-color: #22c55e;
}

.plagiarism-threshold-box .threshold-badge {
    display: inline-block;
    background-color: #8b0101;
    color: #ffffff;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    font-size: 12pt;
    padding: 4px 12px;
    border-radius: 14px;
    margin-bottom: 8px;
    border: 1px solid #f59e0b;
}

.plagiarism-policy-wrapper .plagiarism-section-title {
    color: #8b0101;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    border-bottom: 2px solid #8b0101;
    padding-bottom: 4px;
    margin-top: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.plagiarism-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 0 16px 0 !important;
}

.plagiarism-list li {
    position: relative;
    padding: 6px 10px 6px 24px !important;
    margin-bottom: 4px !important;
    background: #fdfdfd;
    border: 1px solid #f1f5f9;
    border-radius: 4px;
    font-size: 10.5pt;
    color: #333333;
    transition: all 0.2s ease;
}

.plagiarism-list li::before {
    content: "\2713";
    position: absolute;
    left: 8px;
    top: 6px;
    color: #22c55e;
    font-weight: bold;
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.plagiarism-list li:hover {
    background: rgba(239, 18, 18, 0.03);
    border-color: #cbd5e1;
    transform: translateX(3px);
}

.plagiarism-list li:hover::before {
    color: #8b0101;
    transform: scale(1.1);
}

.plagiarism-alert-box {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #8b0101;
    border-radius: 6px;
    padding: 12px 16px;
    margin-top: 16px;
    color: #333333;
    transition: all 0.25s ease;
}

.plagiarism-alert-box:hover {
    border-left-color: #ef1212;
    box-shadow: 0 3px 8px rgba(139, 1, 1, 0.12);
    background-color: rgba(239, 18, 18, 0.015);
}

.plagiarism-alert-box h4 {
    margin-top: 0;
    color: #8b0101;
    font-weight: bold;
    font-family: "Bookman Old Style", Times, serif !important;
    font-size: 1rem;
}

.ojs-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.ojs-menu-card {
    flex: 1 1 140px;
    max-width: 180px;
    min-width: 120px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #f3d6d8;
    border-radius: 12px;
    padding: 16px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: ojsFloat 4s ease-in-out infinite alternate;
}

.ojs-menu-card:nth-child(2) {
    animation-delay: 0.3s;
}
.ojs-menu-card:nth-child(3) {
    animation-delay: 0.6s;
}

.ojs-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.ojs-icon-wrapper svg {
    width: 24px;
    height: 24px;
    fill: #8b0101;
    transition: fill 0.3s ease;
}

.ojs-menu-label {
    font-family: 'Segoe UI', -apple-system, Roboto, sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #8b0101;
    text-align: center;
    line-height: 1.2;
}

.ojs-menu-card:hover {
    transform: translateY(-8px) scale(1.04);
    border-color: #8b0101;
    box-shadow: 0 12px 20px -4px rgba(139, 1, 1, 0.25);
    background: #8b0101;
}

.ojs-menu-card:hover .ojs-icon-wrapper {
    background: #ffffff;
    transform: rotate(8deg);
}

.ojs-menu-card:hover .ojs-icon-wrapper svg {
    fill: #8b0101;
}

.ojs-menu-card:hover .ojs-menu-label {
    color: #ffffff;
}

@keyframes ojsFloat {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-5px); }
}

@media (max-width: 480px) {
    .ojs-menu-container {
        gap: 10px;
    }
    .ojs-menu-card {
        flex: 1 1 30%;
        padding: 12px 6px;
    }
    .ojs-icon-wrapper {
        width: 40px;
        height: 40px;
    }
    .ojs-icon-wrapper svg {
        width: 20px;
        height: 20px;
    }
    .ojs-menu-label {
        font-size: 0.78rem;
    }
}

.pkp_page_index .current_issue .read_more {
    font-family: Lora, serif;
    display: inline-block;
    position: relative;
    padding-right: 0 !important;
    padding-bottom: 4px;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #4b7d92;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-bottom: 1.43rem;
    transition: color 0.3s ease;
}

.pkp_page_index .current_issue .read_more::after {
    content: '' !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4b7d92;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease;
    will-change: transform;
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
    color: #2b5263;
}

.pkp_page_index .current_issue .read_more:hover::after,
.pkp_page_index .current_issue .read_more:focus::after {
    background-color: #2b5263;
    transform: scaleX(1);
    transform-origin: left center;
}

/* ==========================================================================
   14. HALAMAN PANDUAN & BIAYA PUBLIKASI - YURISPRUDEN (UNISMA)
   ========================================================================== */
.apc-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    color: #2b2d42;
    line-height: 1.5 !important;
    background-color: #f8fafc;
    padding: 16px;
    border-radius: 8px;
    font-family: "Bookman Old Style", Georgia, Garamond, serif !important;
}

.apc-wrapper .apc-hero {
    background: linear-gradient(135deg, #8b0101 0%, #541414 100%);
    color: #ffffff;
    padding: 18px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(139, 1, 1, 0.2);
    border-left: 5px solid #22c55e;
}

.apc-wrapper .apc-hero h2 {
    color: #ffffff !important;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.35rem;
    font-weight: bold;
    font-family: "Bookman Old Style", Georgia, serif !important;
    line-height: 1.3;
}

.apc-wrapper .apc-hero p {
    color: #f1f5f9;
    margin: 0;
    font-size: 10.5pt;
    text-align: justify;
}

.apc-section-title {
    color: #8b0101;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Bookman Old Style", Georgia, serif !important;
    border-bottom: 2px solid #8b0101;
    padding-bottom: 4px;
    margin-top: 22px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.apc-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 14px !important;
    margin: 14px 0 !important;
}

.apc-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #8b0101;
    border-radius: 6px;
    padding: 14px 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.apc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #22c55e;
    transition: width 0.3s ease;
}

.apc-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(139, 1, 1, 0.12) !important;
    border-top-color: #22c55e;
}

.apc-card:hover::before {
    width: 100%;
}

.apc-card p {
    margin: 0;
    font-size: 10pt;
    line-height: 1.45;
}

.apc-card-title {
    font-size: 1.05rem;
    font-weight: bold;
    color: #8b0101;
    margin-top: 0;
    margin-bottom: 8px;
    font-family: "Bookman Old Style", Georgia, serif !important;
    line-height: 1.3;
}

.apc-card-desc {
    font-size: 10pt;
    color: #334155;
    margin: 0;
    line-height: 1.45;
    text-align: justify;
}

.apc-waiver-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #22c55e;
    border-radius: 6px;
    padding: 16px;
    margin: 16px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.apc-waiver-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(34, 197, 94, 0.12);
}

.apc-alert-note {
    background-color: #fff1f2;
    border: 1px solid #fecdd3;
    border-left: 4px solid #8b0101;
    border-radius: 6px;
    padding: 16px;
    margin-top: 16px;
    box-shadow: 0 2px 6px rgba(139, 1, 1, 0.04);
}

.apc-alert-note h4 {
    margin-top: 0;
    color: #8b0101;
    font-weight: bold;
    font-family: "Bookman Old Style", Georgia, serif !important;
    font-size: 1.05rem;
}

.apc-wrapper a {
    color: #8b0101;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.apc-wrapper a:hover {
    color: #16a34a;
}

.apc-wrapper img {
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.apc-wrapper a:hover img {
    transform: scale(1.08);
}

@media (max-width: 600px) {
    .apc-wrapper {
        padding: 10px;
    }
    .apc-grid {
        grid-template-columns: 1fr !important;
    }
    .apc-card-desc, .apc-wrapper .apc-hero p {
        text-align: left;
    }
}
/* ==========================================================================
   MODERN & ANIMATED CUSTOM SIDEBAR BLOCKS (ELEGAN & RESPONSIVE)
   ========================================================================== */

/* 1. Wadah Utama Block */
.custom_block_container {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.custom_block_container:hover {
    box-shadow: 0 8px 25px rgba(139, 1, 1, 0.12) !important;
}

/* 2. Title Header Block */
.custom_block_container .block_header {
    background: linear-gradient(135deg, #8b0101 0%, #680000 100%) !important;
    color: #ffffff !important;
    font-family: "Bookman Old Style", Times, serif !important;
    font-size: 10pt !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 12px 15px !important;
    border-left: 5px solid #f59e0b !important;
    box-sizing: border-box !important;
}

/* 3. Tabel Menu & Baris */
.custom_block_container .block_table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 4px !important;
    padding: 8px !important;
    margin: 0 !important;
    table-layout: fixed !important;
}

.custom_block_container .block_table td {
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center !important;
    height: 42px !important;
    background: linear-gradient(135deg, #8b0101 0%, #700000 100%) !important;
    border-radius: 5px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-left: 3px solid #f59e0b !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Link di Dalam Menu */
.custom_block_container .block_table td a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: "Bookman Old Style", Times, serif !important;
    font-size: 9.5pt !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

/* Panah Indikator Otomatis */
.custom_block_container .block_table td a::after {
    content: '›' !important;
    font-size: 14pt !important;
    margin-left: 6px !important;
    opacity: 0.6 !important;
    transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease !important;
}

/* 4. ANIMASI HOVER & SHIMMERING LIGHT */
/* Efek Cahaya Lewat (Shimmer) */
.custom_block_container .block_table td::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 60% !important;
    height: 100% !important;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.25) 50%,
        transparent 100%
    ) !important;
    transform: skewX(-25deg) !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

.custom_block_container .block_table td:hover::before {
    left: 150% !important;
    transition: left 0.75s ease-in-out !important;
}

/* Hover Transform & Gradient Shift */
.custom_block_container .block_table td:hover {
    background: linear-gradient(135deg, #a40000 0%, #8b0101 100%) !important;
    border-left-color: #fbbf24 !important;
    border-left-width: 6px !important;
    transform: translateX(4px) scale(1.01) !important;
    box-shadow: 0 4px 12px rgba(139, 1, 1, 0.3) !important;
}

.custom_block_container .block_table td:hover a::after {
    opacity: 1 !important;
    transform: translateX(4px) !important;
    color: #fbbf24 !important;
}

/* 5. Khusus Blok Banner Gambar */
.custom_block_container .block_image_body {
    padding: 10px !important;
    text-align: center !important;
    background: #ffffff !important;
}

.custom_block_container .block_image_body img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 4px !important;
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

.custom_block_container .block_image_body:hover img {
    transform: scale(1.03) !important;
    filter: brightness(1.05) !important;
}

/* 6. Responsif Layar Kecil (Mobile Optimization) */
@media (max-width: 768px) {
    .custom_block_container .block_table td {
        height: 38px !important;
    }
    .custom_block_container .block_table td a {
        font-size: 9pt !important;
    }
}
/* Penyesuaian Khusus Gambar Sertifikat Akreditasi */
.custom_block_container .block_image_body img {
    max-width: 85% !important; /* Menjaga proporsi sertifikat agar pas di tengah */
    height: auto !important;
    display: block !important;
    margin: 8px auto !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* Efek Hover saat Sertifikat Diarahkan Kursor */
.custom_block_container .block_image_body:hover img {
    transform: scale(1.04) !important;
    box-shadow: 0 4px 14px rgba(139, 1, 1, 0.2) !important;
}
/* Penyesuaian Khusus Logo Turnitin / Plagiarism Checker */
.custom_block_container .block_image_body img[src*="turnitin"] {
    max-width: 70% !important; /* Menjaga ukuran logo Turnitin agar tetap proporsional */
    height: auto !important;
    display: block !important;
    margin: 10px auto !important;
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

/* Efek Hover saat Logo Diarahkan Kursor */
.custom_block_container .block_image_body:hover img[src*="turnitin"] {
    transform: scale(1.06) !important;
    filter: drop-shadow(0 4px 8px rgba(139, 1, 1, 0.2)) !important;
}
/* Penyesuaian Khusus Logo Collaboration */
.custom_block_container .block_image_body img[src*="fococlipping"] {
    max-width: 75% !important; /* Menjaga ukuran logo tetap proporsional */
    height: auto !important;
    display: block !important;
    margin: 8px auto !important;
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

/* Efek Hover pada Logo Collaboration */
.custom_block_container .block_image_body:hover img[src*="fococlipping"] {
    transform: scale(1.05) !important;
    filter: drop-shadow(0 4px 10px rgba(139, 1, 1, 0.25)) !important;
}
/* Penyesuaian Khusus Tombol Menu Language */
.custom_block_container .block_table td a[href*="setLocale"],
.custom_block_container .block_table td a[href*="index"] {
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
/* Penyesuaian Khusus Blok Histats / Visitor Statistics */
.custom_block_container .block_image_body img[src*="histats"] {
    max-width: 80% !important; /* Menjaga agar widget counter tidak terlalu besar */
    height: auto !important;
    display: block !important;
    margin: 8px auto !important;
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

/* Efek Hover saat Counter Diarahkan Kursor */
.custom_block_container .block_image_body:hover img[src*="histats"] {
    transform: scale(1.04) !important;
    filter: drop-shadow(0 3px 8px rgba(139, 1, 1, 0.2)) !important;
}
/* Penyesuaian Khusus Logo Support By (RJI) */
.custom_block_container .block_image_body img[src*="logorji"] {
    max-width: 75% !important; /* Menjaga ukuran logo agar pas di tengah */
    height: auto !important;
    display: block !important;
    margin: 8px auto !important;
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

/* Efek Hover saat Logo Diarahkan Kursor */
.custom_block_container .block_image_body:hover img[src*="logorji"] {
    transform: scale(1.05) !important;
    filter: drop-shadow(0 4px 10px rgba(139, 1, 1, 0.2)) !important;
}
/* Penyesuaian Khusus Multi-Logo Recommended App */
.custom_block_container .block_image_body .app_item {
    padding: 6px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom_block_container .block_image_body .app_item img {
    max-width: 75% !important; /* Menjaga ukuran logo aplikasi agar seragam */
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

/* Efek Hover pada Logo Aplikasi */
.custom_block_container .block_image_body .app_item:hover img {
    transform: scale(1.06) !important;
    filter: drop-shadow(0 3px 8px rgba(139, 1, 1, 0.2)) !important;
}

/* ==========================================================================
   PERBAIKAN KEYWORD CLOUD: HEADER ELEGAN + ISI TEKS AWAN BAWAAN OJS
   ========================================================================== */

/* 1. Reset Wadah Utama Keyword Cloud */
.pkp_block.block_Keywordcloud,
#sidebarKeywordcloud,
.block_Keywordcloud {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* 2. Fix Header Judul (Fleksibel, Tidak Terpotong & Konsisten) */
.pkp_block.block_Keywordcloud .title,
.pkp_block.block_Keywordcloud h3,
#sidebarKeywordcloud .title,
.block_Keywordcloud span.blockTitle {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    height: auto !important;
    max-height: none !important;
    word-wrap: break-word !important;
    line-height: 1.4 !important;
    padding: 12px 10px !important;
    background: linear-gradient(135deg, #8b0101 0%, #680000 100%) !important;
    color: #ffffff !important;
    font-family: "Bookman Old Style", Times, serif !important;
    font-size: 10pt !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    border-left: 5px solid #f59e0b !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    display: block !important;
}

/* 3. Revert Content & Keyword Links ke Tampilan Asli Bawaan OJS */
.pkp_block.block_Keywordcloud .content,
#sidebarKeywordcloud .content,
.block_Keywordcloud .content {
    padding: 12px 10px !important;
    background: #ffffff !important;
    text-align: center !important;
    line-height: 1.8 !important;
}

/* Mengembalikan Style Teks Link Kata Kunci ke Bawaan (Tanpa Kotak/Tombol) */
.pkp_block.block_Keywordcloud .content a,
#sidebarKeywordcloud .content a,
.block_Keywordcloud a {
    display: inline !important;
    padding: 0 2px !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    color: #8b0101 !important; /* Menggunakan warna tema jurnal */
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

/* Efek Hover Sederhana Bawaan */
.pkp_block.block_Keywordcloud .content a:hover,
#sidebarKeywordcloud .content a:hover,
.block_Keywordcloud a:hover {
    color: #f59e0b !important; /* Berubah warna saat di-hover */
    text-decoration: underline !important;
    background: transparent !important;
    border: none !important;
    transform: none !important;
    box-shadow: none !important;
}
/* ==========================================================================
   FIX SEARCH ICON & REMOVE BROKEN UNICODE SYMBOL
   ========================================================================== */

/* 1. Paksa hapus karakter unicode / simbol aneh (\f002) */
.pkp_navigation_search_wrapper a::before,
.pkp_navigation_search_wrapper button::before,
.pkp_navigation_search i::before {
    content: "" !important;
    display: none !important;
}

/* 2. Format kontainer tombol Search agar rapi */
.pkp_navigation_search_wrapper a,
.pkp_navigation_search_wrapper button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: "Bookman Old Style", Times, serif !important;
}

/* 3. Inject Icon Kaca Pembesar Baru menggunakan SVG (Anti-Gagal Font) */
.pkp_navigation_search_wrapper a::after {
    content: "" !important;
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    order: -1 !important; /* Memindahkan icon ke sebelah kiri teks SEARCH */
    background-color: #ffffff !important;
    /* Drawing SVG Search Icon via Masking */
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E") no-repeat center / contain !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E") no-repeat center / contain !important;
}

/* Efek Hover */
.pkp_navigation_search_wrapper a:hover {
    color: #fbbf24 !important;
}

.pkp_navigation_search_wrapper a:hover::after {
    background-color: #fbbf24 !important;
}
/* ==========================================================================
   EFEK GARIS PADA NAVIGASI UTAMA (navigationPrimary)
   ========================================================================== */

/* 1. Atur kontainer link menu navigasi */
.pkp_navigation_primary a {
    position: relative !important;
    text-decoration: none !important;
    padding-bottom: 4px !important; /* Jarak antara teks dan garis */
    transition: color 0.3s ease !important;
}

/* 2. Buat elemen garis horizontal (hidden secara default) */
.pkp_navigation_primary a::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 0% !important; /* Garis mulai dari lebar 0 */
    height: 2px !important; /* Ketebalan garis */
    background-color: #ffffff !important; /* Warna garis (sesuaikan dengan tema) */
    transition: width 0.3s ease-in-out !important; /* Efek animasi mengalir */
    display: block !important;
}

/* 3. Efek saat kursor disorot (Hover) & Menu Aktif */
.pkp_navigation_primary a:hover::after,
.pkp_navigation_primary .is_current > a::after {
    width: 100% !important; /* Garis melebar penuh saat di-hover */
}

/* 4. Opasi/Warna teks saat hover (Opsional) */
.pkp_navigation_primary a:hover {
    color: #fbbf24 !important; /* Warna teks saat di-hover (misal: kuning/emas) */
}

.pkp_navigation_primary a:hover::after {
    background-color: #fbbf24 !important; /* Warna garis ikut berubah saat hover */
}
@media (max-width: 991px) {
  /* 1. Pastikan tombol hamburger dipaksa muncul */
  button.pkp_site_nav_toggle, 
  .pkp_site_nav_toggle {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 9999;
  }

  /* 2. Kondisi saat menu BELUM diklik (Sembunyikan) */
  .pkp_navigation_primary_wrapper {
    display: none;
  }

  /* 3. Kondisi saat menu DIKLIK / AKTIF (Tampilkan utuh) */
  .pkp_navigation_primary_wrapper.is_open,
  .pkp_navigation_primary_wrapper.active {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #006633 !important; /* Warna hijau Unisma */
    z-index: 99999 !important;
  }

  /* 4. Format item menu agar berderet ke bawah */
  .pkp_navigation_primary_wrapper.is_open ul,
  .pkp_navigation_primary_wrapper.active ul {
    display: flex !important;
    flex-direction: column !important;
    padding: 10px 0 !important;
    margin: 0 !important;
  }

  .pkp_navigation_primary_wrapper.is_open li a,
  .pkp_navigation_primary_wrapper.active li a {
    color: #ffffff !important;
    padding: 12px 20px !important;
    display: block !important;
  }
}