
.jet-inline-svg {
	display: inline-block;
}

.jet-inline-svg svg {
	min-width: 20px;
}

.jet-inline-svg svg>circle:not([stroke]), .jet-inline-svg svg>ellipse:not([stroke]), .jet-inline-svg svg>polygon:not([stroke]), .jet-inline-svg svg>path:not([stroke]), .jet-inline-svg svg>rect:not([stroke]) {
	stroke: none;
}

.jet-inline-svg svg>circle:not([stroke-width]), .jet-inline-svg svg>ellipse:not([stroke-width]), .jet-inline-svg svg>polygon:not([stroke-width]), .jet-inline-svg svg>path:not([stroke-width]), .jet-inline-svg svg>rect:not([stroke-width]) {
	stroke-width: 2px;
}

.jet-inline-svg svg>circle:not([stroke-linecap]), .jet-inline-svg svg>ellipse:not([stroke-linecap]), .jet-inline-svg svg>polygon:not([stroke-linecap]), .jet-inline-svg svg>path:not([stroke-linecap]), .jet-inline-svg svg>rect:not([stroke-linecap]) {
	stroke-linecap: butt;
}

.jet-inline-svg svg>circle:not([stroke-dasharray]), .jet-inline-svg svg>ellipse:not([stroke-dasharray]), .jet-inline-svg svg>polygon:not([stroke-dasharray]), .jet-inline-svg svg>path:not([stroke-dasharray]), .jet-inline-svg svg>rect:not([stroke-dasharray]) {
	stroke-dasharray: none;
}

.jet-inline-svg svg>circle:not([stroke-miterlimit]), .jet-inline-svg svg>ellipse:not([stroke-miterlimit]), .jet-inline-svg svg>polygon:not([stroke-miterlimit]), .jet-inline-svg svg>path:not([stroke-miterlimit]), .jet-inline-svg svg>rect:not([stroke-miterlimit]) {
	stroke-miterlimit: 4;
}

.jet-inline-svg--custom-width {
	width: 100%;
}

.jet-inline-svg--custom-width svg {
	width: 100%;
	height: auto;
	display: block;
}

.jet-inline-svg--custom-color svg {
	fill: currentColor;
	stroke: currentColor;
}

.elementor-jet-inline-svg {
	font-size: 0;
	line-height: 1;
}
