/**
 * Consistent sizing for the inline SVG icons used in the header/footer.
 * No icon font — every icon is a small inline <svg> styled from here.
 */
.myshop-icon {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	flex-shrink: 0;
}
