/* Article covers are 25% larger than the previous one-third size. */
body,
.pkp_structure_page,
.pkp_structure_content {
	background-color: #f5f5f5;
}

.pkp_structure_main::before {
	background-color: #f5f5f5;
}

.obj_issue_toc .obj_article_summary .cover img {
	max-height: 104.166px;
	width: auto;
}

@media (min-width: 768px) {
	.obj_issue_toc .obj_article_summary .cover {
		width: 10.416667%;
	}

	.obj_issue_toc .obj_article_summary .cover img {
		max-height: none;
		width: 100%;
	}
}

/* Institutional logos centred in the journal footer. */
.imli-footer-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 32px;
	width: 100%;
}

.imli-footer-contact {
	margin: 0;
	font-style: normal;
	font-size: 0.93rem;
	line-height: 1.65;
	text-align: left;
}

.imli-footer-contact span {
	display: block;
}

.imli-footer-contact a {
	color: inherit;
	text-decoration: none;
}

.imli-footer-contact a:hover,
.imli-footer-contact a:focus {
	text-decoration: underline;
}

.imli-footer-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px 36px;
	width: auto;
}

.imli-footer-logos img {
	display: block;
	width: auto;
	max-width: 100%;
}

.imli-footer-logos .imli-footer-logo--imli {
	width: 55px;
	height: 55px;
	object-fit: contain;
	border-radius: 50%;
	background: #fff;
}

.imli-footer-logo--government {
	height: 55px;
}

.imli-footer-logo--unesco {
	height: 36px;
}

/* Hide the default OJS/PKP publishing-system badge and link. */
.pkp_brand_footer {
	display: none;
}

@media (max-width: 540px) {
	.imli-footer-layout {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.imli-footer-balance {
		display: none;
	}

	.imli-footer-logos {
		gap: 20px 24px;
	}

	.imli-footer-logos .imli-footer-logo--imli {
		width: 44px;
		height: 44px;
	}

	.imli-footer-logo--government {
		height: 44px;
	}

	.imli-footer-logo--unesco {
		height: 27px;
	}
}
