/* =================================================================
   BAGIAN 1: GLOBAL & DESKTOP (STYLE ASLI BAPAK)
   ================================================================= */
.side-menu-box {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.title {
    background-color: #001f3f;
    background-image: linear-gradient(144deg, #ff4534 0%, #ff4534 50%, #ff9601 100%);
    color: #ffffff !important;
    padding: 15px 25px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    border-radius: 4px;
    border-left: 5px solid #c5a059;
    /* Garis Emas di kiri (Gold Accent) */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    /* Bayangan agar timbul */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    /* Pastikan nempel dengan konten bawahnya */
    position: relative;
    overflow: hidden;
}

.title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    pointer-events: none;
}


.side-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
}

.side-menu-list li a {
    display: block;
    background-color: #8a919e;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}

.side-menu-list li a:hover {
    background-color: #004080;
    padding-left: 20px;
}

.side-menu-list li a.highlight {
    background-color: #28a745;
    font-weight: bold;
    text-align: center;
}

.side-menu-list li a.highlight:hover {
    background-color: #218838;
}

.pkp_structure_footer_wrapper {
    background-color: #dedede;
    color: #333;
    padding-top: 30px;
    border-top: 5px solid #f23034;
}

.pkp_structure_footer {
    padding-bottom: 20px;
}

.pkp_structure_footer a {
    color: #b30000;
}

body {
    background-color: #333333;
    background-image: url("https://journal.thesisedu.org/public/site/images/admin/pattern.jpeg");
    background-repeat: repeat;
    background-size: 300px 300px;
    font-family: "Georgia", "Times New Roman", serif;
}

.pkp_structure_page {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fdfcf5;
    box-shadow: 0 0 20px rgba(175, 175, 175, 0.5);
    position: relative;
}

.pkp_head_wrapper {
    background-color: #fdfcf5;
    padding: 30px 40px;
    border-bottom: none;
    position: relative;
    z-index: 1;
}

.pkp_site_name_wrapper {
    display: flex;
    align-items: center;
}

.pkp_site_name .is_img img {
    max-height: 120px;
    margin-right: 20px;
    width: auto;
}

.pkp_site_name .is_text {
    font-family: "Arial", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    text-shadow: none;
    text-align: left;
}

.pkp_structure_head {
    position: relative;
    background-color: #8a919e;
}

/* Posisi Login Desktop (Yang Bapak Suka) */
.pkp_navigation_user_wrapper {
    position: absolute;
    top: 60px;
    margin-left: -40px;
    z-index: 9999;
}

.pkp_navigation_user>li>a {
    display: inline-block;
    background: #fcfcfc;
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 8px 15px;
    color: #333 !important;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 13px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    text-decoration: none;
}

.pkp_navigation_user>li>a:hover {
    background: #eeeeee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.pkp_navigation_primary_wrapper {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 10px;
    padding: 0 20px;
    box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
}

.pkp_navigation_primary>li>a {
    color: #5a3e1b !important;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    padding: 15px 20px;
}

.pkp_navigation_primary>li>a:hover {
    color: #b30000 !important;
    background-color: transparent;
}

.pkp_navigation_primary_wrapper .pkp_search {
    float: right;
    margin-top: 10px;
    color: #000;
}

.pkp_navigation_primary_wrapper .pkp_search:hover {
    color: #b30000;
}


/* =================================================================
   BAGIAN 2: KHUSUS MOBILE (UI MODERN & RAPI)
   Hanya aktif di layar HP (< 992px)
   ================================================================= */
@media only screen and (max-width: 992px) {

    .pkp_site_nav_toggle {
        border-radius: 7px;
        background: #003367;
    }

    .pkp_structure_page {
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        margin: 0;
    }

    /* 2. Header Mobile: Logo & Judul Rapi */
    .pkp_head_wrapper {
        padding: 20px 15px !important;
    }

    .pkp_site_name_wrapper {
        flex-direction: column;
        text-align: center;
    }

    .pkp_site_name .is_img img {
        margin: -15px 0 15px 0;
        max-height: 80px;
    }

    .pkp_site_name .is_text {
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
        width: 100%;
    }

    /* 3. MENU NAVIGASI: Tampilan Modern Clean */
    .pkp_navigation_primary_wrapper {
        padding: 0 !important;
        background-color: #fff !important;
        border-top: 3px solid #b30000;
        /* Aksen merah di atas menu */
        margin-top: 0;
    }

    .pkp_navigation_primary {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .pkp_navigation_primary>li {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        /* Garis tipis halus */
    }

    .pkp_navigation_primary>li>a {
        display: block;
        padding: 16px 20px;
        text-align: left;
        font-size: 14px;
        color: #333 !important;
        /* Warna Hitam Elegan */
        font-weight: 600;
        width: 100%;
        position: relative;
    }

    /* Efek ikon panah kecil di kanan menu (CSS Trick) */
    .pkp_navigation_primary>li>a::after {
        content: "›";
        float: right;
        font-size: 18px;
        color: #ccc;
        font-weight: bold;
    }

    /* Efek Sentuh (Active State) */
    .pkp_navigation_primary>li>a:active,
    .pkp_navigation_primary>li>a:hover {
        background-color: #f9f9f9;
        color: #b30000 !important;
        /* Teks jadi merah saat disentuh */
        padding-left: 25px;
        /* Sedikit geser ke kanan */
    }

    /* Submenu (Dropdown) Mobile */
    .pkp_navigation_primary>li ul {
        position: static;
        box-shadow: none;
        background-color: #fcfcfc;
        width: 100%;
        padding: 0;
        border-top: 1px solid #eee;
    }

    .pkp_navigation_primary>li ul li a {
        padding: 12px 20px 12px 40px;
        /* Menjorok ke dalam */
        color: #666 !important;
        font-size: 13px;
        border-bottom: 1px solid #eee;
    }


    /* 4. LOGIN & REGISTER: Tombol Nyata & Centered */
    .pkp_navigation_user_wrapper {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        background-color: #fdfcf5;
        /* Senada dengan background header */
        z-index: 1;
        padding: 15px 0;
    }

    .pkp_navigation_user {
        display: flex;
        flex-direction: row;
        /* Jejer Samping */
        justify-content: center;
        /* Rata Tengah */
        gap: 15px;
        /* Jarak antar tombol */
        padding: 0;
        margin: 0;
    }

    /* Styling Tombol di Mobile */
    .pkp_navigation_user>li>a {
        display: inline-block;
        background: #fff;
        border: 1px solid #b30000;
        /* Border Merah */
        border-radius: 50px;
        /* Tombol Bulat Modern */
        padding: 8px 25px;
        color: #b30000 !important;
        /* Teks Merah */
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin: 0;
    }

    /* Tombol Register dibedakan (Solid Red) */
    .pkp_navigation_user>li:first-child>a {
        background-color: #b30000;
        color: #fff !important;
    }

    .pkp_navigation_user>li>a:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    /* Sembunyikan Search bar di Mobile */
    .pkp_navigation_primary_wrapper .pkp_search {
        margin-bottom: 30px;
        background-color: #eaeaea;
        padding: 9px;
        border-radius: 9px;
        margin-right: 30px;
    }
}

/* Submit */
.submission-area {
    background-color: #ffffff;
    padding: 20px 10px;
    text-align: center;
    /* Agar ikon & teks di tengah */
    border: 1px solid #eee;
    border-top: none;
    /* Karena sudah ada header merah di atasnya */
}

.submission-link {
    text-decoration: none;
    display: block;
    transition: transform 0.2s ease;
}

/* Efek saat mouse mendekat (ikon naik sedikit) */
.submission-link:hover {
    transform: translateY(-5px);
}

/* Mengatur ukuran ikon agar pas */
.submission-icon {
    width: 80px;
    /* Ukuran lebar ikon */
    height: auto;
    margin-bottom: 10px;
    /* Jarak antara ikon dan teks */
    display: inline-block;
}

/* Mengatur teks "Submit Manuscript" */
.submission-text {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #003366;
    /* Biru Tua */
    text-transform: capitalize;
}

.submission-link:hover .submission-text {
    color: #b30000;
    /* Berubah Merah saat disentuh */
}


.reviewer-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.reviewer-intro {
    margin-bottom: 25px;
    padding: 15px;
    background-color: #f8f9fa;
    border-left: 5px solid #0056b3;
    border-radius: 4px;
}

.editorial-section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #001f3f;
    border-bottom: 2px solid #c5a059;
    padding-bottom: 8px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.page_title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #001f3f;
    border-bottom: 2px solid #c5a059;
    padding-bottom: 8px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Grid Layout: Otomatis menyesuaikan jumlah kolom */
.reviewer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

/* Desain Kartu Reviewer */
.reviewer-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviewer-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: #ff4534;
}

.reviewer-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
    line-height: 1.4;
}

.reviewer-affil {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
    min-height: 40px;
    /* Menjaga tinggi baris agar sejajar */
}

.reviewer-field {
    display: inline-block;
    background-color: #e9ecef;
    color: #495057;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Desain Tombol Link */
.link-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    /* Mendorong tombol ke bawah */
}

.badge-link {
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
    color: white !important;
    transition: opacity 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.badge-link:hover {
    opacity: 0.85;
    text-decoration: none;
}

/* Warna-warna tombol */
.bg-sinta {
    background-color: #0056b3;
}

/* Biru Sinta */
.bg-gs {
    background-color: #dd4b39;
}

/* Merah Google */
.bg-orcid {
    background-color: #a6ce39;
    color: #fff;
}

/* Hijau ORCID */
.bg-scopus {
    background-color: #ff9800;
}

/* Oranye Scopus */

.badge-link img,
.badge-icon {
    height: 16px;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
}

/* Footer Struktur */

.pkp_footer_content {
    float: left;
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_brand_footer {
    float: right;
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.guidelines-container {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    color: #2c3e50;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

/* Header Banner */
.jcebs-hero,
.jcod-hero {
    background: linear-gradient(144deg, #ff4534 0%, #ff4534 50%, #ff9601 100%);
    color: #ffffff;
    padding: 30px;
    border-radius: 0px;
    border-left: 6px solid #c5a059;
    box-shadow: 0 4px 15px rgba(255, 69, 52, 0.25);
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.jcebs-hero h1,
.jcod-hero h1 {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
    color: #ffffff !important;
}

.jcebs-hero .journal-publisher,
.jcod-hero .journal-publisher {
    display: inline-block;
    background-color: rgba(197, 160, 89, 0.25);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 2px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
    border: 1px solid rgb(196 196 196 / 40%);
}

.jcebs-hero p,
.jcod-hero p {
    font-size: 0.95rem;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.6;
}

/* Quick Stats Bar */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.stat-card {
    background: #ffffff;
    border: 1px solid #cacaca;
    border-top: 4px solid #ff4534;
    border-radius: 0px;
    padding: 16px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.stat-card .stat-value {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ff4534;
    margin-bottom: 4px;
}

.stat-card .stat-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Section Title */
.guidelines-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #001f3f;
    border-bottom: 2px solid #c5a059;
    padding-bottom: 8px;
    margin-top: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.guidelines-section-title .section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #ff4534;
    color: #c5a059;
    border-radius: 50%;
    font-size: 0.9rem;
}

/* Alert Boxes */
.info-card {
    background-color: #f8fafc;
    border-left: 5px solid #e7e7e7;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.policy-card {
    background-color: #fdf8ed;
    border-left: 5px solid #c5a059;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.policy-card h3,
.info-card h3 {
    margin-top: 0;
    color: #001f3f;
    font-size: 1.1rem;
    font-weight: 700;
}

.alert-danger-custom {
    background-color: #fff5f5;
    border: 1px solid #feb2b2;
    border-left: 5px solid #e53e3e;
    color: #9b2c2c;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 0.9rem;
    margin-top: 12px;
}

/* Impact Evidence Grid */
.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
    margin-bottom: 30px;
}

.impact-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #2d3748;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.impact-item .check-icon {
    width: 24px;
    height: 24px;
    background-color: #d4edda;
    color: #155724;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: bold;
    flex-shrink: 0;
}

/* Manuscript Structure Cards */
.structure-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 35px;
}

.structure-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: border-color 0.2s;
}

.structure-card:hover {
    border-color: #ff4534;
}

.structure-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 10px;
}

.structure-title-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.structure-number {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    flex-shrink: 0;
    background-color: #ff4534;
    color: #ffffff;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.95rem;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
}

.structure-title,
h3.structure-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #001f3f;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35;
    word-break: break-word;
}

.badge-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    flex-shrink: 0;
    white-space: nowrap;
    margin-top: 2px;
}

.badge-blue {
    background-color: #ebf8ff;
    color: #2b6cb0;
    border: 1px solid #bee3f8;
}

.badge-gold {
    background-color: #fefcbf;
    color: #744210;
    border: 1px solid #faf089;
}

.badge-red {
    background-color: #fed7d7;
    color: #9b2c2c;
    border: 1px solid #feb2b2;
}

.badge-green {
    background-color: #c6f6d5;
    color: #22543d;
    border: 0px solid #9ae6b4;
}

.structure-body p {
    margin: 0 0 10px 0;
    font-size: 0.93rem;
    color: #4a5568;
    line-height: 1.65;
}

.structure-body p:last-child {
    margin-bottom: 0;
}

.subsection-list {
    margin: 10px 0 0 0;
    padding-left: 20px;
    font-size: 0.9rem;
    color: #4a5568;
}

.subsection-list li {
    margin-bottom: 4px;
}

/* Comparison Table */
.matrix-table-wrapper {
    overflow-x: auto;
    margin-bottom: 35px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.matrix-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
    background: #ffffff;
}

.matrix-table th {
    padding: 14px 18px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 0.5px;
}

.matrix-table th.th-preferred {
    background-color: #28a745;
    color: #ffffff;
    width: 50%;
}

.matrix-table th.th-discouraged {
    background-color: #dc3545;
    color: #ffffff;
    width: 50%;
}

.matrix-table td {
    padding: 12px 18px;
    border-bottom: 1px solid #edf2f7;
    vertical-align: top;
    line-height: 1.5;
}

.matrix-table tr:nth-child(even) {
    background-color: #f8fafc;
}

.td-pref {
    color: #1e7e34;
    font-weight: 600;
}

.td-disc {
    color: #bd2130;
    font-weight: 500;
}

/* Licensing Box */
.license-box {
    background: #ffffff;
    border: 1px solid #cbd5e0;
    border-radius: 0px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.license-badge {
    background-color: #edf2f7;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 0.85rem;
    color: #2d3748;
    text-align: center;
    flex-shrink: 0;
    border: 1px solid #cbd5e0;
}

.license-text {
    font-size: 0.88rem;
    color: #4a5568;
    margin: 0;
}

/* Template Download Callout */
.cta-download-box {
    background: linear-gradient(144deg, #ff4534 0%, #ff4534 50%, #ff9601 100%);
    color: #ffffff;
    border-radius: 0px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(255, 69, 52, 0.25);
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 5px solid #c5a059;
}

.cta-download-box h2 {
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.cta-download-box p {
    color: #f1f5f9;
    font-size: 0.95rem;
    max-width: 650px;
    margin: 0 auto 22px auto;
}

.btn-download-template {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #28a745;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 32px;
    text-decoration: none;
}

.btn-download-template:hover {
    background-color: #218838;
    text-decoration: none;
}

@media (max-width: 768px) {

    .jcebs-hero,
    .jcod-hero {
        padding: 20px;
    }

    .jcebs-hero h1,
    .jcod-hero h1 {
        font-size: 1.4rem;
    }

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

    .structure-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .structure-title-group {
        width: 100%;
    }

    .structure-title,
    h3.structure-title {
        font-size: 1.02rem;
    }

    .badge-tag {
        align-self: flex-start;
        white-space: normal;
        margin-top: 0;
    }

    .license-box {
        flex-direction: column;
        text-align: center;
    }

    .cta-download-box {
        padding: 20px;
    }
}

/* =================================================================
   PEER REVIEW PROCESS FLOW CHART STYLES
   ================================================================= */
.flow-container {
    margin: 25px 0 35px 0;
}

.flow-grid {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.flow-step-card {
    background: #ffffff;
    border: 1px solid #cbd5e0;
    border-left: 5px solid #ff4534;
    border-radius: 0px;
    padding: 16px 20px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s, border-color 0.2s;
}

.flow-step-card:hover {
    border-color: #ff4534;
}

.flow-step-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.flow-step-title-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.flow-step-num {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    background-color: #ff4534;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
    flex-shrink: 0;
    line-height: 1;
}

.flow-step-title,
h3.flow-step-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #001f3f;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35;
}

.flow-arrow-down {
    text-align: center;
    color: #c5a059;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    padding: 6px 0;
}

.flow-decision-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0px;
    padding: 16px;
    margin-top: 10px;
}

.flow-decision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.flow-decision-item {
    padding: 12px 14px;
    border-radius: 0px;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.45;
}

.decision-accept {
    background-color: #e6fffa;
    border-left: 4px solid #319795;
    color: #234e52;
}

.decision-revise {
    background-color: #feebc8;
    border-left: 4px solid #dd6b20;
    color: #742a2a;
}

.decision-decline {
    background-color: #fff5f5;
    border-left: 4px solid #e53e3e;
    color: #9b2c2c;
}