.elementor-734 .elementor-element.elementor-element-ad5c025{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-84e5344 *//* ===============================
   MOBILE HARD FIX
   =============================== */

@media (max-width: 900px) {

  /* Overall spacing */
  .lbt-handbook {
    padding: 24px 12px 64px;
  }

  /* HERO */
  .lbt-hero {
    padding: 22px 16px;
    border-radius: 20px;
    backdrop-filter: none;
  }

  .lbt-hero h1 {
    font-size: 28px;
    line-height: 1.15;
  }

  .lbt-subtitle {
    font-size: 15px;
  }

  /* Hero actions stack */
  .lbt-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lbt-btn {
    width: 100%;
  }

  /* Quick chips become list */
  .lbt-quick {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* Cards */
  .lbt-card {
    padding: 20px 16px;
    border-radius: 20px;
    backdrop-filter: none;
  }

  /* Steps stack */
  .lbt-steps {
    grid-template-columns: 1fr;
  }

  .lbt-step {
    align-items: flex-start;
  }

  /* TOC header */
  .lbt-toc-head {
    flex-direction: column;
    gap: 14px;
  }

  /* Search */
  .lbt-search input {
    font-size: 15px;
  }

  /* Filter buttons wrap nicely */
  .lbt-seg {
    flex-wrap: wrap;
    width: 100%;
  }

  .lbt-seg-btn {
    flex: 1 1 auto;
    text-align: center;
  }

  /* TOC grid -> single column */
  .lbt-toc-grid {
    grid-template-columns: 1fr;
  }

  /* Chapter cards */
  .lbt-chapter {
    grid-template-columns: 44px 1fr;
    gap: 10px;
    padding: 14px;
  }

  .lbt-ch-go {
    display: none;
  }

  .lbt-ch-num {
    width: 44px;
    height: 38px;
    font-size: 13px;
  }

  .lbt-ch-title {
    font-size: 15px;
  }

  .lbt-ch-desc {
    font-size: 13px;
  }

  /* Progress */
  .lbt-progress {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

}


@media (max-width: 900px) {

  /* FILTERS: mobile grid */
  .lbt-seg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .lbt-seg-btn {
    padding: 12px 10px;
    border-radius: 14px;
    border: 1px solid rgba(11,18,32,0.12);
    background: rgba(255,255,255,0.75);
    font-size: 14px;
    font-weight: 700;
  }

  .lbt-seg-btn.is-active {
    background: rgba(121,200,74,0.25);
    border-color: rgba(121,200,74,0.45);
    color: #0b1220;
  }

}

@media (max-width: 900px) {

  .lbt-chapter {
    padding: 12px;
    gap: 10px;
    border-radius: 18px;
  }

  .lbt-ch-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .lbt-ch-desc {
    margin-bottom: 6px;
    line-height: 1.45;
  }

  .lbt-ch-tags {
    gap: 6px;
  }

  .tag {
    font-size: 11px;
    padding: 5px 8px;
  }

}

/* ===============================
   MOBILE HEADER OFFSET FIX
   =============================== */

@media (max-width: 900px) {

  /* Push the whole handbook below the sticky header */
  .lbt-handbook {
    padding-top: 84px; /* adjust if header height changes */
  }

  /* Hero spacing correction */
  .lbt-hero {
    margin-top: 0;
    padding-top: 20px;
  }

}

@media (max-width: 900px) {

  /* Make hero feel lighter on mobile */
  .lbt-hero {
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(11,18,32,0.08);
  }

}
:root {
  --mobile-header-height: 84px;
}

@media (max-width: 900px) {
  .lbt-handbook {
    padding-top: var(--mobile-header-height);
  }
}/* End custom CSS */