.showyourterms, .showyourterms::before, .showyourterms::after, showyourterms .syt-statusbar, showyourterms .syt-statusbar ul {
    box-sizing: content-box;
}

p + .showyourterms {
    margin-top: 52px;
}

p + .wp-block-shortcode .showyourterms,
.wp-block-paragraph + .showyourterms,
.wp-block-paragraph + .wp-block-shortcode .showyourterms {
    margin-top: 52px;
}

.showyourterms .line.active:after {
    content: "|";
}

.showyourterms .line.active:after,
.showyourterms .command.active:after,
.showyourterms .type.active:after {
    animation: syt_b 1s linear infinite;
}

.showyourterms .command[data-prepend]:before,
.showyourterms .type[data-prepend]:before {
    content: attr(data-prepend) " ";
}
