.elementor-635 .elementor-element.elementor-element-d0ffb26{--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;}.elementor-635 .elementor-element.elementor-element-d0ffb26.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-635 .elementor-element.elementor-element-d0ffb26{--width:299.333px;}}/* Start custom CSS for container, class: .elementor-element-d0ffb26 */body.page-id-635 {
  --lx-primary:       #922cf2;
  --lx-primary-dark:  #7423c2;
  --lx-gradient:      linear-gradient(135deg, #922cf2 0%, #7423c2 100%);
  --lx-gradient-soft: linear-gradient(135deg, #f3e8ff 0%, #ede0ff 100%);
  --lx-text:          #1a1a2e;
  --lx-muted:         #6b7280;
  --lx-border:        #e8d5ff;
  --lx-bg:            #fafafa;
  --lx-white:         #ffffff;
  --lx-radius:        12px;
  --lx-shadow:        0 4px 24px rgba(146, 44, 242, 0.08);
  --lx-shadow-hover:  0 10px 40px rgba(146, 44, 242, 0.18);
}

/* ═══════════════════════════════════════
   PAGE TITLE — more editorial than posts
════════════════════════════════════════ */
body.page-id-635 .page-header {
  background: var(--lx-gradient);
  border-radius: var(--lx-radius);
  padding: 60px 48px;
  margin: 20px;
  position: relative;
  overflow: hidden;
}

body.page-id-635 .page-header::before {
  content: 'COMPLETE GUIDE';
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  z-index: 1;
}

body.page-id-635 .page-header::after {
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  bottom: -100px;
  right: -80px;
}

body.page-id-635 .entry-title {
  color: var(--lx-white);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  position: relative;
  z-index: 1;
  letter-spacing: -0.025em;
  max-width: 700px;
}

/* ═══════════════════════════════════════
   CONTENT WRAPPER
════════════════════════════════════════ */
body.page-id-635 .page-content {
  background: var(--lx-white);
  border-radius: var(--lx-radius);
  padding: 52px 60px;
  box-shadow: var(--lx-shadow);
  border: 1px solid var(--lx-border);
  max-width: 1200px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════
   TYPOGRAPHY
════════════════════════════════════════ */
body.page-id-635 .page-content p {
  color: #374151;
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 1.5em;
}

body.page-id-635 .page-content p strong {
  color: var(--lx-primary-dark);
  font-weight: 700;
}

/* ═══════════════════════════════════════
   H2 — SECTION HEADERS
   More prominent than blog posts —
   pillar sections are navigational anchors
════════════════════════════════════════ */
body.page-id-635 .page-content h2,
body.page-id-635 .page-content h2.wp-block-heading {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 800;
  color: var(--lx-white);
  background: var(--lx-gradient);
  margin: 56px -60px 28px;
  padding: 18px 60px;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

/* Section counter — auto-numbers every h2 */
body.page-id-635 .page-content {
  counter-reset: section-counter;
}

body.page-id-635 .page-content h2::before,
body.page-id-635 .page-content h2.wp-block-heading::before {
  counter-increment: section-counter;
  content: counter(section-counter, decimal-leading-zero);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5);
  margin-right: 14px;
  vertical-align: middle;
}

/* Remove the underline accent from blog posts — not needed here */
body.page-id-635 .page-content h2::after,
body.page-id-635 .page-content h2.wp-block-heading::after {
  display: none;
}

body.page-id-635 .page-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lx-primary-dark);
  margin: 32px 0 14px;
  line-height: 1.4;
}

/* ═══════════════════════════════════════
   TABLE OF CONTENTS — the first ol
   Pillar pages open with a ToC, make it
   feel like a real document index
════════════════════════════════════════ */
body.page-id-635 .page-content h2:first-of-type + ol,
body.page-id-635 .page-content h2:first-of-type + ol.wp-block-list {
  background: var(--lx-gradient-soft);
  border: 1px solid var(--lx-border);
  border-radius: var(--lx-radius);
  padding: 28px 32px 28px 28px;
  margin: 0 0 36px;
  list-style: none;
  counter-reset: toc-counter;
}

body.page-id-635 .page-content h2:first-of-type + ol li,
body.page-id-635 .page-content h2:first-of-type + ol.wp-block-list li {
  counter-increment: toc-counter;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--lx-border);
  background: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  margin: 0;
  font-size: 0.96rem;
  color: #374151;
  transition: color 0.2s;
}

body.page-id-635 .page-content h2:first-of-type + ol li:last-child,
body.page-id-635 .page-content h2:first-of-type + ol.wp-block-list li:last-child {
  border-bottom: none;
}

body.page-id-635 .page-content h2:first-of-type + ol li::before,
body.page-id-635 .page-content h2:first-of-type + ol.wp-block-list li::before {
  content: counter(toc-counter, decimal-leading-zero);
  min-width: 32px;
  height: 32px;
  background: var(--lx-gradient);
  color: var(--lx-white);
  font-size: 0.75rem;
  font-weight: 800;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.04em;
}

body.page-id-635 .page-content h2:first-of-type + ol li:hover,
body.page-id-635 .page-content h2:first-of-type + ol.wp-block-list li:hover {
  color: var(--lx-primary);
  box-shadow: none;
  background: none;
}

/* ═══════════════════════════════════════
   ALL OTHER ORDERED LISTS
   (documents, steps, requirements)
════════════════════════════════════════ */
body.page-id-635 .page-content ol,
body.page-id-635 .page-content ol.wp-block-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 32px;
  counter-reset: lx-list;
}

body.page-id-635 .page-content ol li,
body.page-id-635 .page-content ol.wp-block-list li {
  counter-increment: lx-list;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 20px;
  margin-bottom: 10px;
  background: var(--lx-gradient-soft);
  border: 1px solid var(--lx-border);
  border-radius: 8px;
  color: #374151;
  font-size: 0.97rem;
  line-height: 1.65;
  transition: box-shadow 0.2s;
}

body.page-id-635 .page-content ol li:hover,
body.page-id-635 .page-content ol.wp-block-list li:hover {
  box-shadow: 0 4px 16px rgba(146, 44, 242, 0.12);
}

body.page-id-635 .page-content ol li::before,
body.page-id-635 .page-content ol.wp-block-list li::before {
  content: counter(lx-list);
  min-width: 28px;
  height: 28px;
  background: var(--lx-gradient);
  color: var(--lx-white);
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

body.page-id-635 .page-content ol li strong {
  color: var(--lx-primary-dark);
}

/* ═══════════════════════════════════════
   INTERNAL CLUSTER LINKS
   Pillar pages link heavily to cluster
   posts — style them as "read guide" CTAs
════════════════════════════════════════ */
body.page-id-635 .page-content p a[href*="liloxcars.com"] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--lx-primary);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1.5px solid var(--lx-primary);
  border-radius: 6px;
  padding: 3px 12px 3px 10px;
  background: transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0 2px;
}

body.page-id-635 .page-content p a[href*="liloxcars.com"]::before {
  content: '→';
  font-size: 0.85rem;
  transition: transform 0.2s;
}

body.page-id-635 .page-content p a[href*="liloxcars.com"]:hover {
  background: var(--lx-gradient);
  color: var(--lx-white);
  border-color: transparent;
}

body.page-id-635 .page-content p a[href*="liloxcars.com"]:hover::before {
  transform: translateX(3px);
}

/* ═══════════════════════════════════════
   FEATURED IMAGE
════════════════════════════════════════ */
body.page-id-635 .page-content figure {
  margin: 36px -60px;
  overflow: hidden;
  border-top: 3px solid var(--lx-border);
  border-bottom: 3px solid var(--lx-border);
}

body.page-id-635 .page-content figure img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

body.page-id-635 .page-content figure:hover img {
  transform: scale(1.015);
}

/* ═══════════════════════════════════════
   FAQ BLOCK
════════════════════════════════════════ */
body.page-id-635 #rank-math-faq {
  margin: 36px 0;
  border-radius: var(--lx-radius);
  overflow: hidden;
  border: 1px solid var(--lx-border);
  box-shadow: var(--lx-shadow);
}

body.page-id-635 .rank-math-list-item {
  padding: 22px 28px;
  background: var(--lx-white);
  border-bottom: 1px solid var(--lx-border);
  transition: background 0.2s;
}

body.page-id-635 .rank-math-list-item:last-child { border-bottom: none; }
body.page-id-635 .rank-math-list-item:nth-child(even) { background: #fdf8ff; }
body.page-id-635 .rank-math-list-item:hover { background: var(--lx-gradient-soft); }

body.page-id-635 .rank-math-question {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--lx-primary-dark);
  margin: 0;
  line-height: 1.5;
}

body.page-id-635 .rank-math-question::before {
  content: 'Q';
  min-width: 28px;
  height: 28px;
  background: var(--lx-gradient);
  color: var(--lx-white);
  font-size: 0.72rem;
  font-weight: 800;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}

body.page-id-635 .rank-math-list-item h3.rank-math-question { margin: 0; }

body.page-id-635 .rank-math-answer p {
  margin: 10px 0 0;
  padding-left: 40px;
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ═══════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 768px) {
  body.page-id-635 .page-content {
    padding: 32px 24px;
  }

  body.page-id-635 .page-content h2,
  body.page-id-635 .page-content h2.wp-block-heading {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  body.page-id-635 .page-content figure {
    margin-left: -24px;
    margin-right: -24px;
  }

  body.page-id-635 .page-header {
    padding: 40px 26px;
  }

  body.page-id-635 .page-content p a[href*="liloxcars.com"] {
    display: inline;
    padding: 0;
    border: none;
    border-bottom: 1px solid var(--lx-primary);
    border-radius: 0;
  }

  body.page-id-635 .page-content p a[href*="liloxcars.com"]::before {
    display: none;
  }

  body.page-id-635 .rank-math-answer p {
    padding-left: 0;
  }
}/* End custom CSS */