/**
 * Prime Academic Press — force layer v21.
 * Footer: tighter gap between brand text + social icons; four columns share same top/bottom band (stretch grid).
 */

@media (min-width: 992px) {
	.footer.pap-footer .pap-footer-grid {
		align-items: stretch !important;
	}
}

.footer.pap-footer .pap-footer-col {
	display: flex !important;
	flex-direction: column !important;
	min-height: 100% !important;
	box-sizing: border-box !important;
}

/* Top edge: first block lines up across columns */
.footer.pap-footer .pap-footer-col > *:first-child {
	margin-top: 0 !important;
}

/* Brand: compact spacing above icon row (override v6 margin-top:auto / large desc margin) */
.footer.pap-footer .pap-footer-col--brand .pap-footer-brand__tagline {
	margin-top: 6px !important;
	margin-bottom: 3px !important;
}

.footer.pap-footer .pap-footer-col--brand .pap-footer-brand__desc {
	margin-top: 0 !important;
	margin-bottom: 4px !important;
}

.footer.pap-footer .pap-footer-col--brand .pap-footer-social {
	margin-top: 10px !important;
	margin-bottom: 0 !important;
	flex-shrink: 0 !important;
}

/* Link columns: h4 flush top; list follows closely */
.footer.pap-footer .pap-footer-col:not(.pap-footer-col--brand) h4 {
	margin-top: 0 !important;
	margin-bottom: 8px !important;
}

.footer.pap-footer .pap-footer-col:not(.pap-footer-col--brand) ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	flex: 1 1 auto !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
	justify-content: flex-start !important;
	padding-left: 0 !important;
	list-style: none !important;
}

/* Bottom edge: last row aligns when row height is driven by tallest column */
.footer.pap-footer .pap-footer-col:not(.pap-footer-col--brand) ul li:last-child {
	margin-bottom: 0 !important;
}

@media (min-width: 992px) {
	/* Pin lists toward footer baseline when the grid row is taller than content */
	.footer.pap-footer .pap-footer-col:not(.pap-footer-col--brand) {
		justify-content: space-between !important;
	}

	.footer.pap-footer .pap-footer-col:not(.pap-footer-col--brand) ul {
		justify-content: flex-end !important;
	}
}
