/**
 * Inline Tabler SVG icons (cooking_b_icon).
 */
.cb-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	color: inherit;
	font-size: var(--cb-icon-size, 1.25rem);
	vertical-align: middle;
}

.cb-icon svg {
	display: block;
	width: 1em;
	height: 1em;
}

.cb-icon svg [stroke] {
	stroke: currentColor;
}

.cb-icon svg [fill]:not([fill="none"]) {
	fill: currentColor;
}
