/* WPC customizer — line-art SVG option icons */

.wpc-swatch .bbs-wpc-svg {
	display: block;
	width: 100%;
	max-width: 96px;
	margin: 0 auto 6px;
	line-height: 0;
}

.wpc-swatch .bbs-wpc-svg svg {
	width: 100%;
	height: auto;
	display: block;
}

/* Selected tile: darken nothing, the plugin already rings it — just
   make sure the icon stays crisp on the selected background. */
.wpc-swatch.is-selected .bbs-wpc-svg svg {
	stroke: #111;
}
