.zwf-shaped-text {
	position: relative;
	display: inline-block;
	line-height: 1.4;
    box-sizing: border-box;
}

.zwf-shaped-text p , .zwf-shaped-text span {
    color: #fff;
}

.zwf-shaped-text svg {
	position: absolute;
    left: 0;
	width: 100%;
    height: 15px;
    display: block;
    overflow: visible;
}

.elementor-widget-zwf_shaped_text.zwf-shaped-variant-above .zwf-shaped-text svg {
	bottom: 100%;
    margin-bottom: -3px;
}

.elementor-widget-zwf_shaped_text.zwf-shaped-variant-below .zwf-shaped-text svg {
	top: 100%;
    margin-top: -3px;
}

.zwf-shaped-text .zwf-text-content-inner p:first-child {
    margin-top: 0;
}
.zwf-shaped-text .zwf-text-content-inner p:last-child {
    margin-bottom: 0;
}
.zwf-shaped-text > p:first-child {
    margin-top: 0;
}
.zwf-shaped-text > p:last-child {
    margin-bottom: 0;
}