/* PKP Navigation */
.pkp_nav_list ul.dropdown-menu a:hover {
    color: black !important;
    background-color: white !important;
}

/* PKP Custom Block */
.pkp_block {
    padding: 30px 0 0;
}

.pkp_block.block_make_submission {
    text-align: center;
}

.pkp_block .title {
    margin: 0 30px 10px;
}

.pkp_block .content p {
    margin: 0;
}

.pkp_block .content ul {
    margin: 0 20px;
}

.pkp_block .content ul li {
    padding: 5px 10px;
}

.pkp_block:not(.block_web_feed) .content ul li:hover {
    background-color: #dddddd;
}

.pkp_block .content.ignore-hover ul li:hover {
    background-color: inherit;
}

/* Journal Details */
.journal-details {
    padding: 5px 10px;
}
.journal-details img {
    border: 1px solid black;
}
.journal-details .detail-key {
    font-weight: bold;
}
.journal-details .detail-value {
    margin-bottom: 8px;
}
.journal-indexing .indexing-site {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
}
.journal-indexing .indexing-site img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}
@media only screen and (max-width: 768px) {
    .journal-details .detail-value, .journal-indexing .indexing-site {
        margin-bottom: 10px;
    }
}

.obj_issue_toc .articles > li {
	  margin-bottom: 20px;
	  border: 1px solid #8fbe3c;
	  padding: 1rem;
	  border-radius: 0.8rem;
	  position: relative;
	  z-index: 1;
}

.obj_issue_toc .articles > li::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;  
    opacity: .4; 
    z-index: -1;
	  background-color: #c7e2b5;
	  background-image: url("https://drive.google.com/uc?export=view&id=1Kf-nooTfcVzFKOb5kCVeZSTsRGgTPcr9");
	  background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.pkp_structure_main > h2 {
    font-size: 24px;
}

.img-tools-bordered {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 12px 40px;
    box-shadow: 2px 1px 3px #919191;
}

.page_submissions .submission_checklist {
    display: none;
}
