/* JoceOffice — Typewriter Scroll */

.jotw-block {
    width: 100%;
    box-sizing: border-box;
}

.jotw-text {
    margin: 0;
    padding: 0;
}

.jotw-word {
    display: inline;
    transition-property: color, opacity, transform, filter;
    transition-timing-function: ease;
    will-change: color, opacity;
}

/* Fade up : décalage vertical initial via JS inline */
/* Blur : filter blur initial via JS inline */

/* Éditeur Elementor — tout visible */
.elementor-editor-active .jotw-word {
    color: inherit !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}
