/**
 * Term Links.
 *
 * Layout lives in the responsive Elementor controls, not here: display and
 * grid-template-columns are emitted per device inside the site's own Elementor
 * breakpoints. Hardcoding media queries in this file would drift the moment
 * someone changed those breakpoints.
 */

.irpp-term-links {
	margin: 0;
	padding: 0;
	list-style: none;
	/* Serves both the flex and grid layouts; inert on the vertical one. */
	gap: 0.5rem 1rem;
}
