
/* ====== Fonts ====== */
@import url('https://fonts.googleapis.com/css2?family=Overlock:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@900&display=swap');

/* ====== Global Body ====== */
html, body {
    font-family: 'Arima Madurai', cursive !important;
    background-color: #f5e9d3;
    margin: 0;
    padding: 0;
}

/* ====== Header & Navigation ====== */
.pkp_structure_head {
    background-color: #c79231;
}

.pkp_site_name_wrapper,
.pkp_site_name {
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_site_name .is_img img {
    max-height: 100% !important;
    max-width: 100% !important;
}

.pkp_navigation_primary_row {
    background-color: #c79231;
    text-align: center;
    font-weight: bold;
}

.pkp_navigation_primary_wrapper ul li a {
    font-family: 'Arima Madurai', cursive;
    color: #ffffff !important;
    padding: 10px 15px;
    display: inline-block;
}

.pkp_navigation_primary_wrapper ul li a:hover {
    background: #f5e9d3;
    color: #1F2027 !important;
    border-radius: 5px;
}

/* ====== Dropdown Menu Styling ====== */
.pkp_navigation_primary_wrapper ul li ul {
    background-color: #f9f3e9 !important;
    border-radius: 5px !important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    padding: 0 !important;
}

.pkp_navigation_primary_wrapper ul li ul li a {
    color: #1f2027 !important;
    padding: 10px 15px !important;
    font-family: 'Arima Madurai', cursive;
}

.pkp_navigation_primary_wrapper ul li ul li a:hover {
    background-color: #f6deb3 !important;
    color: #000 !important;
}

.pkp_navigation_primary_wrapper ul li ul li a:focus {
    outline: none;
    box-shadow: none !important;
}

/* ====== Sidebar ====== */
.kepala {
    color: white; 
    background: #c79231; 
    padding: 10px; 
    font-family: 'Overlock', cursive; 
    font-weight: bold;
    text-align: center;
    border-bottom: 4px solid #181C24;
}

.badan {
    margin-top: -15px;
}

.badan a {
    display: block; 
    padding: 10px; 
    border-bottom: 1px solid #181C24; 
    background: #EDEEEE; 
    color: #2E3393 !important;
    text-align: center;
    font-family: 'Overlock', cursive;
}

.badan a:hover {
    background: #D9D9DC;
    color: #2E3393 !important;
    font-weight: bold;
}

/* ====== Artikel Summary ====== */
.obj_article_summary {
    box-shadow: 3px 3px #c79231;
    padding: 20px;
    border-radius: 10px;
    background: #edeeee;
    border-bottom: 4px solid #c79231;
    font-size: 14px;
}

.obj_article_summary > .title {
    font-family: 'Overlock', cursive !important;
    font-size: 16px;
}

.obj_article_summary:hover {
    background: #ffffff;
}

/* ====== Struktur Judul ====== */
.pkp_structure_main h1, h2, h3, h4 {
    font-family: 'Overlock', cursive !important;
    font-weight: 700;
    color: #1F2027;
}

/* ====== Link dan Galley ====== */
.pkp_structure_main a {
    color: #2e3393 !important;
}

.pkp_structure_main a:hover {
    color: #1F2027 !important;
}

.obj_galley_link {
    font-weight: 700;
    background: #c79231 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 6px 12px;
    border-radius: 5px;
    text-transform: capitalize;
}

.obj_galley_link:hover {
    background: #f6deb3 !important;
    color: #1F2027 !important;
}

/* ====== Konten Artikel ====== */
.obj_article_details, 
.obj_article_details > .page_title,
.obj_article_details .main_entry,
.obj_article_details .entry_details,
#articlesBySameAuthorList {
    text-align: justify;
}

.main_entry .item.abstract {
    text-align: justify;
}

/* ====== Footer ====== */
.pkp_structure_footer {
    text-align: justify;
    background-color: rgb(255 204 115) !important;
}

.pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0.1) !important;
    border-top: 5px solid #c79231;
}

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

.pkp_brand_footer {
    float: right;
    width: 25%;
    padding: 20px 10px;
    text-align: right;
}

/* ====== Homepage Layout ====== */
.homepage_image {
    float: right;
    width: 28%;
}

.homepage_image img {
    width: 300px;
    margin: 60px 0 0 -20px;
}

.homepage_about {
    width: 70%;
    display: inline-block;
}

/* ====== Responsif ====== */
@media (max-width: 600px) {
    .homepage_about {
        width: 100%;
    }
    .homepage_image {
        width: 100%;
        margin: 0;
    }
}
