
.pkp_block h2.title, .pkp_block .content span.title, .pkp_block span.title {
    color: #ffffff;
}

homepage_about {
    display: none;
}

.block_make_submission a {
    font-size: 1.5rem;
}

.item.published {
	display: none;
}

body > div.pkp_structure_page > footer > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(5) > h3 {
    background: #f0ff30;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #152385;
}

footer .container {
    background: #152385;
    color: #ffffff;
}

body > div.pkp_structure_page > footer > div > div > div > div > div > div > div.row.copright-container > div > div {
    background: #f0ff30;
    color: black;
    padding-bottom: 5px;
    padding-top: 5px;
}

footer a {
    color: #5b67f8;
}

header .container {
    background: #f0ff30;
}

@media (min-width: 992px) {
    .col-md-7 {
        width: 35%;
    }
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 65%;
    }
}

#headerNavigationContainer > div:nth-child(1) > div > div.col-md-7.menu-account-user > nav {
    padding-bottom: 70px;
}

/* === Column DOI !== */
/* .article-summary .doi_link {
  background-size: 14px !important;
  height: 20px !important;
  background: url(../images/DOI_logo.svg) no-repeat center left;
  padding: 5px 0 5px 19px;
  font-size: 0.8em;
  color: #5379a9;
  text-decoration: none;
} */

.col-md-4.text-right.pr-md-2 {
    position: relative;
    z-index: 5;
    min-width: 200px;   /* cukup untuk menampung satu string DOI penuh */
    padding-left: 4px;
    margin-left: 1.5rem;
}

/* Container DOI */
.doi_container {
    position: relative;
    z-index: 5;
    display: inline-block;
    max-width: 100%;
}

/* Link DOI: satu baris, latar putih agar teks di belakang tidak menembus */
/* .doi_container .doi_link {
    display: inline-block;
    background: url(../images/DOI_logo.svg) no-repeat center left;
    white-space: nowrap;
    background: #fff;
    padding: 0 2px;
    position: relative;
    z-index: 5;
} */

/* Blok statistik diturunkan agar tidak menimpa area DOI */
.col-md-8.article_statistic {
    position: relative;
    z-index: 1;
}