/* /Components/CeefaxSubPageRotator.razor.rz.scp.css */
/* The teletext repaint: rows are invisible the instant a new subpage
   renders, then each block snaps to visible in sequence down the screen.
   No fades, no movement — rows simply appear, fully formed. The live
   service row (clock) is outside the reveal and never repaints. */

.ceefax-row[b-epzpn2qo8r] {
    white-space: pre;
}

.ceefax-reveal[b-epzpn2qo8r] {
    visibility: hidden;
    animation: ceefax-write-b-epzpn2qo8r 0s steps(1, end) forwards;
    animation-delay: calc(var(--blk) * 45ms);
}

@keyframes ceefax-write-b-epzpn2qo8r {
    from { visibility: hidden; }
    to   { visibility: visible; }
}
