/* demo6 — Journal of Open Scholarly Publishing : per-journal polish (default theme) */

/* Replace the OJS/PKP brand footer with the OJSPlus "powered by" credit (set as pageFooter) */
.pkp_brand_footer { display: none !important; }

.pkp_structure_footer_wrapper { background: #0c5063; }
.pkp_structure_footer { padding: 26px 0; }
.pkp_footer_content {
  max-width: 1140px; margin: 0 auto; padding: 0 24px;
  text-align: center; color: #eaf6fa; font-size: 14px; line-height: 1.7;
}
.pkp_footer_content a { color: #bfe6ef; text-decoration: none; }
.pkp_footer_content a:hover { color: #fff; text-decoration: underline; }
.pkp_footer_content .nl-powered { font-size: 13px; letter-spacing: .4px; opacity: .92; }
.pkp_footer_content strong { color: #fff; }

/* Homepage hero image: full-bleed feel, rounded, subtle shadow */
.homepage_image img, .cmp_homepage_image img { border-radius: 10px; box-shadow: 0 6px 24px rgba(8,30,40,.18); }

/* Tidy the homepage description block */
.page_index_journal .description, .journal_description { line-height: 1.7; }
