:root {
    --primary-color: #fbdd57 !important;
    --secondary-color: #f5f5f500 !important;
    --third-color: rgba(0, 0, 0, 0.7) !important;
    --text-dark: #333333;
    --text-light: #666666;
    --border-light: #e0e0e0;
    --max-height-logo: 193px;
    --hover-white: #ffffff;
    --hover-shadow: rgba(0, 0, 0, 0.15);
}

body {
    background-color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
}

/* Container untuk mengatur lebar maksimal */
.main-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/* Header Section - Semua gambar dimatikan */
.pkp_page_index .homepage_image img {
    display: none !important;
}

.pkp_head_wrapper .title-banner {
    display: none !important;
}

.pkp_head_wrapper .img-banner {
    display: none !important;
}

/* Matikan semua gambar di header */
.pkp_site_name .is_img {
    display: none !important;
}

header.pkp_structure_head .pkp_site_name a.is_img {
    display: none !important;
}

.pkp_structure_head {
    background-color: white;
    border-bottom: 1px solid var(--border-light);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 1400px;
    margin: 0 auto;
}

.pkp_navigation_primary_wrapper {
    padding: 0px 30px;
    background-color: white !important;
    color: var(--text-dark);
    border-bottom: 1px solid var(--border-light);
    border-top: 0px solid var(--secondary-color);
    max-width: 1400px;
    margin: 0 auto;
}

.pkp_navigation_primary>li>a {
    margin: 0 1em;
    padding: 15px 0 10px;
    border-bottom: 0px solid transparent;
    color: var(--text-dark);
    font-weight: 500;
    transition: all 0.3s ease;
}

.pkp_navigation_primary>li.current>a,
.pkp_navigation_primary>li>a:focus {
    color: var(--text-dark) !important;
    border-bottom: 2px solid var(--text-dark);
}

.pkp_navigation_primary>li>a:hover {
    color: var(--text-dark) !important;
    background-color: var(--hover-white) !important;
    border-radius: 4px;
    box-shadow: 0 2px 8px var(--hover-shadow);
    transform: translateY(-1px);
    padding: 15px 10px 10px;
}

.pkp_site_name .is_text {
    line-height: 1.2 !important;
}

.pkp_head_wrapper>.pkp_site_name_wrapper {
    background-color: var(--primary-color);
    max-width: 1400px;
    margin: 0 auto;
}

.pkp_head_wrapper>.pkp_site_name_wrapper>.pkp_site_name {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.pkp_site_name>a {
    padding: 0 !important;
    margin: 0 !important;
}

header.pkp_structure_head .pkp_site_name a.is_img {
    margin-left: 0px !important;
    width: 100% !important;
}

@media (min-width: 1200px) {
    .pkp_site_name .is_img {
        width: 100%;
    }
}

.pkp_site_name_wrapper .pkp_site_name .is_img img {
    display: none !important;
}

@media (min-width: 992px) {
    .pkp_head_wrapper .pkp_search .search_prompt {
        display: inline-block;
        position: relative;
        padding: 10px 20px;
        color: var(--text-dark);
        cursor: pointer;
        background: rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .pkp_head_wrapper .pkp_search .search_prompt:hover {
        background: var(--hover-white);
        box-shadow: 0 2px 8px var(--hover-shadow);
        transform: translateY(-1px);
    }

    .pkp_head_wrapper .pkp_search {
        overflow: hidden !important;
    }
}

@media (max-width: 440px) {
    .pkp_site_name .is_text {
        line-height: 1.2 !important;
        padding-top: 0px !important;
    }

    .pkp_structure_head .pkp_head_wrapper {
        padding-top: 0px !important;
    }

    .pkp_search button,
    input {
        width: 99%;
        height: 40px;
    }

    .pkp_head_wrapper .pkp_site_name_wrapper .pkp_site_name {
        padding: 10px;
    }

    .has_site_logo .pkp_head_wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Content Section */
.pkp_table_custom {
    width: 222px;
    border: 1px solid var(--border-light);
    font-size: 11pt;
    font-style: normal !important;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pkp_table_custom:hover {
    background-color: var(--hover-white);
    box-shadow: 0 4px 12px var(--hover-shadow);
    transform: translateY(-2px);
}

.pkp_table_custom_header {
    width: 222px;
    background-color: var(--primary-color);
    color: var(--text-dark) !important;
    font-weight: 600;
    padding: 12px 15px;
}

.pkp_structure_content {
    margin-bottom: 20px;
    padding-top: 30px;
    background-color: white;
    min-height: calc(100vh - 200px);
    max-width: 1400px;
    margin: 0 auto;
}

.obj_issue_toc .heading .description {
    text-align: justify;
    line-height: 1.6;
    color: var(--text-light);
}

/* Gambar konten tetap aktif */
.obj_issue_toc .cover img {
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.obj_issue_toc .cover img:hover {
    box-shadow: 0 8px 20px var(--hover-shadow);
    transform: scale(1.02);
}

.cmp_breadcrumbs {
    display: inline-block;
    max-height: 40px !important;
    margin-bottom: 20px;
}

.page_issue_archive .issues_archive {
    text-align: justify;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 440px) {
    .pkp_table_custom {
        width: 95%;
        border: 1px solid var(--border-light);
        font-size: 11pt;
        font-style: normal !important;
    }

    .pkp_table_custom_header {
        width: 95%;
        background-color: var(--primary-color);
        color: var(--text-dark) !important;
    }

    .page_issue_archive .issues_archive {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.pkp_structure_content {
    margin-bottom: 0;
    padding-top: 0px !important;
    background-color: white;
}

@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top: 30px !important;
    }

    .pkp_structure_sidebar {
        float: right;
        width: 300px;
        border-left: 1px solid var(--border-light);
        padding-left: 30px;
    }

    .page_issue_archive .issues_archive {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .pkp_structure_main {
        float: left;
        padding: 0 30px 30px 30px !important;
        max-width: calc(1400px - 330px);
    }

    .cmp_article_list>li {
        padding: 25px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        margin-bottom: 25px;
        border-radius: 8px;
        background: white;
        transition: all 0.3s ease;
        border: 1px solid var(--border-light);
    }

    .cmp_article_list>li:hover {
        box-shadow: 0 8px 24px var(--hover-shadow);
        transform: translateY(-3px);
        background-color: var(--hover-white);
        border-color: var(--primary-color);
    }
}

/* Footer Section - Professional Design */
.pkp_structure_footer_wrapper {
    background-color: white;
    border-top: 1px solid var(--border-light);
    margin-top: 50px;
    display: block !important;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.pkp_structure_footer {
    background-color: white;
    padding: 40px 0;
    color: var(--text-light);
    max-width: 1400px;
    margin: 0 auto;
}

/* Custom Footer Styling */
.footer-custom {
    background-color: white;
    padding: 30px 0;
    text-align: center;
    color: var(--text-light);
    max-width: 1400px;
    margin: 0 auto;
}

.footer-custom hr {
    border: none;
    border-top: 2px solid var(--primary-color);
    width: 80px;
    margin: 0 auto 25px auto;
}

.footer-custom p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-light);
}

.footer-custom p:first-of-type {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-custom a {
    color: var(--text-light);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

.footer-custom a:hover {
    color: var(--text-dark);
    background-color: var(--hover-white);
    box-shadow: 0 2px 8px var(--hover-shadow);
    text-decoration: none;
    transform: translateY(-1px);
}

.footer-custom p:last-child {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--border-light);
}

.pkp_brand_footer {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.pkp_brand_footer a img {
    max-width: 100px;
    height: auto;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.pkp_brand_footer a img:hover {
    opacity: 0.9;
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px var(--hover-shadow));
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer-section {
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.footer-section:hover {
    transform: translateY(-2px);
}

.footer-section h4 {
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 8px;
    display: inline-block;
}

.footer-section p,
.footer-section a {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    padding: 2px 4px;
    border-radius: 3px;
}

.footer-section a:hover {
    color: var(--text-dark);
    background-color: var(--hover-white);
    box-shadow: 0 2px 6px var(--hover-shadow);
    transform: translateX(5px);
}

.footer-bottom {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid var(--border-light);
    margin-top: 30px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom p {
    color: var(--text-light);
    font-size: 13px;
    margin: 0;
}

.pkp_page_index .additional_content {
    border-top: 1px solid var(--border-light);
    padding: 20px 0;
    background-color: white;
    max-width: 1400px;
    margin: 0 auto;
}

.hubungi-kami {
    color: var(--text-light);
    font-size: 13px;
    line-height: 1.5;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 4px;
}

.contact-item:hover {
    background-color: var(--hover-white);
    box-shadow: 0 2px 6px var(--hover-shadow);
    transform: translateX(5px);
}

.contact-item i {
    color: var(--primary-color);
    width: 16px;
    text-align: center;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    justify-content: center;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: var(--text-dark);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background-color: var(--hover-white);
    color: var(--text-dark);
    box-shadow: 0 4px 12px var(--hover-shadow);
    transform: translateY(-3px) scale(1.1);
    border: 2px solid var(--primary-color);
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }

    .pkp_brand_footer {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .social-links {
        justify-content: center;
    }

    .pkp_structure_footer {
        padding: 30px 0;
    }

    .footer-custom {
        padding: 20px 15px;
    }

    .footer-custom p {
        font-size: 13px;
    }

    .footer-custom p:first-of-type {
        font-size: 14px;
    }
}

@media (max-width: 440px) {
    .footer-content {
        padding: 0 15px;
    }

    .pkp_structure_footer {
        padding: 20px 0;
    }

    .footer-section h4 {
        font-size: 14px;
    }

    .footer-section p,
    .footer-section a {
        font-size: 13px;
    }

    .footer-custom {
        padding: 15px 10px;
    }

    .footer-custom hr {
        width: 60px;
        margin-bottom: 20px;
    }

    .footer-custom p {
        font-size: 12px;
        margin: 12px 0;
    }

    .footer-custom p:first-of-type {
        font-size: 13px;
    }

    .footer-custom a {
        display: inline-block;
        margin: 2px 0;
    }
}

/* Clean Professional Styling */
.pkp_wrapper {
    background-color: white;
    max-width: 1400px;
    margin: 0 auto;
}

/* Enhanced Card Styles */
.article-card,
.issue-card {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.article-card:hover,
.issue-card:hover {
    box-shadow: 0 8px 20px var(--hover-shadow);
    transform: translateY(-3px);
    background-color: var(--hover-white);
    border-color: var(--primary-color);
}

/* Clean Button Styles */
.btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--text-dark);
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--hover-white);
    border-color: var(--text-dark);
    color: var(--text-dark);
    box-shadow: 0 4px 12px var(--hover-shadow);
    transform: translateY(-2px);
}

/* Form Styling */
.form-control {
    border: 1px solid var(--border-light);
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(251, 221, 87, 0.2);
    background-color: var(--hover-white);
}

.form-control:hover {
    background-color: var(--hover-white);
    box-shadow: 0 2px 6px var(--hover-shadow);
}

/* Clean Table Styles */
.table {
    border-collapse: collapse;
    width: 100%;
    background: white;
    max-width: 1400px;
    margin: 0 auto;
}

.table th {
    background-color: #f8f9fa;
    border: 1px solid var(--border-light);
    padding: 12px;
    font-weight: 600;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.table th:hover {
    background-color: var(--hover-white);
    box-shadow: 0 2px 6px var(--hover-shadow);
}

.table td {
    border: 1px solid var(--border-light);
    padding: 12px;
    color: var(--text-light);
    transition: all 0.3s ease;
}

.table tr:hover td {
    background-color: var(--hover-white);
    box-shadow: 0 2px 6px var(--hover-shadow);
}

/* Wrapper untuk mengontrol lebar maksimal keseluruhan */
.site-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

/* Media Queries untuk layar sangat lebar */
@media (min-width: 1400px) {
    body {
        background-color: #f5f5f5;
    }
    
    .site-wrapper {
        background-color: white;
        margin: 20px auto;
        border-radius: 8px;
        overflow: hidden;
    }
}

/* Hover effects untuk semua elemen interaktif */
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: var(--hover-white) !important;
    box-shadow: 0 4px 12px var(--hover-shadow) !important;
    transform: translateY(-2px) !important;
    transition: all 0.3s ease !important;
}

/* Link hover effects */
a:not(.social-links a):not(.footer-custom a):hover {
    color: var(--text-dark) !important;
    background-color: var(--hover-white);
    padding: 2px 4px;
    border-radius: 3px;
    box-shadow: 0 2px 6px var(--hover-shadow);
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover untuk elemen dengan background kuning */
*[style*="background-color: #fbdd57"]:hover,
*[style*="background: #fbdd57"]:hover,
.bg-primary:hover {
    background-color: var(--hover-white) !important;
    box-shadow: 0 4px 12px var(--hover-shadow) !important;
    border: 1px solid var(--primary-color) !important;
    transform: translateY(-2px) !important;
}
