.c3-text-path--rtl .e-text-path {
    text-align: right;
}

.c3-text-path--rtl .e-text-path svg {
    margin-left: auto;
    margin-right: 0;
}

.c3-text-path--ltr .e-text-path {
    text-align: left;
}

.c3-text-path--ltr .e-text-path svg {
    margin-left: 0;
    margin-right: auto;
}

.c3-text-path--rtl .e-text-path svg,
.c3-text-path--ltr .e-text-path svg {
    display: block;
    width: 100%;
    height: auto;
}

/* Elementor's SVG overflows below the widget box; reserve that space for anchor jumps. */
.elementor-widget-text-path {
    padding-bottom: 1.2em;
}
