/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2025 | 17:44:36 */
/* Heading; Automatic word wrap especially on mobile */
.iconcard__heading {
	hyphens: auto;
}
/* Content ul; custom list indent */
.iconcard__content ul {
	--theme-list-indent: 1.5em;
}
/* Content li; some spacing between list items */
.iconcard__content li:not(:last-of-type) {
	margin-bottom: .5em;
}
