/* ==========================================================
   TypingTutor.Online — Onboarding Flow Polish v17.8.37
   ========================================================== */

/* Center the pre-render placeholder exactly inside the lesson viewport.
   white-space: normal removes the indentation preserved by the normal
   pre-wrap typing-text rules. TextRenderer removes this class immediately
   before real lesson characters are rendered. */
#lessonText.lesson-text-preparing {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
    padding: 0 20px !important;
}

/* Lesson is now a real fallback link as well as an app control. */
#header .lesson-home-nav-button {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
