/**
 * Crafted Icon Styles
 * Replaces FontAwesome with inline SVGs
 */

.crafted-icon {
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

/* Color variants */
.crafted-icon.white { fill: #ffffff; }
.crafted-icon.blue { fill: #0c1e27; }
.crafted-icon.pink { fill: #e91e63; }
.crafted-icon.black { fill: #000000; }
.crafted-icon.grey { fill: #666666; }

/* Size variants */
.crafted-icon-lg { width: 1.5em; height: 1.5em; }
.crafted-icon-xl { width: 2em; height: 2em; }

/* Button icon spacing */
.btn-theme .crafted-icon {
	margin-left: 0.5em;
}

/* See more/up button icons */
.see-more-btn .crafted-icon,
.see-up-btn .crafted-icon {
	width: 24px;
	height: 24px;
}
