

.pkp_structure_page {
  margin-top: 0px !important;
  margin-bottom: 20 !important;
  padding-bottom: 0px !important;
}

.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
  float: left;
  width: 75%;  
  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  float: right;
  width: 25%;
  padding-bottom:10px;
  padding-top: 50px;
}
.pkp_structure_main p {
	text-align: justify;
}
.pkp_structure_footer_wrapper {
	background: #e8ebef;
	border-bottom:@double solid; 
	border-bottom-color:#595959;
        padding-bottom:0px;
}


/* =========================================
   TROPHOS: ARTICLE LIST STYLING (CURRENT ISSUE)
   ========================================= */
.obj_article_summary {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}

/* Make article titles Elsevier Blue */
.obj_article_summary .title a {
    color: #005ea5; 
    text-decoration: none;
    font-weight: 700;
    font-size: 1.25rem;
}

.obj_article_summary .title a:hover {
    text-decoration: underline;
    color: #00467f;
}

/* Italicize the author names */
.obj_article_summary .authors {
    color: #4b4b4b;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* Style the PDF Galley Button */
.obj_article_summary .galleys .obj_galley_link {
    background-color: transparent;
    color: #e9711c; 
    border: 1px solid #e9711c;
    padding: 6px 15px;
    border-radius: 20px; 
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.obj_article_summary .galleys .obj_galley_link:hover {
    background-color: #e9711c;
    color: #ffffff;
    text-decoration: none;
}

/* Automatically inject "Open Access" label before the PDF buttons */
.obj_article_summary .galleys::before {
    content: "• Open Access";
    display: block;
    color: #007e2f; /* Elsevier Green */
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 10px;
}
