/**
 * Text Cycler — Frontend Styles
 *
 * The cycler renders as an inline <span> so it sits naturally inside any
 * paragraph or heading without affecting surrounding text flow.
 * Color is applied via inline style by JavaScript.
 */

.tc-cycler {
    display: inline;
}
