.pkp_site_name .is_img img {
display: inline-block;
max-width: 100%;
max-height: 100%;
margin-top: -35px;
margin-bottom: -5px;
padding: 2;
}

.pkp_structure_head {
  background: center / cover no-repeat url("https://jurnal.unmer.ac.id/public/journals/17/");
  border-bottom: transparent;
}

body {
    height: 100%;
    background: #ededed;
    background-image: url(https://images.all-free-download.com/images/graphiclarge/white_decorative_pattern_vector_background_582657.jpg);
    background-repeat: initial;
    background-position: left top;
}

.pkp_structure_content {
    padding-top:2.143rem;
    background: #fafafa;
}

/* Fix konten halaman About agar tidak mendorong sidebar */
.pkp_page_about .pkp_structure_main,
.pkp_page_editorialPolicies .pkp_structure_main {
    max-width: 100%;
    overflow-x: hidden;
}

.pkp_page_about img {
    max-width: 100%;
    height: auto;
}

.pkp_navigation_user li{
    text-align: left;
    color: #ffffff;
}

.pkp_navigation_user > li:last-child > a {
    display: inline-block;
    margin-right: 2rem;
    color: #ffffff;
}

/* Teks Login & nama user di navbar */
.pkp_navigation_user li a,
.pkp_navigation_user li span,
.pkp_navigation_user .profile a {
    color: #ffffff !important;
}

/* Dropdown menu setelah login */
.pkp_navigation_user .dropdown-menu,
.pkp_navigation_user ul ul {
    background-color: #4884B4 !important;
}

.pkp_navigation_user .dropdown-menu a,
.pkp_navigation_user ul ul a {
    color: #ffffff !important;
}

.pkp_navigation_user .dropdown-menu a:hover,
.pkp_navigation_user ul ul a:hover {
    background-color: #3a6d9a !important;
    color: #DEA307 !important;
}

.hover {
    width: 100%;
    border-collapse: collapse;
}

.hover th {
    height: 0px;
    background:;
    color: #0F61B7;
}

.hover td {
    height: 0px;
    padding-top: 0px;
    vertical-align: middle;
    border-bottom: 0px solid #ffffff;
    text-align: center;
}

.hover td a {
    width: 100%;
    display: block;
}

.hover tr {
    background: #ECF3FF;
    color: #ffffff;
}

.hover tr:hover {
    background-color:#C0D8F0;
}

.hover tr a {
    color: #000000;
    padding-left: 1em;
}

.hover a:hover {
    color: #000000;
}

.obj_article_details .abstract {
    text-align: justify;
}

.obj_article_summary > .title a {
  text-decoration: none;
}
a {
  color: #4884B4;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.obj_article_summary {
    background-color: #E6F1FF;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.obj_article_summary:hover {
    background-color: #ECF3FF;
    border: none;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.pkp_brand_footer {
    background: #4884B4;
    display: none;
}

.pkp_footer_content {
    background: #4884B4;
    color: #ffffff;
}

.pkp_footer_content a {
    text-decoration: none;
    color: #ffffff;
}

.pkp_footer_content a:hover {
    text-decoration: none;
    color: #DDEFF5;
}

.pkp_structure_footer_wrapper {
    background: #4884B4;
}

.pkp_structure_footer {
    background: #4884B4;
}

.value {
    text-align: justify;
}

.page_title {
    text-align: justify;
    padding-left: 0em;
    padding-right: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
}

section.item.keywords {
    font-style: italic;
    font-weight: bold;
}

.csl-entry {
    font-weight: bold;
}


html{
    background: none;
}

.pkp_navigation_wrapper_primary_wrapper{
    width : 1180px;
    height : 0px;
    padding-left: 1em;
    padding-right: 1em;
}

.pkp_navigation_primary_row{
    width: auto;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: 0.3em solid #DEA307;
    background-color: #4884B4;
    text-decoration: none;
    color:#ffffff;
}

.homepage_about {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    padding: 1.25rem !important;
    font-size: 14px;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 2em;
    transition: box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.homepage_about:hover {
    box-shadow: 0 6px 20px rgba(72, 132, 180, 0.15);
}

/* Tabel info (Journal Title, Initials, dll) */
.homepage_about table:first-of-type {
    border-radius: 12px;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 12px;
}

.homepage_about table:first-of-type tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}

.homepage_about table:first-of-type tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
}

.homepage_about table:first-of-type tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.homepage_about table:first-of-type tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

/* Badge table - tabel kedua */
.homepage_about table:nth-of-type(2) {
    border: none !important;
    border-radius: 8px;
    background: #f7fbff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-top: 0;
    margin-bottom: 12px;
    outline: none !important;
}

/* Journal Summary - tabel ketiga */
.homepage_about table:last-of-type {
    background: #f0f7ff;
    border-left: 4px solid #4884b4 !important;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 4px 12px rgba(72, 132, 180, 0.08);
    margin-top: 0;
    border: none;
}

.homepage_about table:last-of-type td {
    padding: 0.75rem 1rem;
}

.homepage_about table:last-of-type p {
    margin: 0;
    font-size: 13.5px;
    color: #444;
    line-height: 1.8;
    text-align: justify;
}

.pkp_page_index .current_issue .read_more {
  color: #4884B4;
}

.pkp_site_name_wrapper{
    background-color: none;
}
.obj_announcement_summary .read_more {
    color: #4884B4;
}
.pkp_structure_footer_wrapper{
    border: none;
}

.tableContent{
    width: 399.5px;
    height: 114.5px;
}

ul.sidemenu{
    margin-top: 0px;
    padding-left: 0px !important;
}

ul.sidemenu.full{
    margin: 0px 0px 0 0px;
}

ul.sidemenu li:before{
    display: none;
}

ul.sidemenu li{
    padding: -10;
}

/* ul.sidemenu li:first-child a{
    border-top:1px solid #404750;       
} */

ul.sidemenu li a {
    display: block;
    padding: 0rem 0rem;
    border-bottom: 0px solid ;
    background-color: #e5e5e5;
    font-family: 'Lato', Helvetica, sans-serif;
    text-decoration: none;
    color:#4884B4;
    font-size: 1em;
}

ul.sidemenu li a:hover {
    background-color: #ECF3FF;
    color: #4884B4;
    text-decoration: none;
}

.block ul {
    padding: 0;
    list-style: none;
}

.block li:before {
    display: none;
}

.block li {
    padding: 0rem 0;
}

.block_make_submission a, .obj_galley_link {
  display: inline-block;
  background-color: #fff;
  color: #4884B4;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  text-decoration: initial;
}

.profile {
  background-color: #4884B4 !important;
  border: none !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 12px rgba(72, 132, 180, 0.4) !important;
  color: #ffffff !important;
  transition: box-shadow 0.3s ease !important;
}

.profile:hover {
  background-color: #3a6d9a !important;
  box-shadow: 0 6px 18px rgba(72, 132, 180, 0.6) !important;
  color: #ffffff !important;
}

.button {
  border: none;
  border-radius:8px;
  background-color: #ffffff;
  border: none;
  color: white;
  padding: 10px 62px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

/* Tombol Register - lebih terlihat */
.button1 {
  background-color: #4884B4;
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(72, 132, 180, 0.4);
  color: #ffffff;
  transition: box-shadow 0.3s ease;
}

.button1:hover {
  background-color: #3a6d9a;
  box-shadow: 0 6px 18px rgba(72, 132, 180, 0.6);
  color: #ffffff;
}

#leftSidebar div.block span.blockTitle, #rightSidebar div.block span.blockTitle {   
    padding: 0;
    border-bottom: 0px solid ;
    background: #fff;
    color: #ecf3ff;
    text-transform: none !important;
    font-size: 1em;
}

.pkp_structure_sidebar:before {
    border-left: 1px solid #ddd;
}

.pkp_block {
    font-size: 14px;
    line-height: 20px;
    border-radius: 12px !important;
    background: white !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10) !important;
    border: none !important;
    padding: 1px !important;
    margin: 0px 0px 15px !important;
    transition: box-shadow 0.3s ease;
    }

.pkp_block .title {
    width: 100%;
    background-color: #4884B4;
    height: 35px;
    font-size: 14px;
    color: #fff;
    padding-top: 6px;
    margin-bottom: 0px;
    border-bottom: 3px solid #4884B4;
    text-align: left;
    padding-left: 10px;
    display: block;
    border-radius: 10px 10px 0 0;
}

.pkp_block .content {
    background-color: #ededed;
    padding-left: 10px 0;
    margin: 0px;
    display: block;
}

.pkp_block .content ul li {
    padding:2px 0;
    background-color: #ededed;
    padding-left: 10px;
}

.pkp_block li {
    border-radius: 0;
    position: relative;
    background-color: #fff;
    display: block;
}

.pkp_block ul>li a {
    color: #4884b4;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #e8f0f8;
    display: flex;
    align-items: center;
    font-size: 13.5px;
    transition: background 0.2s ease, color 0.2s ease;
}

.pkp_block ul>li a:hover {
    text-decoration: none;
    background-color: #e6f1ff;
    color: #2e6da4;
    padding-left: 1.1rem;
}

.pkp_block ul>li:last-child a {
    border-bottom: none;
}

.pkp_block ul>li a:hover {
    text-decoration: none;
    background-color: #ECF3FF;
}
.editorial-list{
    position: relative; 
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: .5rem;
}
.editorial-list .img-profile .imgthumb{ 
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
    height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

.journal-wrap { font-family: 'Lato', Helvetica, sans-serif; padding: 0; }

.info-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  overflow: hidden;
  margin-bottom: 1rem;
}

.info-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid #f0f0f0;
}

.info-row:last-child { border-bottom: none; }

.info-label {
  background: #4884b4;
  color: #ffffff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-value {
  padding: 10px 14px;
  font-size: 13px;
  color: #333333;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  background: #ffffff;
}

.info-row:nth-child(even) .info-value {
  background: #f7fbff;
}

.info-value a { color: #4884b4; text-decoration: none; }
.info-value a:hover { text-decoration: underline; }

.badge-row {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.badge-item { display: flex; align-items: center; justify-content: center; }
.badge-item img { max-height: 48px; max-width: 120px; object-fit: contain; }

.summary-card {
  background: #f0f7ff;
  border-radius: 12px;
  border-left: 4px solid #4884b4;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  padding: 1rem 1.25rem;
  font-size: 13px;
  color: #444444;
  line-height: 1.7;
  text-align: justify;
}

.summary-card strong { color: #333333; }


