.tomm-kit-svg-outer{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
}
.tomm-kit-svg-link{
	display:inline-flex;
	line-height:0;
	text-decoration:none;
}
.tomm-kit-svg-box{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	line-height:0;
	box-sizing:border-box;
	width:64px;
	height:64px;
	--tomm-kit-svg-color:#743489;
	--tomm-kit-svg-fill:#743489;
	--tomm-kit-svg-gradient-1:#743489;
	--tomm-kit-svg-gradient-2:#EF7C92;
}
.tomm-kit-svg-box svg{
	display:block;
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%;
	transform-origin:50% 50%;
}
.tomm-kit-svg-color-single svg{
	color:var(--tomm-kit-svg-color, var(--tomm-kit-svg-fill, #743489));
}
.tomm-kit-svg-color-single svg [fill]:not([fill="none"]):not([fill="transparent"]){
	fill:var(--tomm-kit-svg-color, var(--tomm-kit-svg-fill, #743489)) !important;
}
.tomm-kit-svg-color-single svg [stroke]:not([stroke="none"]):not([stroke="transparent"]){
	stroke:var(--tomm-kit-svg-color, var(--tomm-kit-svg-fill, #743489)) !important;
}
.tomm-kit-svg-color-single svg path:not([fill="none"]):not([fill="transparent"]),
.tomm-kit-svg-color-single svg rect:not([fill="none"]):not([fill="transparent"]),
.tomm-kit-svg-color-single svg circle:not([fill="none"]):not([fill="transparent"]),
.tomm-kit-svg-color-single svg ellipse:not([fill="none"]):not([fill="transparent"]),
.tomm-kit-svg-color-single svg polygon:not([fill="none"]):not([fill="transparent"]),
.tomm-kit-svg-color-single svg polyline:not([fill="none"]):not([fill="transparent"]),
.tomm-kit-svg-color-single svg use:not([fill="none"]):not([fill="transparent"]){
	fill:var(--tomm-kit-svg-color, var(--tomm-kit-svg-fill, #743489)) !important;
}
.tomm-kit-svg-color-gradient svg .tomm-kit-svg-gradient-stop-1{
	stop-color:var(--tomm-kit-svg-gradient-1, #743489) !important;
}
.tomm-kit-svg-color-gradient svg .tomm-kit-svg-gradient-stop-2{
	stop-color:var(--tomm-kit-svg-gradient-2, #EF7C92) !important;
}
.tomm-kit-svg-color-original svg *{
	transition:fill .2s ease, stroke .2s ease, stop-color .2s ease;
}
.tomm-kit-svg-placeholder{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:42px;
	padding:10px 12px;
	border:1px dashed #c7c7d8;
	border-radius:10px;
	font-size:12px;
	color:#6c6681;
	background:#faf9ff;
}
