/* ========== RUMAH JURNAL 2025 OJS3.3 ========== */

/* ========== GENERAL BODY ========== */
body {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  background-color: #f7f9fc;
  color: #2c3e50;
  line-height: 1.6;
}

/* ========== KAH HEADER ========== */
.pkp_structure_head {
  background-color: #b1152b /* putih gray */
  color: #ffffff;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pkp_structure_page {
  margin: 0 auto;
  max-width: 1160px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
  position: relative;
  padding-top: 0;
}
.pkp_site_name .is_img img {
  max-height: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 992px) {
    .pkp_site_name {
        position: relative;
        left: auto;
        right: auto;
        padding: 0;
        white-space: normal;
        font-size: 2em;
        background: transparent;
        overflow: visible;
        height: auto;
    }
}

.pkp_site_name a {
  margin: auto !important;
}

/* ========== NAVIGATION MENU ========== */
.pkp_navigation_primary_wrapper {
    padding-left: 20px;
    padding-right: 0;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .pkp_navigation_user.pkp_navigation_user {
        margin: 0;
        padding: 10px;
    }
}

.pkp_navigation_user a {
    padding-right: 10px;
    color: black;
    font-weight: 600;
    border: 2px solid darkgreen;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 10px;
}

.pkp_navigation_user a:hover {
    background: #4eef4e85;
    transition: 0.5s;
}

/* Dropdown styling */
.dropdown-menu {
  background-color: #1e40af; /* biru lebih terang */
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.dropdown-menu li a {
  color: #1183da;
  padding: 0.5rem 1rem;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-menu li a:hover {
  background-color: #facc15;
  color: #1e3a8a;
}

/* Tombol toggle menu mobile */
.pkp_site_nav_toggle {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0.4rem 0.7rem;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.pkp_site_nav_toggle:hover {
  background-color: #facc15;
  color: #1e3a8a;
}

/* Search icon */
.pkp_search {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.pkp_search:hover {
  color: #38bdf8; /* sky blue */
}

/* Responsive spacing */
@media (max-width: 768px) {
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_search_wrapper {
    text-align: left;
    margin-top: 0.5rem;
    padding-left: 0;
  }
}

/* ========== CONTENT ========== */
    .pkp_structure_content {
     padding-top: 0;
}

.pkp_structure_main p {
  line-height: 1.785rem;
  margin: 1.43rem 0;
  text-align: justify;
}

/* ========== HOMEPAGE JOURNAL DESCRIPTION ========== */
.description {
  font-size: 1.1rem;
  background: #ffffff;
  padding: 1rem;
  margin-top: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page_index_journal {
  display: flex;
  align-items: flex-start; 
  gap: 2rem; 
  padding: 2rem;
  flex-wrap: wrap; 
}

.homepage_image img {
  width: 350px; 
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 25px;
}

.homepage_about {
  flex: 1; 
  max-width: 800px;
}
.page_index_journal {
  display: flex;
  align-items: flex-start; 
  gap: 2rem; 
  padding: 2rem;
  flex-wrap: wrap; 
}

.homepage_image img {
  width: 350px; 
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.homepage_about {
  flex: 1; 
  max-width: 800px;
}

.pkp_page_index .homepage_about {
  padding-top: 0px;
  padding-left: 30px;
}

/* ==== RIGHT SIDEBAR ==== */
.pkp_structure_sidebar {
  width: 100%;
  max-width: 300px;
  min-width: 260px;
  padding: 1rem 1.2rem;
  background-color: #f7f9fb;
  border-left: 1px solid #dbe2e8;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  color: #333;
}


/* ==== BLOCK PLUGIN ==== */
.pkp_block {
  background: #fff;
  margin-bottom: 5px;
  border-radius: 0px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

/* ==== HEADER BLOCK  ==== */
#customblock-menu .content > p:first-child {
  background-color: #186ca4;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  padding: 12px;
  margin: 0;
  border-bottom: 2px solid #134d7a;
  letter-spacing: 0.5px;
}

/* ==== ITEM MENU ==== */
.menu_item {
  margin: 0;
  border-bottom: 1px solid #eee;
}

.menu_item a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 2px;
  color: #186ca4;
  text-decoration: none;
  font-size: 14px;
  border-left: 3px solid transparent;
  transition: all 0.2s ease-in-out;
}

.menu_item a:hover {
  background-color: #f0f6fc;
  border-left: 4px solid #186ca4;
  color: #0c4a75;
}

/* ==== Ikon Font Awesome ==== */
.menu_item em {
  font-size: 14px;
  color: #186ca4;
  width: 20px;
  min-width: 20px;
  text-align: center;
}

/* ==== BLOCK MAKE SUBMISSION ==== */
.block_make_submission a {
  display: block;
  background: #f9f9f9; /* hijau cerah */
  border: 2px solid #1a73e8;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* bayangan luar elegan */
  font-size: 1.2rem;
  padding: 0.75rem 1.5rem; /* membuat tombol lebih tinggi */
  line-height: 1.5;
  color: #0b57d0;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.block_make_submission a:hover {
  background: #0b57d0;
  color: white;
  transform: scale(1.02); /* Sedikit membesar saat hover */
  transition: 0.6s;
}

/* ========== CURRENT ISSUE & ARTICLES ========== */
.obj_issue_toc {
    max-width: 1200px;
    margin: 40px auto;
    padding: 10px;
    font-family: 'Inter', 'Roboto', sans-serif;
    color: #333;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.obj_issue_toc .heading .cover img {
    width: 200px;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.obj_issue_toc .heading .cover img:hover {
    transform: scale(1.05);
}

.obj_issue_toc .heading .description p {
    font-size: 1rem;
    line-height: 1.785rem;
    color: #555;
    margin: 0;
}

.obj_issue_toc .heading .published {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #777;
}

.obj_issue_toc .heading .published .label {
    font-weight: bold;
    color: #555;
}

/* Section Titles */
.obj_issue_toc .sections .section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

/* Article List */
.obj_issue_toc .articles {
    list-style: none;
    padding: 0;
    margin: 0;
}

.obj_issue_toc .articles li {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.obj_issue_toc .articles li:hover {
    border-color: #d0d7de;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* Article Summary */
.obj_article_details .item {
    padding: 2.143rem;
    word-wrap: break-word;
    text-align: justify;
}

.item.keywords {
    text-align: left;
}

.obj_article_summary .title a {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0056b3;
    text-decoration: none;
    transition: color 0.3s;
}

.obj_article_summary .title a:hover {
    color: #003d80;
    text-decoration: underline;
}

.obj_article_summary .meta {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #666;
}

.obj_article_summary .meta .authors {
    margin-bottom: 5px;
}

.obj_article_summary .meta .pages {
    font-style: italic;
}

/* Galley Links */
.galleys_links {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.galleys_links li a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #b1152b;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.3s;
}

.galleys_links li a:hover {
    background-color: #b1152b;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .obj_issue_toc .heading {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .obj_issue_toc .heading .description, .obj_issue_toc .heading .published {
        text-align: left;
    }
}

/* ========== FOOTER ========== */
/*.pkp_structure_footer {
  background-color: #2d3436;
  color: #dfe6e9;
  padding: 2rem;
  text-align: center;
  font-size: 0.9rem;
}
*/

/* ========== BUTTONS ========== */
.pkp_button, .cmp_button {
  background-color: #0984e3;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.pkp_button:hover, .cmp_button:hover {
  background-color: #00cec9;
  color: #ffffff;
}

/* ========== SEARCH BAR ========== */
.pkp_search input[type="text"] {
  border-radius: 5px;
  border: 1px solid #ced6e0;
  padding: 0.5rem;
}

/* ========== RESPONSIVENESS ========== */
@media (max-width: 768px) {
  .pkp_navigation_primary a {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }

  .description, .obj_issue_toc {
    padding: 1rem;
  }

.pkp_site_name {
    font-size: 2rem;
  }
}
/* --- FOOTER --- */
footer.footer {
  background-color: #1e272e;
  color: #dcdde1;
  font-family: 'Segoe UI', sans-serif;
}

footer.footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

footer.footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

footer.footer .footer-col {
  flex: 1 1 200px;
  min-width: 200px;
}

footer.footer h4 {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 1rem;
  border-bottom: 2px solid #00cec9;
  padding-bottom: 0.5rem;
}

footer.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.footer li.show {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

footer.footer li.show a {
  color: #b2bec3;
  text-decoration: none;
  font-size: 0.95rem;
}

footer.footer li.show a:hover {
  color: #ffffff;
  text-decoration: underline;
}

footer.footer img {
  margin-top: 0.5rem;
}

footer.footer .footer-col a {
  color: #dcdde1;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

footer.footer .footer-col a:hover {
  color: #00cec9;
}

/* Responsive */
@media (max-width: 768px) {
  footer.footer .row {
    flex-direction: column;
    align-items: center;
  }

  footer.footer .footer-col {
    text-align: center;
  }

  footer.footer .footer-col h4 {
    border: none;
  }
}

/*======= EDITORIAL TEAM =========*/
.editor-section {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.editor-profile {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 30px;
}

.editor-photo img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #2c3e50;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.editor-info {
  flex: 1;
  min-width: 250px;
}

.editor-info h2 {
  font-size: 20px;
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 10px;
}

.editor-info h2 a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}

.editor-info h2 a:hover {
  color: #16a085;
}

.editor-info p {
  font-size: 15px;
  line-height: 1.6;
}

.editor-info strong {
  color: #555;
}

.icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 4px;
}

.editor-profile:hover {
  background-color: #f1f1f1;
  transition: background-color 0.3s ease;
  border-radius: 10px;
}