body {
    background-color: #eef3fc;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
a {
    text-decoration: none;
    color: #000;
}
.pkp_structure_page {
    background: transparent;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
}
.pkp_structure_head {
    background-color: #eef3fc;
    border-bottom: none;
}
.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
    position: relative;
    width: fit-content;
    padding-right: 0;
}
.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
    height: auto;
}
.pkp_site_name {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.pkp_site_name .is_img {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.pkp_site_name .is_img img {
    width: 100%;
    max-height: 300px;
    font-size: 2em;
}
.pkp_site_name .is_img img:hover {
    transform: none;
    transition: none
}
.pkp_site_nav_toggle {
  left: auto;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  box-shadow: none;
}
.pkp_site_nav_toggle:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.84);
  box-shadow: none;
}
.pkp_site_nav_toggle > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 19px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.84);
  text-indent: -9999px;
  overflow: hidden;
}
.pkp_site_nav_toggle > span:before,
.pkp_site_nav_toggle > span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.84);
}
.pkp_site_nav_toggle > span:before {
  top: 0;
}
.pkp_site_nav_toggle > span:after {
  top: 8px;
}
.pkp_site_nav_toggle--transform > span {
  border-bottom: 0;
  overflow: visible;
}
.pkp_site_nav_toggle--transform > span:before {
  top: 7px;
  transform: rotate(-405deg) translateY(1px) translateX(-2px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-2px);
}
.pkp_site_nav_toggle--transform > span:after {
  top: 14px;
  transform: rotate(405deg) translateY(-3px) translateX(-4px);
  -webkit-transform: rotate(405deg) translateY(-3px) translateX(-4px);
}
.pkp_navigation_primary_row {
    background: #91ced9;
    padding-left: 2.143rem;
    padding-right: 2.143rem;
}
#navigationPrimary a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
#navigationPrimary > li > a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: #000;
    transition: background-color .2s ease, color .2s ease;
}
#navigationPrimary > li > a:hover {
    color: #076375;
}
#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
    border-color: #076375;
}
#navigationPrimary ul a {
    background-color: #91ced9;
    color: #000;
}
#navigationPrimary ul a:hover {
    color: #076375;
}
.dropdown-menu {
    display: none;
}
.dropdown-menu.show {
    display: none;
}
[data-toggle="dropdown"]:hover+.dropdown-menu,.dropdown-menu:hover {
    display: block;
}
.pkp_navigation_search_wrapper a {
    padding-bottom:6px;
    border-bottom-width: 4px;
    color: #000;
    transition: background-color .2s ease, color .2s ease;
}
.pkp_navigation_search_wrapper a:hover,.pkp_navigation_search_wrapper a:focus {
    color: #076375;
    border-color: #fff;
}
.pkp_navigation_user_wrapper {
    top: 13px;
    width: 100%;
    transform: none;
    padding-right: 8px;
}
.pkp_navigation_user_wrapper a {
    color: #000;
}
.pkp_navigation_user_wrapper ul a:hover,
.pkp_navigation_user_wrapper ul a:focus {
    color: #076375;
}
.pkp_navigation_user_wrapper .pkp_navigation_user {
    width: auto;
}
.pkp_nav_list li .profile {
    margin-right: 0;
}
.pkp_navigation_user > li > a {
    color: #000;
}
#navigationUser {
    padding-right: 10px;
}
#navigationUser > li > a {
  color: #000;
  border-radius: 8px;
  background-color: #91ced9;
  transition: all 0.2s ease-in-out;
}
#navigationUser > li > a:hover,
#navigationUser > li > a:focus {
  color: #076375;
  background-color: #d7f2f6;
}
#navigationUser .dropdown-menu {
  display: none;
  position: absolute;
  background: transparent;
  width: 94%;
}
#navigationUser li:hover > .dropdown-menu,
#navigationUser li:focus-within > .dropdown-menu {
  display: block;
}
#navigationUser .dropdown-menu li {
  margin-top: 3px;
}
#navigationUser .dropdown-menu li a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  border-radius: 6px;
  background-color: #91ced9;
  transition: all 0.2s ease-in-out;
  width: 115%;
  box-sizing: border-box;
  padding-left: 0.357rem;
  border-left: .357rem solid transparent;
}
#navigationUser .dropdown-menu li a:hover,
#navigationUser .dropdown-menu li a:focus {
  background-color: #d7f2f6;
  color: #076375;
}
.pkp_page_index .homepage_image img {
    display: block;
    width: 100%;
    height: auto;
}
.pkp_structure_content {
    width: auto;
    padding-top: 0;
    font-size: 15px;
    box-shadow: inset 0 0 5px 0.5px rgba(103, 104, 107, 0.34);
    position: relative;
}
.pkp_structure_main {
    float: left;
    background-color: transparent;
    width: 850px;
    padding: 1.43rem;
}
.pkp_structure_main p,.pkp_structure_main ul {
    text-align: justify;
}
.pkp_page_index .additional_content {
    border-top: 0;
    padding: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
}
.btn-submit:hover {
  background: #147a8c;
  transform: translateX(10px);
  animation: shakeX 0.5s ease;
}
.page_index_journal .current_issue h2 {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #d4d7d9;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.54);
}
.page_index_journal .current_issue .current_issue_title {
    font-size: 16px;
    margin: 20px 0;
    font-weight: 700;
}
.obj_issue_toc .cover {
    display: none;
}
.obj_issue_toc .cover img {
    margin-left: auto;
    margin-right: auto;
}
.obj_issue_toc .description {
    margin-top: 0
}

.obj_issue_toc .description img {
    width: 50px;
}
.obj_issue_toc .heading .published {
    font-weight: 700;
    color: rgba(0,0,0,0.54);
    text-transform: uppercase
}
.page_index_journal .obj_issue_toc .section {
    position: relative;
    margin: 0 0;
    padding: 0;
}
.page_index_journal .obj_issue_toc .section h3 {
    display: inline-block;
    position: relative;
    left: 0;
    border-bottom: 3px solid #f38621;
    border-radius: 8px;
    font-size: 14px;
    line-height: 30px;
    background: #096375;
    color: #ffffff;
}
ul.galleys_links {
  list-style: none;
}
.obj_article_summary {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: rgba(145, 206, 217, 0.25);
  border-radius: 15px;
}
.obj_article_summary .cover {
  display: block;
  float: left;
  width: 70px;
  height: auto;
  margin-right: 15px;
}
.obj_article_summary .title {
  text-align: justify;
  text-transform: none;
}
.obj_article_summary .title a {
  display: block;
  font-size: 15px;
  color: #000;
  background: transparent;
}
.obj_article_summary .title a:hover {
  color: #1d90a9;
}
.obj_article_summary .galleys_links {
  float:left;
	text-align:left;
	width:100%;
  list-style: none;
  margin-bottom: 0.5em;
}
.obj_article_summary .galleys_links a {
  color: #fff;
  background-color: #096375;
}
.obj_article_summary .galleys_links a:hover {
  background-color: #17a5b7;
  text-decoration: none;
}
.obj_article_summary img {
  position: relative;
  top: 5px;
}
.obj_article_details .page_title {
  font-weight: 600;
}
.obj_article_details .doi a {
  color: #101e5a;
  font-family: "Source Sans Pro", sans-serif;
}
.obj_article_details .doi a:hover {
  color: #3366cc;
  font-family: "Source Sans Pro", sans-serif;
}
.obj_article_details .entry_details .item.galleys .galleys_links {
  padding: 0;
  background-color: #eef3fc;
}
.obj_article_details .entry_details .item.galleys .galleys_links a {
  color: #fff;
  background-color: #1b91a9;
}
.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
  background-color: #17a5b7;
  transform: scale(1.1);
}
.obj_article_details .entry_details .sub_item:not(:first-child) .label {
  display: inline-block;
  padding: 0.5em 0;
  margin: 0 20px;
  width: 83%;
  border-bottom: 1px solid #101e5a;
}
.obj_article_details .entry_details .item .value ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.obj_article_details .entry_details .item .value ul li {
  padding: 5px 0;
}
.obj_article_details .main_entry .label {
  border-bottom: 0;
  border-left: 0;
  font-weight: 300;
  text-transform: capitalize;
  width: 100%;
  border-radius: 15px;
}
.obj_article_details .item {
    text-align: justify;
}
.obj_article_details .main_entry .item .label {
  font-size: 16px;
}
.obj_article_details .galleys_links a:hover {
  background-color: #3366cc;
  text-decoration: none;
}
.pkp_structure_sidebar:before {
  border-left: 1px solid #ddd;
}
.pkp_block {
    padding: 10px 10px 10px 10px; 
    font-size: 14px;
    line-height: 20px;
}
.pkp_block .content ul li {
    padding: 0;
}
.pkp_block ul li a:hover {
    text-decoration: none;
    background-color: #096375;
}
.pkp_block img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    display: block; 
    margin: 8px auto;
}
.pkp_block img:hover {
    transform: scale(1.03);
    transition: 0.3s ease;
    opacity: 0.95;
}
.pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0.05);
    border-top: none;
    border-bottom: none;
}
.pkp_footer_content {
  padding: 30px;
}
.pkp_footer_content a:hover {
  color: #3366cc;
  text-decoration: none;
}
.site-footer {
  padding: 0px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 40px;
}
.publisher-info-left {
  flex: 1;
  text-align: left;
}
.publisher-logo {
  margin-bottom: 15px;
}
.publisher-logo strong {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}
.publisher-logo a {
  display: inline-block;
}
.publisher-logo img {
  height: 60px;
  width: auto;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
.publisher-name {
  margin-bottom: 10px;
}
.publisher-name a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.publisher-name a:hover {
  text-decoration: underline;
}
.publisher-address {
  line-height: 1.6;
}
.publisher-address a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.publisher-address a:hover {
  text-decoration: underline;
}
.publisher-logo-right {
  flex-shrink: 0;
}
.publisher-logo-right img {
  position: relative;
  height: 120px;
  width: auto;
  left: 12px;
  padding: 0;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000;
  padding-top: 5px;
  gap: 1rem;
  flex-wrap: wrap;
}
.copyright {
  text-align: left;
  font-size: 13px;
  color: #000;
}
.social-media {
  display: flex;
  gap: 5px;
  justify-content: right;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.social-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.social-icon::before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.social-icon:hover::before {
  transform: scale(1.15);
}
.social-icon.facebook::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M20,10.1c0-5.5-4.5-10-10-10S0,4.5,0,10.1c0,5,3.7,9.1,8.4,9.9v-7H5.9v-2.9h2.5V7.9C8.4,5.4,9.9,4,12.2,4c1.1,0,2.2,0.2,2.2,0.2v2.5h-1.3c-1.2,0-1.6,0.8-1.6,1.6v1.9h2.8L13.9,13h-2.3v7C16.3,19.2,20,15.1,20,10.1z'/%3E%3C/svg%3E");
}
.social-icon.facebook:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%231877F2' d='M20,10.1c0-5.5-4.5-10-10-10S0,4.5,0,10.1c0,5,3.7,9.1,8.4,9.9v-7H5.9v-2.9h2.5V7.9C8.4,5.4,9.9,4,12.2,4c1.1,0,2.2,0.2,2.2,0.2v2.5h-1.3c-1.2,0-1.6,0.8-1.6,1.6v1.9h2.8L13.9,13h-2.3v7C16.3,19.2,20,15.1,20,10.1z'/%3E%3C/svg%3E");
}
.social-icon.twitter::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M15.3,1.9h2.8l-6.1,7L19,18.1h-5.6l-4.4-5.8l-5,5.8H1.2l6.5-7.4L1,1.9h5.8l4,5.3L15.3,1.9z M14.5,16.5h1.5L6.6,3.4H4.9L14.5,16.5z'/%3E%3C/svg%3E");
}
.social-icon.twitter:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M15.3,1.9h2.8l-6.1,7L19,18.1h-5.6l-4.4-5.8l-5,5.8H1.2l6.5-7.4L1,1.9h5.8l4,5.3L15.3,1.9z M14.5,16.5h1.5L6.6,3.4H4.9L14.5,16.5z'/%3E%3C/svg%3E");
}
.social-icon.instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle fill='%23000000' cx='10' cy='10' r='3.3'/%3E%3Cpath fill='%23000000' d='M14.2,0H5.8C2.6,0,0,2.6,0,5.8v8.3C0,17.4,2.6,20,5.8,20h8.3c3.2,0,5.8-2.6,5.8-5.8V5.8C20,2.6,17.4,0,14.2,0zM10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z M15.8,5C15.4,5,15,4.6,15,4.2s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S16.3,5,15.8,5z'/%3E%3C/svg%3E");
}
.social-icon.instagram:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3ClinearGradient id='ig' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' style='stop-color:%23FD5949'/%3E%3Cstop offset='50%25' style='stop-color:%23D6249F'/%3E%3Cstop offset='100%25' style='stop-color:%23285AEB'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle fill='url(%23ig)' cx='10' cy='10' r='3.3'/%3E%3Cpath fill='url(%23ig)' d='M14.2,0H5.8C2.6,0,0,2.6,0,5.8v8.3C0,17.4,2.6,20,5.8,20h8.3c3.2,0,5.8-2.6,5.8-5.8V5.8C20,2.6,17.4,0,14.2,0zM10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z M15.8,5C15.4,5,15,4.6,15,4.2s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S16.3,5,15.8,5z'/%3E%3C/svg%3E");
}
.social-icon.linkedin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M18.6,0H1.4C0.6,0,0,0.6,0,1.4v17.1C0,19.4,0.6,20,1.4,20h17.1c0.8,0,1.4-0.6,1.4-1.4V1.4C20,0.6,19.4,0,18.6,0z M6,17.1h-3V7.6h3L6,17.1L6,17.1zM4.6,6.3c-1,0-1.7-0.8-1.7-1.7s0.8-1.7,1.7-1.7c0.9,0,1.7,0.8,1.7,1.7C6.3,5.5,5.5,6.3,4.6,6.3z M17.2,17.1h-3v-4.6c0-1.1,0-2.5-1.5-2.5c-1.5,0-1.8,1.2-1.8,2.5v4.7h-3V7.6h2.8v1.3h0c0.4-0.8,1.4-1.5,2.8-1.5c3,0,3.6,2,3.6,4.5V17.1z'/%3E%3C/svg%3E");
}
.social-icon.linkedin:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%230A66C2' d='M18.6,0H1.4C0.6,0,0,0.6,0,1.4v17.1C0,19.4,0.6,20,1.4,20h17.1c0.8,0,1.4-0.6,1.4-1.4V1.4C20,0.6,19.4,0,18.6,0z M6,17.1h-3V7.6h3L6,17.1L6,17.1zM4.6,6.3c-1,0-1.7-0.8-1.7-1.7s0.8-1.7,1.7-1.7c0.9,0,1.7,0.8,1.7,1.7C6.3,5.5,5.5,6.3,4.6,6.3z M17.2,17.1h-3v-4.6c0-1.1,0-2.5-1.5-2.5c-1.5,0-1.8,1.2-1.8,2.5v4.7h-3V7.6h2.8v1.3h0c0.4-0.8,1.4-1.5,2.8-1.5c3,0,3.6,2,3.6,4.5V17.1z'/%3E%3C/svg%3E");
}
.social-icon.youtube::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M15,0H5C2.2,0,0,2.2,0,5v10c0,2.8,2.2,5,5,5h10c2.8,0,5-2.2,5-5V5C20,2.2,17.8,0,15,0z M14.5,10.9l-6.8,3.8c-0.1,0.1-0.3,0.1-0.5,0.1c-0.5,0-1-0.4-1-1l0,0V6.2c0-0.5,0.4-1,1-1c0.2,0,0.3,0,0.5,0.1l6.8,3.8c0.5,0.3,0.7,0.8,0.4,1.3C14.8,10.6,14.6,10.8,14.5,10.9z'/%3E%3C/svg%3E");
}
.social-icon.youtube:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23FF0000' d='M15,0H5C2.2,0,0,2.2,0,5v10c0,2.8,2.2,5,5,5h10c2.8,0,5-2.2,5-5V5C20,2.2,17.8,0,15,0z M14.5,10.9l-6.8,3.8c-0.1,0.1-0.3,0.1-0.5,0.1c-0.5,0-1-0.4-1-1l0,0V6.2c0-0.5,0.4-1,1-1c0.2,0,0.3,0,0.5,0.1l6.8,3.8c0.5,0.3,0.7,0.8,0.4,1.3C14.8,10.6,14.6,10.8,14.5,10.9z'/%3E%3C/svg%3E");
}
.social-icon.threads::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M10.7 10.2c.5 0 1 .1 1.5.2-.1 1.1-.5 2.2-1.9 2.3-.6 0-1.1-.1-1.5-.5-.2-.2-.3-.4-.3-.9 0-.3.2-.6.5-.8.5-.2 1-.3 1.7-.3zM20 10c0 4.8 0 7.3-1.4 8.6C17.3 20 14.8 20 10 20s-7.3 0-8.6-1.4C0 17.3 0 14.8 0 10c0-4.9 0-7.3 1.4-8.6C2.7 0 5.1 0 10 0c4.9 0 7.3 0 8.6 1.4C20 2.7 20 5.2 20 10zM6.4 5.2c.9-.9 2.1-1.4 3.8-1.4 3.7 0 4.8 2.6 5 3.7l1.3-.3c-.3-1.1-1.6-4.7-6.3-4.7-2 0-3.5.6-4.7 1.8-1.3 1.4-2 3.5-1.9 6.2.1 4.4 2.6 7 6.5 7 3.3 0 5.7-1.9 5.7-4.5 0-1.7-.8-2.9-2.4-3.6-.2-2.4-1.6-3.3-3-3.4-2.2-.1-3 1.4-3.1 1.5l1.1.6s.5-.9 1.9-.8c.6 0 1.5.3 1.7 1.7-1.4-.3-2.8-.1-3.7.4-.6.4-1 1-1.1 1.7-.1.7.1 1.4.6 1.9.6.6 1.5 1 2.5.9 1.7-.1 2.7-1.3 3-3.1.8.5 1.1 1.1 1.1 2.2 0 1.8-1.9 3.2-4.4 3.2-4.6 0-5.2-4-5.2-5.7 0-1.7.2-3.9 1.6-5.3z'/%3E%3C/svg%3E");
}
.social-icon.threads:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M10.7 10.2c.5 0 1 .1 1.5.2-.1 1.1-.5 2.2-1.9 2.3-.6 0-1.1-.1-1.5-.5-.2-.2-.3-.4-.3-.9 0-.3.2-.6.5-.8.5-.2 1-.3 1.7-.3zM20 10c0 4.8 0 7.3-1.4 8.6C17.3 20 14.8 20 10 20s-7.3 0-8.6-1.4C0 17.3 0 14.8 0 10c0-4.9 0-7.3 1.4-8.6C2.7 0 5.1 0 10 0c4.9 0 7.3 0 8.6 1.4C20 2.7 20 5.2 20 10zM6.4 5.2c.9-.9 2.1-1.4 3.8-1.4 3.7 0 4.8 2.6 5 3.7l1.3-.3c-.3-1.1-1.6-4.7-6.3-4.7-2 0-3.5.6-4.7 1.8-1.3 1.4-2 3.5-1.9 6.2.1 4.4 2.6 7 6.5 7 3.3 0 5.7-1.9 5.7-4.5 0-1.7-.8-2.9-2.4-3.6-.2-2.4-1.6-3.3-3-3.4-2.2-.1-3 1.4-3.1 1.5l1.1.6s.5-.9 1.9-.8c.6 0 1.5.3 1.7 1.7-1.4-.3-2.8-.1-3.7.4-.6.4-1 1-1.1 1.7-.1.7.1 1.4.6 1.9.6.6 1.5 1 2.5.9 1.7-.1 2.7-1.3 3-3.1.8.5 1.1 1.1 1.1 2.2 0 1.8-1.9 3.2-4.4 3.2-4.6 0-5.2-4-5.2-5.7 0-1.7.2-3.9 1.6-5.3z'/%3E%3C/svg%3E");
}
.pkp_brand_footer {
  display: none;
}
.obj_issue_toc>.galleys h2,.obj_issue_toc .section h2 {
    display: inline-block;
    position: relative;
    left: 0;
    border-bottom: 3px solid #f38621;
    font-size: 14px;
    line-height: 30px;
    background: #096375;
    color: #ffffff;
}
.page_issue_archive .issues_archive {
  margin-left: 0;
  margin-right: 0;
}
.page_issue_archive .issues_archive > li {
  margin: 0 0 0 0;
  padding: 2em 0 0 0.7em;
}
.obj_issue_summary {
  padding-left: 1em;
}
.obj_issue_summary .cover {
  display: block;
}
.header_view .return {
    color: #086375;
}
.header_view .return:hover {
  background: #086375;
  color: #fff;
}
.header_view .title {
  padding-left: 50px;
  font-size: 13px;
  color: #fff;
  background: #086375;
}
.header_view .title:hover {
  background: #fff;;
  color: #086375;
}
.header_view .download {
    color: #086375;
}
.header_view .download:hover {
  background: #086375;
  color: #fff;
}
.journal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.journal-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.journal-item:hover {
    transform: scale(1.03);
    transition: 0.3s ease;
    opacity: 0.95;
}
.journal-item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
/* === JOURNAL INFO BOX === */
.journal-info {
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #90cdd9, #eefdff);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  box-sizing: border-box;
}

/* Gambar kiri */
.journal-info__image {
  flex-shrink: 0;
  margin-right: 20px;
}

.journal-info__image img {
  width: 200px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Teks kanan */
.journal-info__text {
  flex-grow: 1;
  line-height: 1.6;
  font-size: 14px;
  color: #0c0d19;
  max-height: 100%;
  overflow-y: auto;
}

.journal-info__text h3 {
  margin: 8px;
  color: #2893ab;
}

.journal-info__text p {
  margin: 10px;
}

/* Tombol */
.btn-submit {
  display: inline-block;
  background: #1a91a9;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  font-size: 14px;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #147f93;
}

/* === VERSI MOBILE (≤768px) === */
@media (max-width: 768px) {
  .journal-info {
    flex-direction: row; /* tetap kiri-kanan */
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 14px;
    margin: 10px;
    max-width: 100%;
  }

  .journal-info__image {
    width: 40%;
    margin-right: 12px;
  }

  .journal-info__image img {
    width: 100%;
    max-width: 150px;
  }

  .journal-info__text {
    width: 52%;
    max-height: none !important; /* biar teks tidak terpotong */
    overflow: visible !important;
    font-size: 13.5px;
    line-height: 1.5;
    margin-left: 11rem;
  }

  .journal-info__text h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .btn-submit {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    padding: 10px;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 40px;
    flex-direction: column;
  }
}


@media (max-width: 480px) {
  .journal-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .journal-info__image {
    margin: 0 0 12px 0;
    width: 100%;
  }
  .journal-info__text {
    width: 100%;
    margin-left: 0rem;
  }
  .btn-submit {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
    line-height: normal;
    padding: 0;
    margin: 0;
  }
  .pkp_structure_page,
  .pkp_structure_content,
  .pkp_structure_main {
    width: 100%;
    float: none;
    box-shadow: none;
  }
  .pkp_site_name .is_img img {
    max-height: 150px;
    width: 100%;
    object-fit: contain;
  }
  .pkp_navigation_primary_row {
    padding-left: 1rem;
    padding-right: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  #navigationPrimary > li {
    display: block;
    margin: 5px 0;
  }
  #navigationPrimary > li > a {
    font-size: 12px;
    padding: 8px 10px;
    display: inline-block;
  }
  .pkp_structure_sidebar {
    width: 100%;
    border: none;
    margin-top: 1rem;
  }
  .journals ul {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 0;
    margin: 0;
  }
  .journals li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }
  .journals li .thumb img {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
  }
  .journals li .body h3 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .about_site p {
    text-align: justify;
    font-size: 14px;
    padding: 0 0.5rem;
  }
  .obj_article_summary {
    padding: 1rem;
    display: block;
  }
  .obj_article_summary .cover {
    float: none;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .obj_article_summary .title a {
    font-size: 14px;
    line-height: 1.5;
  }
  .journal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 100%;
  }
  .journal-item img {
    border-radius: 12px;
    width: 100%;
    height: auto;
  }
  .pkp_structure_footer_wrapper {
    font-size: 13px;
    padding: 1rem;
    text-align: center;
  }
  .pkp_footer_content a {
    display: block;
    margin-bottom: 0.3rem;
  }
  .pkp_site_name {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    height: 100%;
  }
  .pkp_site_nav_toggle {
    display: flex;
    margin-top: 14px;
  }
  .pkp_site_nav_toggle > span:before,
  .pkp_site_nav_toggle > span:after {
    background: #f58320;
  }
  .pkp_site_nav_toggle > span {
  border-bottom: 3px solid #f58320;
  }

  .pkp_site_nav_menu.open {
    display: flex;
  }
  .pkp_navigation_primary_wrapper ul,
  .pkp_navigation_user_wrapper ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .pkp_navigation_primary_wrapper li,
  .pkp_navigation_user_wrapper li {
    padding: 8px 16px;
    width: 100%;
  }
  .additional_content > div {
    font-size: 14px;
    line-height: 0.43rem;
  }
  .additional_content > div > div:first-child {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  .additional_content > div > div:first-child img {
    max-width: 334px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.14);
    display: inline-block;
  }
  .additional_content > div > div:nth-child(2) h3 {
    margin: 15px 0 15px 0;
    color: #1f7f89;
    line-height: 1.2;
    text-align: left;
    font-size: 16px;
  }
  .additional_content > div > div:nth-child(2) p {
    margin: 0 0;
    font-size: 13px;
    text-align: left;
  }
  .additional_content .btn-submit {
    display: block;
    width: calc(100% - 0px);
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font-size: 15px;
    text-align: center;
    border-radius: 8px;
    background: #1a91a9;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,0.12);
    text-decoration: none;
    margin: 12px 0 6px 0;
  }
  .additional_content a {
    -webkit-tap-highlight-color: rgba(0,0,0,0.06);
  }
  body, .additional_content {
    overflow-x: hidden;
  }
}
/* ==================================================
Tablet Landscape
   ================================================== */
@media (max-width: 1024px) {
  .pkp_structure_main {
    background-color: transparent;
    width: 67%;
    padding: 9px;
    padding-top: 19px;
    }
  .pkp_structure_sidebar {
    width: 30%;
  }
  .has_sidebar {
    max-width: 93%;
    padding: 17px;
    }
}
/* ==================================================
Tablet Landscape
   ================================================== */
@media (max-width: 768px) {
  .pkp_structure_main {
    background-color: transparent;
    width: 100%;
    padding: 9px;
    padding-top: 19px;
    }
  .pkp_structure_head {
    background-color: #eef3fc;
    border-bottom: none;
}
  .pkp_structure_sidebar {
    width: 100%;
  }
  .has_sidebar {
    max-width: 93%;
    padding: 17px;
    }
}