.special-underline {
    position: relative;
}

.special-underline .sua-underline-svg {
    position: absolute;
    left: 0;
    bottom: -0.38em;
    width: 100%;
    height: 1.1em;
    pointer-events: none;
    overflow: visible;
    z-index: 0;
}

.special-underline .sua-path {
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}
