.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}

<!-- kode untuk footer jurnal logo FKP hilang -->

.pkp_brand_footer {
	display: none !important;
}

<!-- kode untuk justify deskripsi jurnal -->

.pkp_page_index .homepage_about{
	text-align: justify;
}




html, body {
    /* background: #0A2049 fixed !important */
	/* mengubah background webnya */
	background: url(https://i.ibb.co.com/cbqW2D4/swirl-pattern.webp) #f5f9fb fixed !important
}





/* css untuk tabel tim editor JDSS*/

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body-jdss {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            color: #333;
            padding: 15px;
            line-height: 1.5;
        }

        .section-jdss-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: white;
            padding: 10px 16px;
            border-radius: 8px;
            margin: 20px 0 15px;
            display: inline-block;
            box-shadow: 0 3px 8px rgba(0,0,0,0.1);
            letter-spacing: 0.5px;
            text-transform: uppercase;
            transition: transform 0.2s ease;
        }
        .section-jdss-title:hover {
            transform: translateY(-1px);
        }

        .editor-jdss-table {
            width: 100%;
            max-width: 900px;
            margin: 0 auto 30px;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            border: 1px solid #eaeaea;
        }

        .editor-jdss-table thead {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        }
        .editor-jdss-table th {
            padding: 12px 16px;
            text-align: center;
            font-weight: 600;
            font-size: 0.95rem;
            letter-spacing: 0.5px;
        }

        .editor-jdss-table tbody tr {
            border-bottom: 1px solid #f5f5f5;
            transition: background-color 0.2s ease;
        }
        .editor-jdss-table tbody tr:hover {
            background-color: #f8f9ff;
        }
        .editor-jdss-table td {
            padding: 16px;
            vertical-align: top;
        }

        .editor-jdss-name {
            font-size: 1.05rem;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 4px;
        }
        .editor-jdss-institution {
            font-size: 0.9rem;
            color: #6c757d;
            font-style: italic;
        }

        .academic-jdss-links {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .btn-jdss-academic {
            padding: 8px 14px;
            border: none;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
            text-decoration: none;
            color: white;
            transition: all 0.25s ease;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .btn-jdss-academic:hover,
        .btn-jdss-academic:focus {
            transform: translateY(-1px);
            box-shadow: 0 3px 8px rgba(0,0,0,0.15);
            filter: brightness(1.05);
        }
        .btn-jdss-academic:focus {
            outline: 2px solid #a3bffa;
            outline-offset: 1px;
        }
        .btn-jdss-scholar { background-color: #4285F4; }
        .btn-jdss-sinta   { background-color: #FF6F00; }
        .btn-jdss-scopus  { background-color: #009688; }

        /* Responsif Mobile */
        @media (max-width: 768px) {
            .section-jdss-title {
                font-size: 1.15rem;
                padding: 8px 12px;
                margin: 15px 0 10px;
            }
            .editor-jdss-table {
                border-radius: 10px;
            }
            .editor-jdss-table thead {
                display: none;
                text-align: center;
            }
            .editor-jdss-table tbody,
            .editor-jdss-table tr,
            .editor-jdss-table td {
                display: block;
                width: 100%;
            }
            .editor-jdss-table tr {
                margin-bottom: 12px;
                padding: 14px;
                border: 1px solid #eee;
                border-radius: 10px;
                background: #fafafa;
            }
            .editor-jdss-table td {
                padding: 10px 0;
                border: none;
            }
            .editor-jdss-table td:first-child {
                border-top: 2px solid #667eea;
                padding-top: 12px;
            }
            .academic-jdss-links {
                justify-content: flex-start;
            }
            .btn-jdss-academic {
                padding: 7px 12px;
                font-size: 0.75rem;
            }
        }

        /* Section Colors */
        #section-editor-jdss .section-jdss-title   { background: linear-gradient(135deg, #0056b3 0%, #003d82 100%); }
        #copyediting-jdss .section-jdss-title      { background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%); }
        #production-jdss .section-jdss-title       { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
    

/* batas kode css untuk tabel tim editor JDSS*/


