/* LV Typing Theme v1.3.5 — final pre-install layout/content-depth presentation layer.
 * Theme/UI only. No typing, scoring, evaluator, payment or entitlement logic.
 */
:root{
  --lvt130-canvas:#f4f7fb;
  --lvt130-paper:#ffffff;
  --lvt130-ink:#102039;
  --lvt130-muted:#5d6d82;
  --lvt130-line:#c8d3e0;
  --lvt130-line-strong:#aebfd2;
  --lvt130-blue:#1559d6;
  --lvt130-blue-dark:#0d45ad;
  --lvt130-blue-soft:#edf4ff;
  --lvt130-shadow:0 8px 24px rgba(20,44,82,.065);
  --lvt130-shadow-hover:0 15px 34px rgba(20,44,82,.12);
}

html{background:var(--lvt130-canvas)}
body{background:var(--lvt130-canvas)!important;color:var(--lvt130-ink)}
.lvt-container{width:min(1240px,calc(100% - 44px))!important}

/* Header: quiet and professional; content remains the visual focus. */
.lvt-site-header{background:rgba(255,255,255,.985)!important;border-bottom:1px solid #d7e0eb!important;box-shadow:0 4px 18px rgba(13,36,73,.045)!important}
.lvt-site-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:linear-gradient(90deg,transparent,rgba(21,89,214,.34),transparent);pointer-events:none}
.lvt-menu{gap:5px!important}.lvt-menu a{padding:10px 11px!important;border:1px solid transparent!important;border-radius:9px!important;color:#26364c!important;font-weight:760!important}
.lvt-menu a:hover,.lvt-menu a:focus-visible,.lvt-menu .current-menu-item>a{background:#eef4ff!important;border-color:#d6e4f8!important;color:#0f50c5!important}
.lvt-login-btn{background:#0b1a31!important;border:1px solid #0b1a31!important;box-shadow:0 5px 14px rgba(11,26,49,.12)!important}

/* Homepage: one consistent canvas. Hero is intentionally full-width; all content aligns inside the shared container. */
.lvt-home-main{background:var(--lvt130-canvas)!important}
.lvt-home .lvt-hero{background:transparent!important;border-bottom:0!important;padding:32px 0 30px!important}
.lvt-home .lvt-hero-grid{gap:54px!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;border:1px solid #c7d4e2!important;border-radius:24px!important;padding:clamp(28px,3.6vw,50px)!important;box-shadow:0 14px 36px rgba(20,44,82,.075)!important}
.lvt-home .lvt-hero-copy>p{color:#52647c!important;line-height:1.72!important}
.lvt-home .lvt-hero-panel{border-radius:20px!important;box-shadow:0 24px 58px rgba(8,29,64,.20)!important}

/* Long-form homepage sections: text first, not card walls. */
.lvt-home-reading{padding:68px 0;background:transparent;border-bottom:0}
.lvt-home-reading:last-of-type{border-bottom:0}
.lvt-home-reading--intro{padding-top:78px}
.lvt-home-reading--practice,.lvt-home-reading--exam,.lvt-home-reading--trust,.lvt-home-reading--faq{background:transparent}
.lvt-reading-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.55fr);gap:58px;align-items:start}
.lvt-reading-split{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:64px;align-items:start}
.lvt-reading-split--reverse{grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr)}
.lvt-reading-copy{max-width:820px}
.lvt-reading-copy--wide{max-width:1020px}
.lvt-reading-copy h2{font-size:clamp(31px,3.8vw,48px);line-height:1.08;letter-spacing:-.035em;margin:8px 0 20px;color:#0f1d31}
.lvt-reading-copy p{font-size:16px;line-height:1.82;color:#465970;margin:0 0 18px}
.lvt-reading-copy p:last-of-type{margin-bottom:0}
.lvt-reading-copy strong{color:#13233a}
.lvt-text-link{display:inline-flex;margin-top:23px;color:var(--lvt130-blue)!important;font-weight:850!important;text-decoration:none!important}
.lvt-eyebrow{color:#0f58d6!important;letter-spacing:.1em!important;font-size:11px!important}

/* Compact orientation list beside the opening editorial text. */
.lvt-home-index{display:grid;gap:0;background:#fff;border:1px solid var(--lvt130-line);border-radius:17px;box-shadow:var(--lvt130-shadow);overflow:hidden;position:sticky;top:102px}
.lvt-home-index a{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:20px 19px;border-bottom:1px solid #e5ebf2;align-items:start}
.lvt-home-index a:last-child{border-bottom:0}.lvt-home-index a:hover{background:#f7faff}
.lvt-home-index> a > span{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:#edf4ff;border:1px solid #d3e2f6;color:#1559d6;font-size:10px;font-weight:900}
.lvt-home-index strong{display:block;font-size:16px;color:#122139}.lvt-home-index small{display:block;margin-top:5px;color:#68778b;font-size:12px;line-height:1.5}

/* Learning routes are rows, not three oversized cards. */
.lvt-route-list{background:#fff;border:1px solid var(--lvt130-line);border-radius:18px;box-shadow:var(--lvt130-shadow);overflow:hidden}
.lvt-route-list>div{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:22px;border-bottom:1px solid #e4eaf1;align-items:start}
.lvt-route-list>div:last-child{border-bottom:0}.lvt-route-list>div>span{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#edf4ff;border:1px solid #d3e2f6;color:#1559d6;font-weight:900}
.lvt-route-list h3{margin:1px 0 7px;font-size:19px;color:#122139}.lvt-route-list p{margin:0;color:#617087;font-size:13.5px;line-height:1.65}.lvt-route-list a{display:inline-flex;margin-top:10px;color:#1559d6;font-size:12.5px;font-weight:850}

/* Practice explanation metrics: one readable band instead of four repeated cards. */
.lvt-metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:34px 0 0;background:#fff;border:1px solid var(--lvt130-line);border-radius:16px;box-shadow:var(--lvt130-shadow);overflow:hidden}
.lvt-metric-strip>div{padding:20px 20px 22px;border-right:1px solid #e3e9f0}.lvt-metric-strip>div:last-child{border-right:0}
.lvt-metric-strip dt{font-size:13px;font-weight:900;color:#0f51c5}.lvt-metric-strip dd{margin:7px 0 0;color:#5b6b80;font-size:13px;line-height:1.62}
.lvt-inline-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:26px}.lvt-inline-actions>span{color:#68768a;font-size:13px}

/* Exam section: prose first, actual profiles are the only intentional card grid. */
.lvt-reading-grid--exam-head{grid-template-columns:minmax(0,1.4fr) minmax(340px,.6fr);margin-bottom:42px}
.lvt-exam-rule-summary{background:#fff;border:1px solid var(--lvt130-line);border-radius:17px;padding:23px 24px;box-shadow:var(--lvt130-shadow)}
.lvt-exam-rule-summary h3{margin:0 0 13px;font-size:18px;color:#122139}.lvt-exam-rule-summary ul{margin:0;padding-left:20px;color:#56677d}.lvt-exam-rule-summary li{margin:8px 0;line-height:1.5;font-size:13.5px}
.lvt-section-heading--compact{margin:0 0 18px!important;padding-top:27px;border-top:1px solid #dfe6ee}.lvt-section-heading--compact h2{font-size:27px!important;margin:0 0 5px!important}.lvt-section-heading--compact p{font-size:14px!important}.lvt-section-heading--compact>a{font-size:13px}
.lvt-exam-grid{gap:14px!important}.lvt-exam-card{background:#fff!important;border:1px solid #becbd9!important;border-radius:14px!important;box-shadow:0 7px 20px rgba(20,44,82,.06)!important;min-height:188px!important}.lvt-exam-card:hover{transform:translateY(-2px);border-color:#7e9fc9!important;box-shadow:0 13px 28px rgba(20,44,82,.11)!important}.lvt-exam-card h3{font-size:17px!important}.lvt-exam-meta span{background:transparent!important;border:0!important;padding:0!important;color:#596b82!important}.lvt-exam-meta span+span:before{content:"•";display:inline-block;margin:0 7px;color:#9aa7b6}.lvt-exam-start{border-top:1px solid #e1e7ef;margin-top:auto!important;padding-top:14px!important}

/* Process and trust sections. */
.lvt-process-list{list-style:none;margin:0;padding:0;background:#fff;border:1px solid var(--lvt130-line);border-radius:18px;overflow:hidden;box-shadow:var(--lvt130-shadow)}
.lvt-process-list li{display:grid;grid-template-columns:44px 1fr;gap:15px;padding:20px;border-bottom:1px solid #e3e9f0}.lvt-process-list li:last-child{border-bottom:0}.lvt-process-list li>span{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#edf4ff;border:1px solid #d3e2f6;color:#1559d6;font-size:10px;font-weight:900}.lvt-process-list strong{display:block;color:#13223a}.lvt-process-list p{margin:4px 0 0;color:#65758a;font-size:13px;line-height:1.55}
.lvt-trust-board{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--lvt130-line);border-radius:18px;box-shadow:var(--lvt130-shadow);overflow:hidden}.lvt-trust-board>div{padding:21px;border-right:1px solid #e3e9f0;border-bottom:1px solid #e3e9f0}.lvt-trust-board>div:nth-child(2n){border-right:0}.lvt-trust-board>div:nth-last-child(-n+2){border-bottom:0}.lvt-trust-board strong{display:block;color:#13223a}.lvt-trust-board span{display:block;margin-top:5px;color:#65758a;font-size:12.8px;line-height:1.58}.lvt-inline-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}.lvt-inline-links a{color:#1559d6;font-weight:850;font-size:13px}

/* Comparison uses a table-like structure rather than two more promotional cards. */
.lvt-plan-table{margin-top:28px;background:#fff;border:1px solid var(--lvt130-line);border-radius:16px;box-shadow:var(--lvt130-shadow);overflow:hidden}.lvt-plan-row{display:grid;grid-template-columns:1.2fr .8fr .8fr;border-bottom:1px solid #e3e9f0;align-items:center}.lvt-plan-row:last-child{border-bottom:0}.lvt-plan-row>*{padding:15px 18px;border-right:1px solid #e8edf3}.lvt-plan-row>*:last-child{border-right:0}.lvt-plan-row span{color:#40536b}.lvt-plan-row b{font-size:13px;color:#273b55}.lvt-plan-row--head{background:#f1f6fd}.lvt-plan-row--head>*{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#31527e!important}

/* FAQ: clear list, still compact. */
.lvt-faq-layout{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:58px;align-items:start}.lvt-faq-list{background:#fff;border:1px solid var(--lvt130-line);border-radius:17px;box-shadow:var(--lvt130-shadow);overflow:hidden}.lvt-faq-list details{padding:18px 20px;border-bottom:1px solid #e3e9f0}.lvt-faq-list details:last-child{border-bottom:0}.lvt-faq-list summary{cursor:pointer;font-weight:850;color:#14233a}.lvt-faq-list p{margin:10px 0 0;color:#5d6d82;font-size:13.5px;line-height:1.65}
.lvt-final-cta{padding:54px 0 68px!important;background:transparent!important}.lvt-cta-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#fff;border:1px solid #bdcad9;border-radius:18px;padding:28px 30px;box-shadow:var(--lvt130-shadow)}.lvt-cta-panel h2{font-size:30px!important;margin:5px 0!important}.lvt-cta-panel p{margin:0;color:#5c6d82}.lvt-final-cta .lvt-hero-actions{margin:0!important;flex:0 0 auto}

/* ---------- Tool-page width recovery: only pages the owner flagged ---------- */
@media(min-width:1100px){
  body.lvt-page-practice .lvt-page-shell--tool,
  body.lvt-page-exam-wise-typing .lvt-page-shell--tool,
  body.lvt-page-learn-typing .lvt-page-shell--tool,
  body.lvt-page-contact .lvt-page-shell--tool,
  body.lvt-page-contact-us .lvt-page-shell--tool{
    width:min(1600px,calc(100% - 48px))!important;
    max-width:1600px!important;
  }
}

/* ---------- Practice Library: clear cards without touching control behavior ---------- */
body.lvt-page-practice .lvt-entry-content--tool{overflow:visible!important}
body.lvts55-platform.lvt-page-practice .lv50-filterbar,
body.lvt-page-practice .lvts-filter-row{
  border:1px solid #b8c7d9!important;
  background:#fff!important;
  border-radius:14px!important;
  box-shadow:0 7px 18px rgba(20,44,82,.055)!important;
}
body.lvt-page-practice .lv50-pills button{cursor:pointer!important;position:relative!important;z-index:1!important}
body.lvt-page-practice .lv50-pills button.active{background:#1559d6!important;border-color:#1559d6!important;color:#fff!important;box-shadow:0 4px 10px rgba(21,89,214,.18)!important}
body.lvts55-platform.lvt-page-practice .lv50-list-head{margin:22px 0 13px!important}
body.lvts55-platform.lvt-page-practice .lv50-sheet-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(270px,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
body.lvts55-platform.lvt-page-practice .lv50-sheet{
  min-height:154px!important;
  padding:18px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  grid-template-rows:auto 1fr!important;
  column-gap:13px!important;
  row-gap:10px!important;
  background:#fff!important;
  border:1px solid #a9bacd!important;
  border-top:1px solid #a9bacd!important;
  border-radius:12px!important;
  box-shadow:0 7px 18px rgba(18,42,78,.07)!important;
  overflow:hidden!important;
}
/* Functional state MUST override the visual display:grid rule. This restores the
 * original Language / Difficulty / Load-More behaviour without touching JS. */
body.lvts55-platform.lvt-page-practice .lv50-sheet.is-filtered,
body.lvts55-platform.lvt-page-practice .lv50-sheet.is-paged{display:none!important}
body.lvt-page-practice .lvts-practice-card.is-hidden{display:none!important}
body.lvts55-platform.lvt-page-practice .lv50-sheet:hover{transform:translateY(-2px)!important;border-color:#7698c1!important;border-color:#5f86b8!important;box-shadow:0 13px 28px rgba(18,42,78,.12)!important}
body.lvts55-platform.lvt-page-practice .lv50-sheet .lv50-num{grid-column:1;grid-row:1;width:38px!important;height:38px!important;border-radius:8px!important;background:#edf4ff!important;border:1px solid #cbdcf1!important;color:#0f53c7!important;font-size:10px!important}
body.lvts55-platform.lvt-page-practice .lv50-sheet>div{grid-column:2;grid-row:1;min-width:0!important}
body.lvts55-platform.lvt-page-practice .lv50-sheet small{display:inline-flex!important;align-items:center!important;min-height:20px!important;padding:0!important;border-radius:0!important;background:transparent!important;border:0!important;color:#60738c!important;font-size:10.5px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.01em!important}
body.lvts55-platform.lvt-page-practice .lv50-sheet h3{font-size:18px!important;line-height:1.25!important;margin:10px 0 0!important;color:#101e31!important;letter-spacing:-.012em!important}
body.lvts55-platform.lvt-page-practice .lv61450-sheet-meta{display:none!important}
body.lvts55-platform.lvt-page-practice .lv50-sheet>a{
  position:static!important;
  grid-column:2!important;
  grid-row:2!important;
  align-self:end!important;
  justify-self:start!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:36px!important;
  margin-top:8px!important;
  padding:8px 13px!important;
  border-radius:8px!important;
  background:#1559d6!important;
  color:#fff!important;
  border:1px solid #1559d6!important;
  font-size:10.5px!important;
  font-weight:900!important;
  box-shadow:0 4px 10px rgba(21,89,214,.13)!important;
}
body.lvts55-platform.lvt-page-practice .lv50-sheet>a:hover{background:#0d45ad!important;border-color:#0d45ad!important}
body.lvts55-platform.lvt-page-practice .lv50-more{border:1px solid #aebdce!important;background:#fff!important;color:#20344f!important;border-radius:9px!important;padding:10px 15px!important;font-size:11px!important;box-shadow:0 5px 14px rgba(20,44,82,.05)!important}
body.lvt-page-practice .lvts-practice-grid{gap:16px!important}
body.lvt-page-practice .lvts-practice-card{border:1px solid #aebdce!important;border-top:1px solid #aebdce!important;border-radius:12px!important;box-shadow:0 7px 18px rgba(18,42,78,.07)!important;padding:18px!important;background:#fff!important}

/* ---------- Contact: top renderer and appended guidance use one exact width ---------- */
body.lvt-page-contact .lvt-entry-content--tool,
body.lvt-page-contact-us .lvt-entry-content--tool{width:100%!important;max-width:none!important}
body.lvt-page-contact .lv61120-contact,
body.lvt-page-contact-us .lv61120-contact,
body.lvt-page-contact .lv61480-contact-depth,
body.lvt-page-contact-us .lv61480-contact-depth{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.lvt-page-contact .lv61480-contact-depth,
body.lvt-page-contact-us .lv61480-contact-depth{margin-top:24px!important;padding:30px!important;background:#fff!important;border:1px solid #b9c7d7!important;border-radius:20px!important;box-shadow:0 10px 26px rgba(20,44,82,.065)!important}
body.lvt-page-contact .lv61480-contact-grid article,
body.lvt-page-contact-us .lv61480-contact-grid article{border:1px solid #ccd6e2!important;border-radius:11px!important;background:#f8fafc!important;box-shadow:none!important}
body.lvt-page-contact .lv61480-contact-security,
body.lvt-page-contact-us .lv61480-contact-security{background:#f2f6fb!important;border:1px solid #c9d5e3!important;border-left:4px solid #1559d6!important;border-radius:9px!important}

/* Long trust/legal pages remain readable, not artificially full-width. */
.lvt-entry-content .lv61480-long-page{max-width:1120px!important}.lvt-entry-content .lv61480-long-page h2{color:#142139!important}.lvt-entry-content .lv61480-long-page p,.lvt-entry-content .lv61480-long-page li{color:#405168!important}

@media(max-width:1280px){
  body.lvts55-platform.lvt-page-practice .lv50-sheet-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:1050px){
  .lvt-reading-grid,.lvt-reading-split,.lvt-reading-split--reverse,.lvt-reading-grid--exam-head,.lvt-faq-layout{grid-template-columns:1fr!important;gap:34px!important}
  .lvt-home-index{position:static}.lvt-metric-strip{grid-template-columns:1fr 1fr}.lvt-metric-strip>div:nth-child(2){border-right:0}.lvt-metric-strip>div:nth-child(-n+2){border-bottom:1px solid #e3e9f0}
  body.lvts55-platform.lvt-page-practice .lv50-sheet-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .lvt-final-cta .lvt-hero-actions{margin-top:18px!important}
}
@media(max-width:720px){
  .lvt-container{width:min(100% - 26px,1240px)!important}
  .lvt-home .lvt-hero{padding:18px 0 24px!important}.lvt-home .lvt-hero-grid{padding:24px 18px!important;border-radius:18px!important}
  .lvt-home-reading{padding:54px 0}.lvt-reading-copy h2{font-size:34px}.lvt-reading-copy p{font-size:15px;line-height:1.75}
  .lvt-metric-strip{grid-template-columns:1fr}.lvt-metric-strip>div{border-right:0;border-bottom:1px solid #e3e9f0}.lvt-metric-strip>div:last-child{border-bottom:0}
  .lvt-trust-board{grid-template-columns:1fr}.lvt-trust-board>div{border-right:0!important;border-bottom:1px solid #e3e9f0!important}.lvt-trust-board>div:last-child{border-bottom:0!important}
  .lvt-plan-row{grid-template-columns:1fr}.lvt-plan-row>*{border-right:0;border-bottom:1px solid #edf1f5}.lvt-plan-row>*:last-child{border-bottom:0}.lvt-plan-row--head{display:none}
  body.lvts55-platform.lvt-page-practice .lv50-sheet-grid{grid-template-columns:1fr!important}
  body.lvts55-platform.lvt-page-practice .lv50-sheet{min-height:132px!important}
  body.lvt-page-contact .lv61480-contact-depth,body.lvt-page-contact-us .lv61480-contact-depth{padding:20px!important}
  .lvt-cta-panel{display:block}.lvt-final-cta .lvt-hero-actions{display:grid}
}


/* ---------- Trust/legal pages: remove the cramped centre-column effect ---------- */
@media(min-width:1000px){
  body.lvt-page-about-us .lvt-page-shell,
  body.lvt-page-faq .lvt-page-shell,
  body.lvt-page-privacy-policy .lvt-page-shell,
  body.lvt-page-terms-conditions .lvt-page-shell,
  body.lvt-page-refund-cancellation .lvt-page-shell,
  body.lvt-page-cookie-policy .lvt-page-shell,
  body.lvt-page-disclaimer .lvt-page-shell,
  body.lvt-page-editorial-policy .lvt-page-shell{
    width:min(1240px,calc(100% - 56px))!important;
    max-width:1240px!important;
  }
  body.lvt-page-about-us .lvt-page-header,
  body.lvt-page-faq .lvt-page-header,
  body.lvt-page-privacy-policy .lvt-page-header,
  body.lvt-page-terms-conditions .lvt-page-header,
  body.lvt-page-refund-cancellation .lvt-page-header,
  body.lvt-page-cookie-policy .lvt-page-header,
  body.lvt-page-disclaimer .lvt-page-header,
  body.lvt-page-editorial-policy .lvt-page-header{max-width:1120px!important}
}


/* ===== v1.3.4: consistent homepage width + readable tool-page knowledge sections ===== */

/* The homepage now uses one outer alignment from hero through the final CTA. */
.lvt-home-main .lvt-container{width:min(1500px,calc(100% - 56px))!important;max-width:1500px!important}
.lvt-home-reading{padding:56px 0!important}
.lvt-home-reading--intro{padding-top:62px!important}
.lvt-reading-grid{gap:48px!important}
.lvt-reading-split{gap:52px!important}
.lvt-final-cta{padding:42px 0 52px!important}
.lvt-final-cta>.lvt-container{width:min(1500px,calc(100% - 56px))!important;max-width:1500px!important}
.lvt-cta-panel{width:100%!important;box-sizing:border-box!important}

/* Keep long homepage lines readable even though the outer alignment is wider. */
.lvt-home-main .lvt-reading-copy{max-width:900px!important}
.lvt-home-main .lvt-reading-copy--wide{max-width:1120px!important}

/* Base tool pages: tool first, explanatory text second. No extra content on runners/query states. */
.lvt-tool-guide{
  width:min(1180px,100%);
  margin:54px auto 0;
  padding:48px 0 12px;
  border-top:1px solid #c9d5e3;
  color:#24364d;
}
.lvt-tool-guide-head{max-width:980px;margin-bottom:44px}
.lvt-tool-guide-head h2{margin:8px 0 17px;font-size:clamp(30px,3.4vw,44px);line-height:1.12;letter-spacing:-.032em;color:#102039}
.lvt-tool-guide-head p,.lvt-tool-guide section p{font-size:16px;line-height:1.82;color:#465a72;margin:0 0 16px}
.lvt-tool-guide section{max-width:1040px;margin:0 0 42px;padding-top:4px}
.lvt-tool-guide section+section{padding-top:36px;border-top:1px solid #e0e7ef}
.lvt-tool-guide h3{margin:0 0 13px;font-size:24px;line-height:1.25;letter-spacing:-.018em;color:#14243b}
.lvt-tool-guide a{color:#0f58d6;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.lvt-tool-guide strong{color:#17283f}
.lvt-tool-guide-columns{display:grid!important;grid-template-columns:1fr 1fr;gap:48px;max-width:1120px!important}
.lvt-tool-guide-columns>div{min-width:0}
.lvt-tool-guide-columns>div h3{font-size:21px}
.lvt-tool-guide-list{margin:12px 0 18px;padding-left:24px;color:#465a72}
.lvt-tool-guide-list li{margin:9px 0;line-height:1.65}

/* Practice and Exam directory descriptions are redundant on every card; the tool guide below explains the page once. */
body.lvt-page-practice .lv50-sheet p,
body.lvt-page-practice .lv50-sheet .lv50-sheet-desc{display:none!important}

/* The base landing pages keep a wide tool canvas, while the reading section below stays comfortable. */
@media(min-width:1100px){
  body.lvt-page-practice .lvt-page-shell--tool,
  body.lvt-page-exam-wise-typing .lvt-page-shell--tool,
  body.lvt-page-learn-typing .lvt-page-shell--tool,
  body.lvt-page-contact .lvt-page-shell--tool,
  body.lvt-page-contact-us .lvt-page-shell--tool{
    width:min(1600px,calc(100% - 48px))!important;
    max-width:1600px!important;
  }
}

@media(max-width:1050px){
  .lvt-tool-guide-columns{grid-template-columns:1fr!important;gap:0!important}
  .lvt-tool-guide-columns>div+div{margin-top:28px;padding-top:28px;border-top:1px solid #e0e7ef}
}
@media(max-width:720px){
  .lvt-home-main .lvt-container,.lvt-final-cta>.lvt-container{width:min(100% - 26px,1500px)!important}
  .lvt-home-reading{padding:46px 0!important}
  .lvt-tool-guide{margin-top:40px;padding-top:36px}
  .lvt-tool-guide-head{margin-bottom:32px}
  .lvt-tool-guide-head p,.lvt-tool-guide section p{font-size:15px;line-height:1.75}
  .lvt-tool-guide h3{font-size:21px}
  .lvt-tool-guide section{margin-bottom:34px}
}

/* ===== v1.3.5: final pre-install rhythm + course-reading layer ===== */
/* One predictable vertical rhythm from the first reading section to the final CTA. */
.lvt-home-reading,
.lvt-final-cta{padding:60px 0!important}
.lvt-home-reading--intro{padding-top:60px!important}
.lvt-home-reading+.lvt-home-reading{border-top:1px solid rgba(201,213,227,.42)}
.lvt-final-cta{border-top:1px solid rgba(201,213,227,.42)!important}

/* Long homepage prose: restrained justification only on roomy desktop columns.
 * Mobile/tablet stay left-aligned to avoid stretched word spacing. */
@media(min-width:1100px){
  .lvt-home-main .lvt-reading-copy p{
    text-align:justify;
    text-justify:inter-word;
    hyphens:auto;
  }
}

/* Course-specific reading appears below the existing Learn Typing lesson/check UI.
 * It uses the same reading width as the canonical tool guidance, not a new card wall. */
.lvt-track-guide{
  width:min(1180px,100%);
  margin:56px auto 0;
  padding:48px 0 10px;
  border-top:1px solid #c9d5e3;
  color:#24364d;
}
.lvt-track-guide-head{max-width:1000px;margin-bottom:42px}
.lvt-track-guide-head h2{margin:8px 0 17px;font-size:clamp(30px,3.35vw,44px);line-height:1.12;letter-spacing:-.032em;color:#102039}
.lvt-track-guide-head p,.lvt-track-guide section p{font-size:16px;line-height:1.82;color:#465a72;margin:0 0 16px}
.lvt-track-guide section{max-width:1060px;margin:0 0 40px;padding-top:4px}
.lvt-track-guide section+section{padding-top:34px;border-top:1px solid #e0e7ef}
.lvt-track-guide h3{margin:0 0 13px;font-size:23px;line-height:1.27;letter-spacing:-.018em;color:#14243b}
.lvt-track-guide a{color:#0f58d6;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.lvt-track-guide strong{color:#17283f}
.lvt-track-guide-columns{display:grid!important;grid-template-columns:1fr 1fr;gap:48px;max-width:1120px!important}
.lvt-track-guide-columns>div{min-width:0}
.lvt-track-guide-columns>div h3{font-size:21px}
.lvt-track-guide .lvt-tool-guide-list{margin:12px 0 18px;padding-left:24px;color:#465a72}
.lvt-track-guide .lvt-tool-guide-list li{margin:9px 0;line-height:1.67}

@media(min-width:1100px){
  .lvt-track-guide-head p,
  .lvt-track-guide section>p{
    text-align:justify;
    text-justify:inter-word;
    hyphens:auto;
  }
}
@media(max-width:1050px){
  .lvt-track-guide-columns{grid-template-columns:1fr!important;gap:0!important}
  .lvt-track-guide-columns>div+div{margin-top:28px;padding-top:28px;border-top:1px solid #e0e7ef}
}
@media(max-width:720px){
  .lvt-home-reading,.lvt-final-cta{padding:46px 0!important}
  .lvt-home-reading--intro{padding-top:46px!important}
  .lvt-track-guide{margin-top:40px;padding-top:36px}
  .lvt-track-guide-head{margin-bottom:31px}
  .lvt-track-guide-head p,.lvt-track-guide section p{font-size:15px;line-height:1.75;text-align:left}
  .lvt-track-guide h3{font-size:21px}
  .lvt-track-guide section{margin-bottom:32px}
}

/* v1.3.5 width consistency: the explanatory layer shares the tool shell's outer edge.
 * Reading lines stay constrained inside it so wide desktop screens do not produce unreadable paragraphs. */
body.lvt-page-learn-typing .lvt-tool-guide,
body.lvt-page-practice .lvt-tool-guide,
body.lvt-page-exam-wise-typing .lvt-tool-guide,
body.lvt-page-premium .lvt-tool-guide,
body.lvt-page-learn-typing .lvt-track-guide{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.lvt-page-learn-typing .lvt-tool-guide-head,
body.lvt-page-practice .lvt-tool-guide-head,
body.lvt-page-exam-wise-typing .lvt-tool-guide-head,
body.lvt-page-premium .lvt-tool-guide-head,
body.lvt-page-learn-typing .lvt-track-guide-head,
body.lvt-page-learn-typing .lvt-tool-guide section,
body.lvt-page-practice .lvt-tool-guide section,
body.lvt-page-exam-wise-typing .lvt-tool-guide section,
body.lvt-page-premium .lvt-tool-guide section,
body.lvt-page-learn-typing .lvt-track-guide section{
  margin-left:0!important;
  margin-right:0!important;
}


/* ===== v1.3.6: full-width editorial reading layer =====
 * Purpose: keep the tool first, then use the available desktop canvas for substantial
 * page-specific guidance without introducing an ad-placeholder/sidebar layout.
 * This changes presentation only; no typing/filter/scoring behaviour is touched. */
body.lvt-page-learn-typing .lvt-tool-guide,
body.lvt-page-practice .lvt-tool-guide,
body.lvt-page-exam-wise-typing .lvt-tool-guide,
body.lvt-page-premium .lvt-tool-guide,
body.lvt-page-learn-typing .lvt-track-guide{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Headings and long prose now use almost the full tool width, centred.
 * This removes the previous left-heavy 1000px column + empty right side. */
body.lvt-page-learn-typing .lvt-tool-guide-head,
body.lvt-page-practice .lvt-tool-guide-head,
body.lvt-page-exam-wise-typing .lvt-tool-guide-head,
body.lvt-page-premium .lvt-tool-guide-head,
body.lvt-page-learn-typing .lvt-track-guide-head{
  width:min(1320px,100%)!important;
  max-width:1320px!important;
  margin:0 auto 42px!important;
}

body.lvt-page-learn-typing .lvt-tool-guide section,
body.lvt-page-practice .lvt-tool-guide section,
body.lvt-page-exam-wise-typing .lvt-tool-guide section,
body.lvt-page-premium .lvt-tool-guide section,
body.lvt-page-learn-typing .lvt-track-guide section{
  width:min(1360px,100%)!important;
  max-width:1360px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Balanced two-column editorial sections use the same outer width instead of
 * leaving a blank future-ad column on the right. */
body.lvt-page-learn-typing .lvt-tool-guide-columns,
body.lvt-page-practice .lvt-tool-guide-columns,
body.lvt-page-exam-wise-typing .lvt-tool-guide-columns,
body.lvt-page-premium .lvt-tool-guide-columns,
body.lvt-page-learn-typing .lvt-track-guide-columns{
  width:min(1360px,100%)!important;
  max-width:1360px!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:60px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Long-form body copy should look like an article, not a collection of cards.
 * Full justification is limited to roomy desktops; narrower screens remain left aligned. */
@media(min-width:1180px){
  body.lvt-page-learn-typing .lvt-tool-guide-head>p,
  body.lvt-page-practice .lvt-tool-guide-head>p,
  body.lvt-page-exam-wise-typing .lvt-tool-guide-head>p,
  body.lvt-page-premium .lvt-tool-guide-head>p,
  body.lvt-page-learn-typing .lvt-track-guide-head>p,
  body.lvt-page-learn-typing .lvt-tool-guide section:not(.lvt-tool-guide-columns)>p,
  body.lvt-page-practice .lvt-tool-guide section:not(.lvt-tool-guide-columns)>p,
  body.lvt-page-exam-wise-typing .lvt-tool-guide section:not(.lvt-tool-guide-columns)>p,
  body.lvt-page-premium .lvt-tool-guide section:not(.lvt-tool-guide-columns)>p,
  body.lvt-page-learn-typing .lvt-track-guide section:not(.lvt-track-guide-columns)>p{
    text-align:justify!important;
    text-justify:inter-word!important;
    hyphens:auto;
  }
}

/* Keep section rhythm deliberate and compact enough that the page feels complete,
 * while avoiding giant empty bands between headings. */
body.lvt-page-learn-typing .lvt-tool-guide section,
body.lvt-page-practice .lvt-tool-guide section,
body.lvt-page-exam-wise-typing .lvt-tool-guide section,
body.lvt-page-premium .lvt-tool-guide section,
body.lvt-page-learn-typing .lvt-track-guide section{
  margin-bottom:34px!important;
}
body.lvt-page-learn-typing .lvt-tool-guide section+section,
body.lvt-page-practice .lvt-tool-guide section+section,
body.lvt-page-exam-wise-typing .lvt-tool-guide section+section,
body.lvt-page-premium .lvt-tool-guide section+section,
body.lvt-page-learn-typing .lvt-track-guide section+section{
  padding-top:30px!important;
}

@media(max-width:1179px){
  body.lvt-page-learn-typing .lvt-tool-guide-columns,
  body.lvt-page-practice .lvt-tool-guide-columns,
  body.lvt-page-exam-wise-typing .lvt-tool-guide-columns,
  body.lvt-page-premium .lvt-tool-guide-columns,
  body.lvt-page-learn-typing .lvt-track-guide-columns{
    gap:34px!important;
  }
}
@media(max-width:900px){
  body.lvt-page-learn-typing .lvt-tool-guide-columns,
  body.lvt-page-practice .lvt-tool-guide-columns,
  body.lvt-page-exam-wise-typing .lvt-tool-guide-columns,
  body.lvt-page-premium .lvt-tool-guide-columns,
  body.lvt-page-learn-typing .lvt-track-guide-columns{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  body.lvt-page-learn-typing .lvt-tool-guide-head>p,
  body.lvt-page-practice .lvt-tool-guide-head>p,
  body.lvt-page-exam-wise-typing .lvt-tool-guide-head>p,
  body.lvt-page-premium .lvt-tool-guide-head>p,
  body.lvt-page-learn-typing .lvt-track-guide-head>p,
  body.lvt-page-learn-typing .lvt-tool-guide section>p,
  body.lvt-page-practice .lvt-tool-guide section>p,
  body.lvt-page-exam-wise-typing .lvt-tool-guide section>p,
  body.lvt-page-premium .lvt-tool-guide section>p,
  body.lvt-page-learn-typing .lvt-track-guide section>p{
    text-align:left!important;
  }
}

/* ===== v1.3.7: final editorial alignment + trust navigation + Live Cutoff depth =====
 * Theme-only presentation layer. The tool / typing / scoring / Premium / payment
 * engines remain owned by their plugins and are not changed here. */

/* Keep the main tool canvases on one desktop alignment system, including Live Cutoff. */
@media(min-width:1100px){
  body.lvt-page-practice .lvt-page-shell--tool,
  body.lvt-page-exam-wise-typing .lvt-page-shell--tool,
  body.lvt-page-learn-typing .lvt-page-shell--tool,
  body.lvt-page-premium .lvt-page-shell--tool,
  body.lvt-page-cutoff-predictor .lvt-page-shell--tool,
  body.lvt-page-contact .lvt-page-shell--tool,
  body.lvt-page-contact-us .lvt-page-shell--tool{
    width:min(1600px,calc(100% - 48px))!important;
    max-width:1600px!important;
  }
}

/* The reading layer is a continuation of the tool above, not a narrow article/sidebar. */
body.lvt-page-learn-typing .lvt-tool-guide,
body.lvt-page-practice .lvt-tool-guide,
body.lvt-page-exam-wise-typing .lvt-tool-guide,
body.lvt-page-premium .lvt-tool-guide,
body.lvt-page-cutoff-predictor .lvt-tool-guide,
body.lvt-page-learn-typing .lvt-track-guide{
  width:100%!important;
  max-width:none!important;
  margin:34px 0 0!important;
  padding:34px 0 10px!important;
  border-top:1px solid #cbd7e5!important;
}

body.lvt-page-learn-typing .lvt-tool-guide-head,
body.lvt-page-practice .lvt-tool-guide-head,
body.lvt-page-exam-wise-typing .lvt-tool-guide-head,
body.lvt-page-premium .lvt-tool-guide-head,
body.lvt-page-cutoff-predictor .lvt-tool-guide-head,
body.lvt-page-learn-typing .lvt-track-guide-head{
  width:100%!important;
  max-width:1500px!important;
  margin:0 auto 34px!important;
  padding:0 4px!important;
}

body.lvt-page-learn-typing .lvt-tool-guide section,
body.lvt-page-practice .lvt-tool-guide section,
body.lvt-page-exam-wise-typing .lvt-tool-guide section,
body.lvt-page-premium .lvt-tool-guide section,
body.lvt-page-cutoff-predictor .lvt-tool-guide section,
body.lvt-page-learn-typing .lvt-track-guide section{
  width:100%!important;
  max-width:1500px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  margin-bottom:30px!important;
  padding-left:4px!important;
  padding-right:4px!important;
}

body.lvt-page-learn-typing .lvt-tool-guide section+section,
body.lvt-page-practice .lvt-tool-guide section+section,
body.lvt-page-exam-wise-typing .lvt-tool-guide section+section,
body.lvt-page-premium .lvt-tool-guide section+section,
body.lvt-page-cutoff-predictor .lvt-tool-guide section+section,
body.lvt-page-learn-typing .lvt-track-guide section+section{
  padding-top:28px!important;
}

body.lvt-page-learn-typing .lvt-tool-guide-columns,
body.lvt-page-practice .lvt-tool-guide-columns,
body.lvt-page-exam-wise-typing .lvt-tool-guide-columns,
body.lvt-page-premium .lvt-tool-guide-columns,
body.lvt-page-cutoff-predictor .lvt-tool-guide-columns,
body.lvt-page-learn-typing .lvt-track-guide-columns{
  width:100%!important;
  max-width:1500px!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:46px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Do not force newspaper-style justification. It caused visible word splitting
 * such as "prac-tice" on wide screens. Keep clean natural reading instead. */
body.lvt-page-learn-typing .lvt-tool-guide p,
body.lvt-page-practice .lvt-tool-guide p,
body.lvt-page-exam-wise-typing .lvt-tool-guide p,
body.lvt-page-premium .lvt-tool-guide p,
body.lvt-page-cutoff-predictor .lvt-tool-guide p,
body.lvt-page-learn-typing .lvt-track-guide p,
body.lvt-page-learn-typing .lvt-tool-guide li,
body.lvt-page-practice .lvt-tool-guide li,
body.lvt-page-exam-wise-typing .lvt-tool-guide li,
body.lvt-page-premium .lvt-tool-guide li,
body.lvt-page-cutoff-predictor .lvt-tool-guide li,
body.lvt-page-learn-typing .lvt-track-guide li{
  text-align:left!important;
  text-justify:auto!important;
  -webkit-hyphens:none!important;
  -ms-hyphens:none!important;
  hyphens:none!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}

/* Cutoff reading stays visually part of the predictor, with slightly tighter
 * heading rhythm because the predictor itself already has a substantial tool card. */
body.lvt-page-cutoff-predictor .lvt-tool-guide-head h2{max-width:1160px}
body.lvt-page-cutoff-predictor .lvt-tool-guide-head>p{max-width:1420px}
body.lvt-page-cutoff-predictor .lvt-tool-guide h3{max-width:100%}

/* Primary navigation receives About Us + Contact Us at render time. Keep it compact
 * on mid-sized desktops and fall back to the existing mobile menu below 1050px. */
.lvt-primary-nav .lvt-trust-menu-item>a{white-space:nowrap}
@media(min-width:1051px) and (max-width:1380px){
  .lvt-header-inner{gap:15px}
  .lvt-menu a{padding:9px 6px;font-size:12.5px}
  .lvt-login-btn{padding:9px 12px;font-size:13px}
}

@media(max-width:1050px){
  body.lvt-page-learn-typing .lvt-tool-guide-columns,
  body.lvt-page-practice .lvt-tool-guide-columns,
  body.lvt-page-exam-wise-typing .lvt-tool-guide-columns,
  body.lvt-page-premium .lvt-tool-guide-columns,
  body.lvt-page-cutoff-predictor .lvt-tool-guide-columns,
  body.lvt-page-learn-typing .lvt-track-guide-columns{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  body.lvt-page-learn-typing .lvt-tool-guide-columns>div+div,
  body.lvt-page-practice .lvt-tool-guide-columns>div+div,
  body.lvt-page-exam-wise-typing .lvt-tool-guide-columns>div+div,
  body.lvt-page-premium .lvt-tool-guide-columns>div+div,
  body.lvt-page-cutoff-predictor .lvt-tool-guide-columns>div+div,
  body.lvt-page-learn-typing .lvt-track-guide-columns>div+div{
    margin-top:26px;
    padding-top:26px;
    border-top:1px solid #e0e7ef;
  }
}

@media(max-width:720px){
  body.lvt-page-learn-typing .lvt-tool-guide,
  body.lvt-page-practice .lvt-tool-guide,
  body.lvt-page-exam-wise-typing .lvt-tool-guide,
  body.lvt-page-premium .lvt-tool-guide,
  body.lvt-page-cutoff-predictor .lvt-tool-guide,
  body.lvt-page-learn-typing .lvt-track-guide{
    margin-top:28px!important;
    padding-top:30px!important;
  }
  body.lvt-page-learn-typing .lvt-tool-guide-head,
  body.lvt-page-practice .lvt-tool-guide-head,
  body.lvt-page-exam-wise-typing .lvt-tool-guide-head,
  body.lvt-page-premium .lvt-tool-guide-head,
  body.lvt-page-cutoff-predictor .lvt-tool-guide-head,
  body.lvt-page-learn-typing .lvt-track-guide-head{
    margin-bottom:28px!important;
    padding:0!important;
  }
  body.lvt-page-learn-typing .lvt-tool-guide section,
  body.lvt-page-practice .lvt-tool-guide section,
  body.lvt-page-exam-wise-typing .lvt-tool-guide section,
  body.lvt-page-premium .lvt-tool-guide section,
  body.lvt-page-cutoff-predictor .lvt-tool-guide section,
  body.lvt-page-learn-typing .lvt-track-guide section{
    padding-left:0!important;
    padding-right:0!important;
  }
}

/* v1.3.8 — primary-navigation stability after adding About Us + Contact Us.
 * Use a wider header canvas on large desktops and switch to the existing
 * hamburger navigation before the link row can crowd/wrap on smaller laptops. */
@media(min-width:1451px){
  .lvt-site-header .lvt-container.lvt-header-inner{
    width:min(1500px,calc(100% - 56px))!important;
    max-width:1500px!important;
  }
  .lvt-header-inner{gap:18px!important}
  .lvt-menu{gap:3px!important;flex-wrap:nowrap!important}
  .lvt-menu a{padding:9px 8px!important;font-size:13.25px!important;white-space:nowrap!important}
  .lvt-login-btn{padding:10px 14px!important;white-space:nowrap!important}
}

@media(min-width:1051px) and (max-width:1450px){
  .lvt-site-header .lvt-container.lvt-header-inner{
    width:min(100% - 40px,1380px)!important;
    max-width:1380px!important;
  }
  .lvt-primary-nav{display:none!important;position:absolute!important;top:74px!important;left:20px!important;right:20px!important;background:#fff!important;border:1px solid var(--lvt-line)!important;border-radius:14px!important;padding:12px!important;box-shadow:var(--lvt-shadow)!important}
  .lvt-primary-nav.is-open{display:block!important}
  .lvt-primary-nav .lvt-menu{display:block!important}
  .lvt-primary-nav .lvt-menu a{padding:12px!important;font-size:14px!important;white-space:normal!important}
  .lvt-nav-toggle{display:block!important}
  .lvt-login-btn{display:inline-flex!important;align-items:center!important;white-space:nowrap!important}
}


/* ===== v1.3.9: crawler-visible depth + About page alignment ===== */
.lvt-page-shell--wide{width:min(1600px,calc(100% - 48px))!important;max-width:1600px!important}
.lvt-entry-content--wide{width:100%!important;max-width:none!important}
body.lvt-page-about-us .lvt-page-header{max-width:1500px!important;margin-left:auto!important;margin-right:auto!important}
body.lvt-page-about-us .lvt-entry-content{padding:clamp(28px,3.2vw,48px)!important}
body.lvt-page-about-us .lvt-entry-content>.lvts-prose{max-width:1380px!important;margin-inline:auto!important}
.lvt-about-depth{max-width:1380px;margin:44px auto 0;padding-top:36px;border-top:1px solid #d9e2ed}
.lvt-about-depth-head{max-width:1280px;margin-bottom:34px}
.lvt-about-depth-head h2{font-size:clamp(30px,3.4vw,44px);line-height:1.12;letter-spacing:-.03em;margin:8px 0 16px;color:#102039}
.lvt-about-depth p{font-size:16px;line-height:1.82;color:#465a72;margin:0 0 16px;text-align:left!important;hyphens:none!important;word-break:normal!important}
.lvt-about-depth section{margin:0 0 32px;padding-top:3px}
.lvt-about-depth section+section{border-top:1px solid #e0e7ef;padding-top:30px}
.lvt-about-depth h3{font-size:23px;line-height:1.25;margin:0 0 13px;color:#14243b}
.lvt-about-depth a{color:#0f58d6;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.lvt-about-depth-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px}
.lvt-about-depth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.lvt-about-depth-grid article{background:#f8fbff;border:1px solid #cbd8e7;border-radius:14px;padding:20px}
.lvt-about-depth-grid strong{display:block;color:#13243c;font-size:16px}
.lvt-about-depth-grid span{display:block;color:#5a6d84;font-size:13.5px;line-height:1.65;margin-top:7px}

/* The v1.3.9 content is appended inside the page article rather than after it.
 * Tool pages therefore keep the same full-width continuation and no duplicate guide is printed. */
body.lvt-page-learn-typing .lvt-entry-content--tool>[data-lvt-depth-version="1.3.9"],
body.lvt-page-practice .lvt-entry-content--tool>[data-lvt-depth-version="1.3.9"],
body.lvt-page-exam-wise-typing .lvt-entry-content--tool>[data-lvt-depth-version="1.3.9"],
body.lvt-page-premium .lvt-entry-content--tool>[data-lvt-depth-version="1.3.9"],
body.lvt-page-cutoff-predictor .lvt-entry-content--tool>[data-lvt-depth-version="1.3.9"]{width:100%;max-width:none}
body.lvt-page-learn-typing .lvt-entry-content--tool,
body.lvt-page-practice .lvt-entry-content--tool,
body.lvt-page-exam-wise-typing .lvt-entry-content--tool,
body.lvt-page-premium .lvt-entry-content--tool,
body.lvt-page-cutoff-predictor .lvt-entry-content--tool{overflow:visible!important}

@media(max-width:1050px){
  .lvt-page-shell--wide{width:min(100% - 32px,1600px)!important}
  .lvt-about-depth-columns,.lvt-about-depth-grid{grid-template-columns:1fr}
  .lvt-about-depth-columns>div+div{margin-top:26px;padding-top:26px;border-top:1px solid #e0e7ef}
}
@media(max-width:720px){
  .lvt-page-shell--wide{width:min(100% - 26px,1600px)!important}
  .lvt-about-depth{margin-top:34px;padding-top:30px}
  .lvt-about-depth p{font-size:15px;line-height:1.75}
  .lvt-about-depth h3{font-size:21px}
}

/* ===== v1.4.3: About uses the same visible canvas rhythm as Contact =====
 * Presentation only. The functional base remains v1.3.9.
 * Keep the complete existing About/LV Classes content; remove only the nested
 * narrow-card impression created by the editorial article wrapper.
 */
@media(min-width:1100px){
  body.lvt-page-about-us .lvt-page-shell--wide{
    width:min(1600px,calc(100% - 48px))!important;
    max-width:1600px!important;
  }
  body.lvt-page-about-us .lvt-page-header{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}
body.lvt-page-about-us .lvt-entry-content--wide{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.lvt-page-about-us .lvt-entry-content--wide>.lvts-prose,
body.lvt-page-about-us .lvt-entry-content .lv61480-long-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:clamp(26px,2.5vw,40px)!important;
  box-sizing:border-box!important;
  background:#fff!important;
  border:1px solid #b9c7d7!important;
  border-radius:20px!important;
  box-shadow:0 10px 26px rgba(20,44,82,.065)!important;
}
body.lvt-page-about-us .lv635-founder,
body.lvt-page-about-us .lv634-founder{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.lvt-page-about-us .lvt-about-depth{
  width:100%!important;
  max-width:none!important;
  margin:24px 0 0!important;
  padding:clamp(26px,2.5vw,40px)!important;
  box-sizing:border-box!important;
  background:#fff!important;
  border:1px solid #b9c7d7!important;
  border-radius:20px!important;
  box-shadow:0 10px 26px rgba(20,44,82,.065)!important;
}
body.lvt-page-about-us .lvt-about-depth-head{
  width:100%!important;
  max-width:none!important;
}
@media(max-width:1099px){
  body.lvt-page-about-us .lvt-page-shell--wide{
    width:min(1600px,calc(100% - 32px))!important;
  }
}
@media(max-width:720px){
  body.lvt-page-about-us .lvt-page-shell--wide{
    width:min(1600px,calc(100% - 26px))!important;
  }
  body.lvt-page-about-us .lvt-entry-content--wide>.lvts-prose,
  body.lvt-page-about-us .lvt-entry-content .lv61480-long-page,
  body.lvt-page-about-us .lvt-about-depth{
    padding:20px 18px!important;
    border-radius:16px!important;
  }
}


/* ===== v1.5.0: final trust/rules canvas and About consolidation =====
 * Presentation/status-label safety only. Contact/tool pages are intentionally not restyled here.
 */
@media(min-width:1100px){
  body.lvt-page-about-us .lvt-page-shell--wide,
  body.lvt-page-faq .lvt-page-shell--wide,
  body.lvt-page-privacy-policy .lvt-page-shell--wide,
  body.lvt-page-terms-conditions .lvt-page-shell--wide,
  body.lvt-page-refund-cancellation .lvt-page-shell--wide,
  body.lvt-page-cookie-policy .lvt-page-shell--wide,
  body.lvt-page-disclaimer .lvt-page-shell--wide,
  body.lvt-page-editorial-policy .lvt-page-shell--wide,
  .lvt-single-exam-shell{
    width:min(1600px,calc(100% - 48px))!important;
    max-width:1600px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
body.lvt-page-about-us .lvt-page-header,
body.lvt-page-faq .lvt-page-header,
body.lvt-page-privacy-policy .lvt-page-header,
body.lvt-page-terms-conditions .lvt-page-header,
body.lvt-page-refund-cancellation .lvt-page-header,
body.lvt-page-cookie-policy .lvt-page-header,
body.lvt-page-disclaimer .lvt-page-header,
body.lvt-page-editorial-policy .lvt-page-header,
.lvt-single-exam-shell .lvt-page-header{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.lvt-page-faq .lvt-entry-content--wide,
body.lvt-page-privacy-policy .lvt-entry-content--wide,
body.lvt-page-terms-conditions .lvt-entry-content--wide,
body.lvt-page-refund-cancellation .lvt-entry-content--wide,
body.lvt-page-cookie-policy .lvt-entry-content--wide,
body.lvt-page-disclaimer .lvt-entry-content--wide,
body.lvt-page-editorial-policy .lvt-entry-content--wide{
  width:100%!important;
  max-width:none!important;
  padding:clamp(28px,3vw,44px)!important;
  box-sizing:border-box!important;
}
body.lvt-page-faq .lvt-entry-content--wide>.lvts-prose,
body.lvt-page-privacy-policy .lvt-entry-content--wide>.lvts-prose,
body.lvt-page-terms-conditions .lvt-entry-content--wide>.lvts-prose,
body.lvt-page-refund-cancellation .lvt-entry-content--wide>.lvts-prose,
body.lvt-page-cookie-policy .lvt-entry-content--wide>.lvts-prose,
body.lvt-page-disclaimer .lvt-entry-content--wide>.lvts-prose,
body.lvt-page-editorial-policy .lvt-entry-content--wide>.lvts-prose,
body.lvt-page-faq .lvt-entry-content--wide .lv61480-long-page,
body.lvt-page-privacy-policy .lvt-entry-content--wide .lv61480-long-page,
body.lvt-page-terms-conditions .lvt-entry-content--wide .lv61480-long-page,
body.lvt-page-refund-cancellation .lvt-entry-content--wide .lv61480-long-page,
body.lvt-page-cookie-policy .lvt-entry-content--wide .lv61480-long-page,
body.lvt-page-disclaimer .lvt-entry-content--wide .lv61480-long-page,
body.lvt-page-editorial-policy .lvt-entry-content--wide .lv61480-long-page{
  width:100%!important;
  max-width:1380px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
/* About keeps its full owner/founder content, but both sections use one identical outer edge. */
body.lvt-page-about-us .lvt-entry-content--wide>.lvts-prose,
body.lvt-page-about-us .lvt-entry-content .lv61480-long-page,
body.lvt-page-about-us .lvt-about-depth{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
/* Rules/Source singles: wide canvas, with the plugin-owned rule cards and new factual guide inside it. */
.lvt-single-exam-content{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.lvt-single-exam-content>.lvt-er-front,
.lvt-single-exam-content>.lv61540-rules-depth{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
@media(max-width:1099px){
  body.lvt-page-about-us .lvt-page-shell--wide,
  body.lvt-page-faq .lvt-page-shell--wide,
  body.lvt-page-privacy-policy .lvt-page-shell--wide,
  body.lvt-page-terms-conditions .lvt-page-shell--wide,
  body.lvt-page-refund-cancellation .lvt-page-shell--wide,
  body.lvt-page-cookie-policy .lvt-page-shell--wide,
  body.lvt-page-disclaimer .lvt-page-shell--wide,
  body.lvt-page-editorial-policy .lvt-page-shell--wide,
  .lvt-single-exam-shell{width:min(100% - 32px,1600px)!important}
}
@media(max-width:720px){
  body.lvt-page-about-us .lvt-page-shell--wide,
  body.lvt-page-faq .lvt-page-shell--wide,
  body.lvt-page-privacy-policy .lvt-page-shell--wide,
  body.lvt-page-terms-conditions .lvt-page-shell--wide,
  body.lvt-page-refund-cancellation .lvt-page-shell--wide,
  body.lvt-page-cookie-policy .lvt-page-shell--wide,
  body.lvt-page-disclaimer .lvt-page-shell--wide,
  body.lvt-page-editorial-policy .lvt-page-shell--wide,
  .lvt-single-exam-shell{width:min(100% - 26px,1600px)!important}
  body.lvt-page-faq .lvt-entry-content--wide,
  body.lvt-page-privacy-policy .lvt-entry-content--wide,
  body.lvt-page-terms-conditions .lvt-entry-content--wide,
  body.lvt-page-refund-cancellation .lvt-entry-content--wide,
  body.lvt-page-cookie-policy .lvt-entry-content--wide,
  body.lvt-page-disclaimer .lvt-entry-content--wide,
  body.lvt-page-editorial-policy .lvt-entry-content--wide{padding:20px 18px!important}
}

/* v1.5.3 — Blog discovery + managed Blog post context. Presentation only. */
.lvt-home-blog{background:#f7f9fc;border-top:1px solid #e4eaf2;border-bottom:1px solid #e4eaf2}
.lvt-home-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.lvt-home-blog-card{display:flex;flex-direction:column;min-height:255px;padding:22px;border:1px solid #dce4ef;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(15,35,65,.045)}
.lvt-home-blog-card>span{font-size:11px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;color:#1761cf}
.lvt-home-blog-card h3{margin:10px 0 10px;font-size:20px;line-height:1.32;color:#10284d}
.lvt-home-blog-card h3 a{color:inherit;text-decoration:none}
.lvt-home-blog-card p{margin:0 0 18px;color:#596b81;font-size:14px;line-height:1.7}
.lvt-home-blog-card>.lvt-text-link{margin-top:auto}
.lvt-blog-back{display:inline-flex;margin:0 0 10px;color:#1559d6;font-weight:850;font-size:13px;text-decoration:none}
@media(max-width:980px){.lvt-home-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.lvt-home-blog-grid{grid-template-columns:1fr}.lvt-home-blog-card{min-height:0}}

/* v1.5.5 — real editorial Blog hub + long-form article presentation. */
.lvt-editorial-page{padding-top:0;background:#f4f7fb}
.lvt-blog-hub-shell,.lvt-blog-single-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.lvt-blog-hero{padding:64px 0 38px;background:radial-gradient(circle at 82% 8%,rgba(21,89,214,.13),transparent 34%),linear-gradient(180deg,#fff 0%,#f3f7fd 100%);border-bottom:1px solid #dfe7f2}
.lvt-blog-hero .lvt-blog-hub-shell{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:46px;align-items:end}
.lvt-blog-hero-copy h1{max-width:780px;margin:10px 0 16px;font-size:clamp(40px,5.1vw,67px);line-height:1.02;letter-spacing:-.05em;color:#0d1f3a}
.lvt-blog-hero-copy p{max-width:780px;margin:0;color:#52657f;font-size:17px;line-height:1.75}
.lvt-blog-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.lvt-blog-hero-stats>div{padding:17px 18px;border:1px solid #d6e2f1;border-radius:15px;background:rgba(255,255,255,.88);box-shadow:0 7px 20px rgba(20,46,83,.045)}
.lvt-blog-hero-stats>div:last-child{grid-column:1/-1}
.lvt-blog-hero-stats strong,.lvt-blog-hero-stats span{display:block}.lvt-blog-hero-stats strong{font-size:19px;line-height:1.2;color:#14386d}.lvt-blog-hero-stats span{margin-top:5px;color:#6d7c90;font-size:12px}
.lvt-blog-topic-nav{display:flex;flex-wrap:wrap;gap:9px;padding:26px 0 6px;position:relative}
.lvt-blog-topic-nav a{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #d5e0ee;border-radius:999px;background:#fff;color:#25405f;font-size:13px;font-weight:800;box-shadow:0 4px 12px rgba(23,50,87,.03)}
.lvt-blog-topic-nav a:hover{border-color:#9db8df;color:#1559d6}.lvt-blog-topic-nav a span{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#edf4ff;color:#1559d6;font-size:11px}
.lvt-blog-featured,.lvt-blog-category{padding:44px 0 8px;scroll-margin-top:96px}.lvt-editorial-section-head{max-width:820px;margin-bottom:22px}.lvt-editorial-section-head>span{display:block;margin-bottom:4px;color:#1559d6;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.lvt-editorial-section-head h2{margin:0;color:#102540;font-size:clamp(27px,3.2vw,40px);line-height:1.12;letter-spacing:-.028em}.lvt-editorial-section-head p{margin:9px 0 0;color:#62738a;line-height:1.7}
.lvt-blog-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.lvt-blog-featured-card{position:relative;display:flex;flex-direction:column;min-height:300px;padding:28px;border:1px solid #cfdced;border-radius:20px;background:linear-gradient(145deg,#fff,#f7faff);box-shadow:0 13px 33px rgba(16,43,78,.065);overflow:hidden}
.lvt-blog-featured-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-75px;top:-74px;background:rgba(21,89,214,.08)}
.lvt-blog-card-category{position:relative;z-index:1;display:inline-flex;align-self:flex-start;padding:6px 9px;border-radius:999px;background:#eaf2ff;color:#1559d6;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.lvt-blog-featured-card h3,.lvt-blog-card h3{position:relative;z-index:1;margin:15px 0 10px;color:#102849;line-height:1.28;letter-spacing:-.018em}.lvt-blog-featured-card h3{font-size:24px}.lvt-blog-card h3{font-size:19px}.lvt-blog-featured-card h3 a,.lvt-blog-card h3 a{color:inherit;text-decoration:none}.lvt-blog-featured-card h3 a:hover,.lvt-blog-card h3 a:hover{color:#1559d6}
.lvt-blog-featured-card>p,.lvt-blog-card>p{position:relative;z-index:1;margin:0;color:#5c6e85;line-height:1.72}.lvt-blog-featured-card>p{font-size:14px}.lvt-blog-card>p{font-size:13.5px}
.lvt-blog-card-meta{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:20px;color:#7a8799;font-size:11px}.lvt-blog-card-meta a{color:#1559d6;font-size:12px;font-weight:850;white-space:nowrap}
.lvt-blog-category{border-top:1px solid #dfe6ef;margin-top:36px}.lvt-blog-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.lvt-blog-card{display:flex;flex-direction:column;min-height:245px;padding:22px;border:1px solid #d8e2ef;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(18,45,82,.04)}.lvt-blog-card:hover{border-color:#b7cbe5;box-shadow:0 12px 28px rgba(18,45,82,.065);transform:translateY(-1px)}
.lvt-blog-method-note{display:flex;justify-content:space-between;align-items:center;gap:30px;margin:54px 0 10px;padding:28px 30px;border:1px solid #bfd0e7;border-radius:20px;background:#edf4ff}.lvt-blog-method-note h2{margin:5px 0 8px;font-size:25px;line-height:1.2;color:#15335d}.lvt-blog-method-note p{max-width:800px;margin:0;color:#586c87;line-height:1.65;font-size:14px}.lvt-blog-policy-link{flex:0 0 auto;color:#1559d6;font-weight:850}.lvt-blog-empty{margin:50px 0;padding:28px;border:1px solid #d7e1ee;border-radius:18px;background:#fff}

.lvt-blog-single-shell{padding:56px 0 76px}.lvt-editorial-single{max-width:1030px;margin:0 auto}.lvt-editorial-hero{max-width:900px;margin:0 auto 26px;text-align:left}.lvt-editorial-kicker{display:inline-flex;margin:4px 0 11px;padding:6px 10px;border-radius:999px;background:#e8f1ff;color:#1559d6;font-size:11px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.lvt-editorial-hero h1{margin:0;color:#0d203b;font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-.045em}.lvt-editorial-deck{max-width:800px;margin:17px 0 0;color:#586b84;font-size:17px;line-height:1.72}.lvt-editorial-byline{display:flex;flex-wrap:wrap;gap:7px 18px;margin-top:19px;padding-top:16px;border-top:1px solid #dae3ed;color:#6e7c8e;font-size:12px}.lvt-editorial-byline span:first-child{color:#264a78;font-weight:800}
.lvt-editorial-content{max-width:900px;margin:0 auto;padding:clamp(27px,4.4vw,52px);border:1px solid #cbd9e8;border-radius:20px;background:#fff;box-shadow:0 16px 40px rgba(18,43,78,.065)}
.lvt-editorial-content>.lvts-prose{max-width:760px;margin-inline:auto}.lvt-editorial-content .lvts-lead{font-size:19px!important;line-height:1.78!important;color:#30455f!important}.lvt-editorial-content h2{margin:38px 0 11px!important;padding-top:28px!important;border-top:1px solid #e4eaf1!important;font-size:clamp(23px,2.7vw,30px)!important;line-height:1.2!important;color:#132b4b!important}.lvt-editorial-content h2:first-of-type{margin-top:28px!important}.lvt-editorial-content p{font-size:16px!important;line-height:1.82!important;color:#3f5066!important}.lvt-editorial-content .lvau126-action-box,.lvt-editorial-content .lvau130-editor-note{margin:30px 0 8px;padding:19px 21px;border-left:4px solid #1559d6;border-radius:0 13px 13px 0;background:#f0f5fc;color:#354c68}.lvt-editorial-content .lvau126-action-box h2{margin:0 0 7px!important;padding:0!important;border:0!important;font-size:20px!important}.lvt-editorial-content .lvau126-final-note{margin-top:28px;padding:17px 19px;border:1px solid #d8e3ef;border-radius:13px;background:#f8faff;color:#394e69}
 .lvt-editorial-content ul,.lvt-editorial-content ol{margin:15px 0 23px;padding-left:24px;color:#3f5066}.lvt-editorial-content li{margin:8px 0;line-height:1.72}.lvt-editorial-content table{width:100%;margin:20px 0 28px;border-collapse:collapse;border:1px solid #d5e0ec;font-size:14px}.lvt-editorial-content th,.lvt-editorial-content td{padding:11px 12px;border:1px solid #dfe7f0;text-align:left;vertical-align:top;line-height:1.55}.lvt-editorial-content th{background:#eef4fb;color:#173759;font-weight:850}.lvt-editorial-content tr:nth-child(even) td{background:#fbfcfe}.lvt-editorial-content .lvau130-example-card{margin:26px 0;padding:20px 22px;border:1px solid #cddced;border-radius:14px;background:#fbfdff}.lvt-editorial-content .lvau130-example-card h3{margin:0 0 9px;color:#173759;font-size:19px;line-height:1.3}.lvt-editorial-content .lvau130-example-card p{margin:8px 0!important}.lvt-editorial-content .lvau130-next-step{margin:26px 0 0;padding:16px 18px;border-radius:12px;background:#f6f9fd;color:#405570}.lvt-editorial-content .lvau130-next-step a{color:#1559d6;font-weight:800;text-decoration:underline;text-underline-offset:3px}.lvt-editorial-content code{padding:2px 5px;border-radius:5px;background:#eef3f8;color:#173759;font-size:.93em}
.lvt-editorial-footer{max-width:900px;margin:22px auto 0}.lvt-editorial-author{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:22px;border:1px solid #cad9e9;border-radius:16px;background:#fff}.lvt-editorial-author-mark{display:grid;place-items:center;width:54px;height:54px;border-radius:14px;background:#0d2f64;color:#fff;font-weight:950;letter-spacing:-.03em}.lvt-editorial-author h2{margin:0 0 6px;font-size:18px;color:#17345a}.lvt-editorial-author p{margin:4px 0;color:#62728a;font-size:13px;line-height:1.6}.lvt-editorial-author a{color:#1559d6;font-weight:800}.lvt-editorial-related{margin-top:44px}.lvt-editorial-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.lvt-editorial-related-grid>article{display:flex;flex-direction:column;min-height:195px;padding:19px;border:1px solid #d7e2ee;border-radius:15px;background:#fff}.lvt-editorial-related-grid h3{margin:0 0 8px;font-size:17px;line-height:1.35;color:#193758}.lvt-editorial-related-grid h3 a{color:inherit}.lvt-editorial-related-grid p{margin:0;color:#68778a;font-size:12.5px;line-height:1.62}.lvt-editorial-related-grid .lvt-text-link{margin-top:auto;padding-top:14px;font-size:12px}

@media(max-width:980px){
  .lvt-blog-hero .lvt-blog-hub-shell{grid-template-columns:1fr}.lvt-blog-hero-stats{max-width:650px}.lvt-blog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lvt-editorial-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .lvt-blog-hub-shell,.lvt-blog-single-shell{width:min(100% - 26px,1180px)}.lvt-blog-hero{padding:42px 0 28px}.lvt-blog-hero-copy h1{font-size:39px}.lvt-blog-hero-copy p{font-size:15px}.lvt-blog-hero-stats{grid-template-columns:1fr 1fr}.lvt-blog-featured,.lvt-blog-category{padding-top:32px}.lvt-blog-featured-grid,.lvt-blog-card-grid,.lvt-editorial-related-grid{grid-template-columns:1fr}.lvt-blog-featured-card{min-height:0;padding:22px}.lvt-blog-card{min-height:0}.lvt-blog-method-note{display:block;padding:22px}.lvt-blog-policy-link{display:inline-flex;margin-top:14px}.lvt-blog-single-shell{padding-top:38px}.lvt-editorial-hero h1{font-size:38px}.lvt-editorial-deck{font-size:15px}.lvt-editorial-content{padding:24px 20px}.lvt-editorial-content .lvts-lead{font-size:17px!important}.lvt-editorial-content p{font-size:15px!important}.lvt-editorial-author{grid-template-columns:1fr}.lvt-blog-card-meta{align-items:flex-end}
}


/* v1.5.7 — Blog canvas alignment hotfix.
 * Presentation-only: match the established wide LV Typing page canvas instead of
 * centering editorial posts inside a narrow 900–1180px column.
 * No Blog migration/content, footer, typing, Premium, payment, AdSense or plugin logic changes. */
@media(min-width:1100px){
  .lvt-blog-hub-shell,
  .lvt-blog-single-shell{
    width:min(1600px,calc(100% - 48px))!important;
    max-width:1600px!important;
  }
  .lvt-editorial-single{
    width:100%!important;
    max-width:none!important;
  }
  .lvt-editorial-hero{
    width:100%!important;
    max-width:1500px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .lvt-editorial-content{
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }
  .lvt-editorial-content>.lvts-prose{
    width:100%!important;
    max-width:1280px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .lvt-editorial-footer{
    width:100%!important;
    max-width:none!important;
  }
}
@media(min-width:681px) and (max-width:1099px){
  .lvt-blog-hub-shell,
  .lvt-blog-single-shell{
    width:min(1600px,calc(100% - 32px))!important;
  }
  .lvt-editorial-single,
  .lvt-editorial-content,
  .lvt-editorial-footer{
    width:100%!important;
    max-width:none!important;
  }
  .lvt-editorial-hero{
    width:100%!important;
    max-width:none!important;
  }
}
@media(max-width:680px){
  .lvt-blog-hub-shell,
  .lvt-blog-single-shell{
    width:min(1600px,calc(100% - 26px))!important;
  }
}
