/**
 * Frontend styles for generated content.
 *
 * Deliberately tiny. Generated pages are built from core Gutenberg
 * blocks so the site's own theme styles them - the only thing needing
 * help is the icon wrapper, which is our own construct rather than a
 * core block.
 */

.aiwpdev-icon {
	margin-bottom: 0.5rem;
	line-height: 1;
	color: currentColor;
	opacity: 0.85;
}

.aiwpdev-icon svg {
	display: block;
}
