@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 100% !important;
    }
}  
.pkp_navigation_primary_wrapper {
    background: #a2d3d9 !important;
}
.pkp_structure_head {
    background-color: #a2d3d9 !important;
}
 

nav.pkp_site_nav_menu {
    max-width: 1160px;
    margin-left: auto;
}

.pkp_site_name_wrapper {
    width: 100%;
}

.pkp_head_wrapper {
    width: 100% !important;
}    


.pkp_structure_footer_wrapper {
  background: #155e63; 
  padding: 40px 0;
}



.pkp_structure_footer {
  max-width: 1200px;
  margin: 0 auto;
  background: #155e63; /* teal box */
  padding: 40px 30px 20px;
  border-radius: 4px;
}

/* REMOVE DEFAULT OJS SPACING ISSUES */
.pkp_footer_content {
  padding: 0;
  margin: 0;
}

/* ===== GRID LAYOUT ===== */
.journal-footer .footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* ===== TYPOGRAPHY ===== */
.journal-footer h3,
.journal-footer h4 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}

.journal-footer .footer-title {
  font-size: 18px;
}

.journal-footer p,
.journal-footer a {
  font-size: 14px;
  color: #d9f3f4;
  line-height: 1.6;
}

/* ===== LINKS ===== */
.journal-footer ul {
  list-style: none;
  padding: 0;
}

.journal-footer ul li {
  margin-bottom: 8px;
}

.journal-footer ul li a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.journal-footer ul li a:hover {
  color: #ffffff;
  padding-left: 5px;
}

/* ===== SOCIAL ===== */
.social-icons a {
  margin-right: 12px;
  font-size: 13px;
  color: #bfecee;
}

.social-icons a:hover {
  color: #ffffff;
}

/* ===== DIVIDER ===== */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-bottom p {
  font-size: 13px;
  color: #cdebed;
}

/* ===== OJS LOGO ALIGN FIX ===== */
.pkp_brand_footer {
  text-align: right;
  margin-top: 20px;
}

.pkp_brand_footer img {
  max-height: 60px;
  opacity: 0.9;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .journal-footer .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .pkp_brand_footer {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .journal-footer .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}

.pkp_brand_footer {
    display: none;
}



/* ===== SIDEBAR WRAPPER ===== */
.pkp_structure_sidebar.left {
  padding: 20px 15px;
  background: #f5f7f8;
}

/* ===== CARD BLOCK ===== */
.pkp_block {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* ===== HEADER (LIKE YOUR IMAGE PINK BAR) ===== */
.pkp_block .title {
    background: #a2d3d9; /* soft rose like your image */
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;  
  letter-spacing: 0.5px;
  padding: 12px 15px;
  margin: 0;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
}

/* ===== CONTENT AREA ===== */
.pkp_block .content {
  padding: 15px;
}

/* ===== LIST ===== */
.pkp_block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ===== LIST ITEMS ===== */
.pkp_block ul li {
  padding: 10px 12px;
  border-radius: 6px;
  transition: all 0.25s ease;
  margin-bottom: 6px;
}

/* ===== LINKS ===== */
.pkp_block ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
  display: block;
}

/* ===== HOVER EFFECT (SOFT LIKE IMAGE) ===== */
.pkp_block ul li:hover {
  background: #f1f3f4;
  transform: translateX(3px);
}

.pkp_block ul li a:hover {
  color: #b57b86;
}

/* ===== ACTIVE / CURRENT ITEM ===== */
.block_language .current,
.pkp_block ul li.current {
 
  font-weight: 600;
}
.pkp_block{ 
    padding: 0px !important;
}


/* ===== SUBMIT BUTTON (MODERN) ===== */
.block_make_submission_link {
  display: block;
  background: #b57b86;
  color: #fff !important;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s ease;
}
.block_make_submission a {
 
    background: #a2d3d9 !important;  
}  

.block_make_submission_link:hover {
  background: #a2d3d9;
   
}  

/* ===== RSS ICON FIX ===== */
.block_web_feed ul {
  display: flex;
  gap: 10px;
}

.block_web_feed img {
  width: 26px;
  height: 26px;
}

/* ===== REMOVE OJS DEFAULT BLOCK ===== */
.pkp_block.block_developed_by {
  display: none;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .pkp_structure_sidebar.left {
    padding: 10px;
  }
}   



/* Container */
.journal-container {
  max-width: 1200px;
  margin: 30px auto;
  font-family: 'Segoe UI', Arial, sans-serif;
}

/* Section Box */
.section-box {
  background: #ffffff;
  padding: 4px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Section Title */
.section-box h2 {
  border-left: 6px solid #a2d3d9;
  padding-left: 12px;
  margin-bottom: 25px;
  color: #333;
}

/* Info Grid */
.info-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 10px 20px;
  font-size: 15px;
}

/* Editor Cards Layout */
.section-box:last-child {
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); */
  /* gap: 20px; */
}

/* Individual Card */
.editor-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border-top: 4px solid #a2d3d9;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  margin: 1rem;
}

.editor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Name */
.editor-card h3 {
  margin: 0 0 10px;
  color: #222;
  font-size: 18px;
}

/* Role */
.role {
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
}

/* Address */
.address {
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
}

/* Email */
.editor-card p {
  margin: 5px 0;
  font-size: 14px;
}

/* 🔥 BUTTON STYLE WITHOUT CHANGING HTML */
.editor-card a[href*="http"] {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #a2d3d9;
  color: #000 !important;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Button Hover */
.editor-card a[href*="http"]:hover {
  background: #89c2c9;
  transform: scale(1.05);
}

/* Email link normal */
.editor-card a[href^="mailto"] {
  color: #007bff;
  text-decoration: none;
}

.editor-card a[href^="mailto"]:hover {
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}

/* FIX LAYOUT */
.pkp_structure_content {
    display: flex;
    flex-direction: row;
}

/* LEFT SIDEBAR */
.pkp_structure_sidebar {
    width: 25%;
}

/* MAIN CONTENT */
.pkp_structure_main {
    width: 75%;
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .pkp_structure_content {
        flex-direction: column;
    }

    .pkp_structure_sidebar,
    .pkp_structure_main {
        width: 100%;
    }
}
  

/* aside */

/* CARD */
.browse-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* HEADER */
.browse-header {
    background: #a2d3d9;
    color: #ffffff;
    padding: 15px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

/* BODY */
.browse-body {
    padding: 15px;
    
    font-size: 14px;
}

/* LINKS */
.browse-link {
    display: inline-block;
    margin-top: 10px;
    color: #1a5fb4;
    text-decoration: none;
    font-weight: 600;
}

/* HOVER EFFECT */
.browse-card:hover {
    transform: translateY(-3px);
    transition: 0.3s;
}



div#customblock-journal-menu .content {
padding:0px
}
/* MENU LINKS */
#customblock-journal-menu .menu-links a {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    color: #1a5fb4;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

/* ICON */
#customblock-journal-menu .menu-links i {
    margin-right: 8px;
}  

/* HOVER EFFECT */
#customblock-journal-menu .menu-links a:hover {
    background: #d6eef2;
    padding-left: 20px;
} 

/* LAST ITEM BORDER REMOVE */
#customblock-journal-menu.menu-links a:last-child {
    border-bottom: none;
}

div#customblock-journal-menu .browse-card {
    margin-bottom: 0px !important;
}  


.article-buttons {
    margin-top: 12px;
}

/* BASE BUTTON */
.article-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 6px 6px 0 0;
    padding: 8px 14px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #1f2d3d;
    background: #f5f7f8;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

/* ABSTRACT */
.btn-abstract {
    background: #a2d3d9;
    color: #0c3b40;
    border: none;
}

/* VIEW */
.btn-view {
    background: #d6eef2;
    color: #055a66;
    border: none;
}

/* DOWNLOAD */
.btn-download {
    background: #28a745;
    color: #fff;
    border: none;
} 
a.obj_galley_link.pdf{
  display: none;
}
  .article-buttons {
    margin: 1rem;
}  
a#article-1-galley-1 {
    display: none;
}
/* HOVER EFFECT */
.article-buttons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    opacity: 0.95;
}
.pkp_structure_main{
      width: 50% !important;  
}
