/* ============================= */
/* RESET & GLOBAL STYLING       */
/* ============================= */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    line-height: 1.5;
    font-family: sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style-type: none;
}

p,
label {
    font-family: sans-serif;
}

/* ============================= */
/* LAYOUT WRAPPER                */
/* ============================= */

.container-wrapper {
    margin: 7% auto;
    position: relative;
    width: 500px;
    overflow: hidden;
}

/* ============================= */
/* HEADER / LOGO SECTION         */
/* ============================= */

#pageHeaderLogo {
    max-width: 100%;
    height: auto;
}

.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;
}



/* ============================= */
/* VERTICAL MENU                 */
/* ============================= */

/* Vertical Menu */
.vertical-menu {
    width: 100%;
    max-width: 250px;
    font-family: 'Arial', sans-serif;
    background-color: #2b4e84;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.vertical-menu a {
    display: block;
    padding: 15px;
    background-color: #F0F0F0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.vertical-menu a:hover {
    background-color: #1e6292;
    color: white;
}

.vertical-menu a.active {
    background-color: #4A90E2;
    color: white;
}

/* Typography */
.judul {
    font-size: 20px;
    font-weight: 700;
    color: #1E6292;
    margin-bottom: 1px;
}

.subjudul {
    font-size: 15px;
    font-style: italic;
    color: #000;
    margin-bottom: 1px;
}

/* Table Style */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

th, td {
    padding: 15px;
    text-align: left;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
}

th {
    background-color: #2b4e84;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
}

tr:nth-child(even) { background-color: #f9f9f9; }
tr:hover { background-color: #f1f1f1; cursor: pointer; }



/* ============================= */
/* FLEXBOX CONTAINER & COLUMNS  */
/* ============================= */

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 1px;
}

.kolom {
    flex: 1;
    background-color: transparent; /* Transparent background */
    padding: 20px;
    margin: 1px;
    
    /* Set a max-width for each column */
    max-width: 30%;
}

.judul {
    font-size: 20px;
    font-weight: 700;
    color: #0D4F83; /* biru */
    margin-bottom: 1px; /* Menambahkan jarak di bawah judul */
}

.subjudul {
    font-size: 15px;
    font-style: italic;
    color: #000000;
    margin-bottom: 1px;
}



/*s
.reviewer-section {
    margin-top: 20px;
}

/* Judul */
.reviewer-section h2 {
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

/* Card Style */
.reviewer-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #1e73be;
    border-radius: 8px;
    padding: 15px 18px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

/* Hover effect */
.reviewer-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

/* Text rapat */
.reviewer-card p {
    margin: 3px 0;
    line-height: 1.3;
}

.name {
    font-size: 16px;
}

.affiliation {
    font-size: 14px;
    color: #444;
}

.scientific-field {
    font-size: 13px;
    color: #666;
}

.flag-icon {
    vertical-align: middle;
    margin-left: 6px;
}



/* ============================= */
/* TABLE STYLING                 */
/* ============================= */

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

th,
td {
    padding: 15px;
    text-align: left;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
}

th {
    background-color: #2b4e84;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

/* ============================= */
/* ANNOUNCEMENTS BOX             */
/* ============================= */

.announcements {
    margin-top: 30px;
    padding: 20px;
    background-color: #e5f1fa;
    border-left: 5px solid #1e6292;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.announcements h2 {
    font-size: 24px;
    color: #2b4e84;
    margin-bottom: 10px;
}

.announcements p,
.announcements ul li {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.announcements ul {
    padding-left: 20px;
}

/* ============================= */
/* CITATION BOX                 */
/* ============================= */

.citation-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    width: 300px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.citation-box img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.citation-box .citation-count {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/* ============================= */
/* MEDIA QUERIES                 */
/* ============================= */

/* Tablet & Smartphone */
@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }

    body {
        font-size: 16px;
    }

    h1,
    h2,
    h3,
    h4 {
        font-size: 1.2em;
        word-wrap: break-word;
    }

    .navbar {
        font-size: 14px;
        padding: 10px;
    }

    .sidebar {
        display: none;
    }

    .content {
        width: 100%;
    }

    .vertical-menu {
        max-width: 100%;
    }

    .kolom {
        width: 100%;
        margin: 10px 0;
        flex: none;
    }

    table {
        width: 100%;
        overflow-x: auto;
        display: block;
        margin-bottom: 15px;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-nav li {
        display: inline-block;
        margin: 10px;
    }

    .announcements {
        margin-top: 20px;
    }
}

/* Smartphone kecil */
@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .navbar {
        font-size: 12px;
        padding: 8px;
    }

    .container {
        padding: 5px;
    }

    .content {
        padding: 10px;
    }

    h1,
    h2 {
        font-size: 1em;
    }

    .navbar-nav li {
        font-size: 16px;
    }

    .sidebar {
        display: none;
    }
}



}
/* ============================= */
/* widget Menu static                 */
/* ============================= */
.normal-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.normal-menu li {
    margin-bottom: 8px;
}

.normal-menu a {
    text-decoration: none;
    color: #333;
}

.normal-menu a:hover {
    color: #0073e6;
}

/* TAB STYLE */
/* Styling Box */
.jump-menu-box {
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Styling List */
.jump-menu-box ul li {
    margin-bottom: 8px;
}

/* Link Style */
.jump-menu-box ul li a {
    display: block;
    padding: 6px 10px;
    border-left: 3px solid transparent;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
}

/* Hover Effect */
.jump-menu-box ul li a:hover {
    background: #ffffff;
    border-left: 3px solid #0073e6;
    color: #0073e6;
}