/**
 * Minimal styling for the links legal-pages-wrapper.js inserts into any
 * `.legal-pages-wrapper` element the theme provides. Deliberately light —
 * spacing/underline only — so it doesn't fight the theme's own link colors.
 */
.legal-pages-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.legal-pages-wrapper a {
	text-decoration: none;
}

.legal-pages-wrapper a:hover,
.legal-pages-wrapper a:focus {
	text-decoration: underline;
}
