/**
 * Product Highlights
 *
 * Basic styling, allowing it to be themed.
 */


.kwk-wc--product-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1.5em;
	margin:  0;
	padding: 0;
	line-height: 1.2;
	list-style: none;
}

.kwk-wc--product-highlight {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	margin:  0;
	padding: 0;
}

.kwk-wc--product-highlight a {
	display: inherit;
	align-items: inherit;
	gap: inherit;
}

.kwk-wc--product-highlight--icon {
	display: inline-flex;
}

.kwk-wc--product-highlight--icon .dashicons {
	width:  1em;
	height: 1em;
	font-size: 1em;
	line-height: inherit;
}

.kwk-wc--product-highlight--icon img {
	width:  auto;
	height: 1em;
}
