/* ===== HEADER ===== */
#header {
    background-color: #1A365D; /* Navy */
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    padding: 25px 0;
    text-align: center;
}

#header h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

#header p {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0 0 0;
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin: 15px 0;
}

.breadcrumb a {
    color: #4F81BD;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* ===== SIDEBAR / QUICK MENU ===== */
#sidebar {
    background-color: #F5F5F5; /* Soft Grey */
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    margin-bottom: 12px;
}

#sidebar ul li a {
    color: #1A365D;
    text-decoration: none;
    font-weight: 500;
    padding: 5px 10px;
    display: block;
    border-radius: 4px;
    transition: 0.3s;
}

#sidebar ul li a:hover {
    color: #FFFFFF;
    background-color: #4F81BD;
}

/* ===== ARTIKEL / CONTENT ===== */
.article .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1A365D;
    margin-bottom: 10px;
}

.article .author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.article .metadata {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #555555;
    margin-bottom: 20px;
}

.article .content {
    font-family: 'Georgia', serif;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}

/* ===== ARTICLE LIST / SUBMISSION ===== */
.article-list .item {
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 0;
}

.article-list .item a.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1A365D;
    text-decoration: none;
}

.article-list .item a.title:hover {
    color: #4F81BD;
    text-decoration: underline;
}

.article-list .item .authors {
    font-size: 14px;
    color: #555555;
}

/* ===== LINK & BUTTON ===== */
a {
    color: #1A365D;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #4F81BD;
    text-decoration: underline;
}

button, .btn {
    background-color: #2E8B57; /* Sea Green */
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

button:hover, .btn:hover {
    background-color: #3CB371; /* Slightly lighter green */
}

/* ===== FOOTER ===== */
#footer {
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    padding: 20px 0;
    font-family: 'Georgia', serif;
    font-size: 13px;
}

#footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

#footer a:hover {
    color: #4F81BD;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    #header h1 {
        font-size: 22px;
    }
    .article .title {
        font-size: 20px;
    }
    .article .content {
        font-size: 15px;
    }
    #sidebar {
        padding: 15px;
    }
    .article-list .item a.title {
        font-size: 16px;
    }
}
/* ====== SIDEBAR QUICK MENU (VERY CLEAN & ELEGANT) ====== */

/* Mengatur wadah daftar */
.pkp_block .content ul {
    padding-left: 0 !important;
}

/* Item menu */
.pkp_block .content ul li {
    background: #f9fafc;
    border: 1px solid #d8dfea;
    padding: 12px 14px;
    margin-bottom: 8px;
    border-radius: 12px;
    list-style: none;
    font-family: "Poppins", sans-serif;
    font-size: 13.8px;
    font-weight: 500;
    transition: all .25s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

/* Link menu */
.pkp_block .content ul li a {
    color: #14213d;
    text-decoration: none;
}

/* Efek hover */
.pkp_block .content ul li:hover {
    background: #e8eef7;
    border-color: #b4c4db;
    transform: translateX(5px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.10);
}

/* Warna link saat hover */
.pkp_block .content ul li:hover a {
    color: #0d47a1;
}

/* Judul sidebar */
.block_title {
    font-family: "Poppins", sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 600;
    letter-spacing: .6px;
    margin-bottom: 10px;
    color: #0b1c33;
}
