.vl-u-inline-markup {
    display: flex;
    width: 100%;

    &--block {
        display: block;
        width: 100%;
    }

    p {
        span {
            @include vl-u-text--bold;
            margin-right: $vl-spacing-xsmall/2;
        }

        &:not(:last-child)::after {
            content:'|';
            margin: 0 5px;
        }
    }
}