.wml-svg-text-outline-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wml-svg-text-outline-container svg {
    width: 100%;
    height: auto;
    display: block;
}

.wml-svg-text-outline-container path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}