.tui-required {
    &::after {
        content: '*';
    }

    &_float::after {
        position: absolute;
    }

    &_spacing::after {
        content: '\0000a0*';
    }
}
