/**
 * Prime Academic Press — force layer v34.
 * Footer brand copy hardening:
 * - prevent clipping/truncation of left-column tagline/description
 * - keep text fully visible while staying inside footer bounds
 */

/* Ensure footer wrappers never clip descendants */
.footer.pap-footer,
.footer.pap-footer .pap-footer__main,
.footer.pap-footer .pap-footer__container,
.footer.pap-footer .pap-footer-grid,
.footer.pap-footer .pap-footer-col,
.footer.pap-footer .pap-footer-col--brand {
	overflow: visible !important;
	height: auto !important;
	min-height: 0 !important;
	box-sizing: border-box !important;
}

/* Desktop: reserve enough width for brand copy; other columns remain flexible */
@media (min-width: 1200px) {
	.footer.pap-footer .pap-footer-grid {
		grid-template-columns: minmax(380px, 1.45fr) repeat(3, minmax(180px, 1fr)) !important;
		align-items: start !important;
	}
}

/* Medium desktop/tablet: avoid over-compression of the first column */
@media (min-width: 992px) and (max-width: 1199px) {
	.footer.pap-footer .pap-footer-grid {
		grid-template-columns: minmax(320px, 1.3fr) repeat(3, minmax(150px, 1fr)) !important;
		align-items: start !important;
	}
}

/* Brand column: left align + full-width text flow */
.footer.pap-footer .pap-footer-col--brand {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	text-align: left !important;
	min-width: 0 !important;
	width: 100% !important;
}

.footer.pap-footer .pap-footer-col--brand .pap-footer-brand,
.footer.pap-footer .pap-footer-col--brand .pap-footer-social {
	justify-content: flex-start !important;
	width: 100% !important;
}

/* Hard guarantee: copy wraps instead of clipping */
.footer.pap-footer .pap-footer-col--brand .pap-footer-brand__tagline,
.footer.pap-footer .pap-footer-col--brand .pap-footer-brand__desc,
.footer.pap-footer .pap-footer-col--brand .pap-footer-brand__desc .pap-footer-desc-line {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
	hyphens: auto !important;
}

.footer.pap-footer .pap-footer-col--brand .pap-footer-brand__tagline {
	font-size: 0.74rem !important;
	line-height: 1.32 !important;
	margin-top: 0.4rem !important;
	margin-bottom: 0.24rem !important;
}

.footer.pap-footer .pap-footer-col--brand .pap-footer-brand__desc {
	font-size: 0.8rem !important;
	line-height: 1.4 !important;
	margin-top: 0 !important;
	margin-bottom: 0.5rem !important;
}

.footer.pap-footer .pap-footer-col--brand .pap-footer-social {
	margin-top: 0.5rem !important;
}
