.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 200px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.pkp_site_name {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.pkp_structure_page {
  margin-top: 0px ;
  margin-bottom: 0px;
}
.pkp_site_name_wrapper, .pkp_navigation_primary_row {
  padding-left: 0px;
  padding-right: 0px;

}

.pkp_nav_list li{
 
  margin-left: 8px;
padding-left: 0.3em;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  background: #e6e6e6;
  font-size:14px;  
}
 
body p {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
}
.pkp_site_name {
	padding-top: 0;
	padding-bottom: 0;
}
.pkp_site_name > a {
    padding-top: 0;
    padding-bottom: 0;
}
.obj_article_details .abstract {
    text-align: justify;
    font:"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.ojs-menu {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .ojs-menu a {
      text-decoration: none;
      color: #ffffff;
      font-weight: 600;
      text-align: center;
      padding: 14px 18px;
      border-radius: 40px;
      background: linear-gradient(135deg, #0f6aa6, #00a8cc);
      box-shadow: 0 6px 14px rgba(0,0,0,0.15);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .ojs-menu a::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: rgba(255,255,255,0.2);
      transition: all 0.4s ease;
    }

    .ojs-menu a:hover::before {
      left: 0;
    }

    .ojs-menu a:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 22px rgba(0,0,0,0.25);
      background: linear-gradient(135deg, #845EC2, #00C9A7);
    }

.pkp_brand_footer{
    display: none;
}
