/* aieo/taxonomy-archive-footer — long-form SEO copy below the product
 * grid on need / brand / category archives. The runtime emits a wrapping
 * <section> only when the term's `footer_text` is non-empty, so the slot
 * is invisible when unused. */

.aieo-tax-footer {
	margin-top: var(--wp--preset--spacing--7, 48px);
	padding: var(--wp--preset--spacing--6, 32px) var(--wp--preset--spacing--6, 32px);
	background: var(--wp--preset--color--neutral-50, #f9f9f9);
	border-radius: 8px;
}

.aieo-tax-footer__body {
	max-width: 70ch;
	margin: 0 auto;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--wp--preset--color--fg, #1a1a1a);
}

.aieo-tax-footer__body h2,
.aieo-tax-footer__body h3,
.aieo-tax-footer__body h4 {
	margin-top: 1.25em;
	margin-bottom: 0.5em;
	font-weight: 500;
	line-height: 1.25;
}

.aieo-tax-footer__body h2 { font-size: 1.25rem; }
.aieo-tax-footer__body h3 { font-size: 1.05rem; }
.aieo-tax-footer__body h4 { font-size: 0.95rem; }

.aieo-tax-footer__body p {
	margin: 0 0 1em;
}

.aieo-tax-footer__body ul,
.aieo-tax-footer__body ol {
	margin: 0 0 1em;
	padding-left: 1.5em;
}

.aieo-tax-footer__body a {
	color: var(--wp--preset--color--accent, #F46767);
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 600px) {
	.aieo-tax-footer {
		padding: var(--wp--preset--spacing--5, 24px);
	}
}
