.elementor-2585 .elementor-element.elementor-element-252a63f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* ── All body.elementor-page-2585s scoped to .jxf-fal so nothing leaks into the WP theme ── */
.jxf-fal *, .jxf-fal *::before, .jxf-fal *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.jxf-fal {
  --teal:      #0d5c63;
  --tl:        #1a7a83;
  --tp:        #e8f4f5;
  --tm:        #c5e4e7;
  --sand:      #f5efe6;
  --sd:        #e8ddd0;
  --org:       #e07b39;
  --od:        #c4622a;
  --navy:      #1c3a5e;
  --np:        #e8eef5;
  --ink:       #1a1a1a;
  --im:        #3d3d3d;
  --il:        #6b6b6b;
  --rule:      #d4c9bc;
  --wh:        #ffffff;
  --grn:       #166534;
  --gp:        #f0fdf4;
  --gb:        #bbf7d0;
  --red:       #dc2626;
  --rp:        #fef2f2;
  --violet:    #6d28d9;
  --vp:        #f5f3ff;

  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
  line-height: 1.6;
}
.jxf-fal a { color: var(--teal); text-decoration: none; }
.jxf-fal a:hover { color: var(--tl); text-decoration: underline; }

/* ── Hero ── */
.jxf-hero {
  background: var(--ink);
  border-radius: 16px;
  padding: 3rem 2.5rem 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}
.jxf-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 90% at 90% 50%, rgba(13,92,99,.45) 0%, transparent 70%),
    radial-gradient(ellipse 30% 50% at 5% 90%, rgba(224,123,57,.07) 0%, transparent 55%);
}
.jxf-hero-inner { position: relative; z-index: 1; }
.jxf-eyebrow {
  font-size: .68rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--org);
  display: flex; align-items: center; gap: .55rem; margin-bottom: .75rem;
}
.jxf-eyebrow::before {
  content: ''; display: block; width: 2rem; height: 2px; background: var(--org);
}
.jxf-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  color: var(--wh); line-height: 1.12; letter-spacing: -.01em; margin-bottom: .65rem;
}
.jxf-hero h1 em { font-style: italic; color: rgba(255,255,255,.45); font-weight: 400; }
.jxf-hero-deck {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: .95rem; color: rgba(255,255,255,.72); line-height: 1.78;
  max-width: 680px; margin-bottom: 1.25rem;
}
.jxf-hero-note {
  font-size: .82rem; color: rgba(255,255,255,.45);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6; max-width: 640px;
}

/* ── TOC jump links ── */
.jxf-toc {
  background: var(--sand);
  border: 1px solid var(--sd);
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .3rem .75rem;
}
.jxf-toc-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem; color: var(--ink); font-weight: 700;
  margin-bottom: .85rem;
  grid-column: 1 / -1;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--rule);
}
.jxf-toc a {
  font-size: .85rem; color: var(--teal); font-weight: 500;
  padding: .2rem 0;
  display: flex; align-items: center; gap: .4rem;
}
.jxf-toc a::before {
  content: '→'; font-size: .75rem; opacity: .6; flex-shrink: 0;
}
.jxf-toc a:hover { color: var(--od); text-decoration: none; }

/* ── Section wrapper ── */
.jxf-section { margin-bottom: 3rem; }
.jxf-section-head {
  display: flex; align-items: center; gap: .85rem;
  margin-bottom: 1rem; padding-bottom: .75rem;
  border-bottom: 2px solid var(--rule);
}
.jxf-section-icon {
  display: flex; align-items: center; justify-content: center;
  width: 2.4rem; height: 2.4rem; border-radius: 9px;
  font-size: 1.05rem; flex-shrink: 0;
}
.jxf-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: var(--ink); line-height: 1.2; letter-spacing: -.005em;
}
.jxf-section-desc {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: .92rem; color: var(--il); line-height: 1.72;
  font-style: italic; margin-bottom: 1.25rem;
}

/* ── Resource cards ── */
.jxf-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.jxf-cards.single { grid-template-columns: 1fr; }
.jxf-cards.three  { grid-template-columns: repeat(3, 1fr); }

.jxf-card {
  background: var(--wh);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 1.15rem 1.25rem;
  transition: box-shadow .18s, border-color .18s;
  position: relative;
}
.jxf-card:hover { box-shadow: 0 4px 18px rgba(13,92,99,.09); border-color: var(--tm); }

.jxf-card-accent { /* left color bar */
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; border-radius: 10px 0 0 10px;
}
.ac-teal   { background: var(--teal); }
.ac-navy   { background: var(--navy); }
.ac-orange { background: var(--org); }
.ac-green  { background: var(--grn); }
.ac-violet { background: var(--violet); }
.ac-red    { background: var(--red); }

.jxf-card-body { padding-left: .35rem; }
.jxf-card h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: .9rem; font-weight: 700; color: var(--ink);
  margin-bottom: .25rem; line-height: 1.3;
}
.jxf-card h3 a { color: var(--teal); }
.jxf-card h3 a:hover { color: var(--od); text-decoration: underline; }
.jxf-card .jxf-tag {
  display: inline-flex; align-items: center;
  font-size: .62rem; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; padding: .2rem .55rem;
  border-radius: 4px; margin-bottom: .5rem;
}
.tag-free    { background: var(--gp);  color: var(--grn);   border: 1px solid var(--gb); }
.tag-fee     { background: var(--np);  color: var(--navy);  border: 1px solid #b8ccdf; }
.tag-low     { background: var(--tp);  color: var(--teal);  border: 1px solid var(--tm); }
.tag-mixed   { background: var(--sd);  color: var(--im);    border: 1px solid var(--rule); }
.tag-imm     { background: var(--vp);  color: var(--violet); border: 1px solid #c4b5fd; }
.tag-special { background: #fef9c3;   color: #92400e;       border: 1px solid #fde68a; }

.jxf-card p  {
  font-size: .83rem; color: var(--im); line-height: 1.62; margin-bottom: .4rem;
}
.jxf-card p:last-child { margin-bottom: 0; }
.jxf-card .jxf-contact {
  font-size: .82rem; color: var(--im); margin-top: .5rem;
  display: flex; flex-direction: column; gap: .15rem;
}
.jxf-card .jxf-contact span { display: flex; align-items: flex-start; gap: .4rem; }
.jxf-card .jxf-contact .ci { opacity: .55; font-size: .8rem; flex-shrink: 0; margin-top: 1px; }
.jxf-card .jxf-contact a { color: var(--teal); font-weight: 500; }
.jxf-card .jxf-serves {
  font-size: .76rem; color: var(--il); font-style: italic; margin-top: .45rem;
}

/* ── Callout boxes ── */
.jxf-callout {
  border-radius: 8px; padding: 1rem 1.2rem;
  margin: 1.25rem 0; display: flex; gap: .75rem; align-items: flex-start;
}
.jxf-callout.teal { background: var(--tp); border-left: 3px solid var(--teal); border-radius: 0 8px 8px 0; }
.jxf-callout.navy { background: var(--np); border-left: 3px solid var(--navy); border-radius: 0 8px 8px 0; }
.jxf-callout.org  { background: #fff8f0; border: 1px solid #f5d5b4; }
.jxf-callout-icon { font-size: 1.05rem; flex-shrink: 0; margin-top: 1px; }
.jxf-callout p { font-size: .85rem; color: var(--im); line-height: 1.65; margin: 0; }
.jxf-callout p + p { margin-top: .45rem; }
.jxf-callout strong { color: var(--teal); }
.jxf-callout.navy strong { color: var(--navy); }
.jxf-callout.org  strong { color: var(--od); }

/* ── Statewide highlight bar ── */
.jxf-highlight {
  background: var(--teal); border-radius: 12px;
  padding: 1.5rem 1.75rem; margin-bottom: 2rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.jxf-highlight-text { }
.jxf-highlight-text h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem; color: var(--wh); margin-bottom: .25rem;
}
.jxf-highlight-text p { font-size: .85rem; color: rgba(255,255,255,.75); line-height: 1.6; }
.jxf-hl-btn {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--org); color: var(--wh) !important;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: .85rem; font-weight: 600;
  padding: .65rem 1.35rem; border-radius: 6px;
  text-decoration: none !important; white-space: nowrap; flex-shrink: 0;
  transition: background .15s;
}
.jxf-hl-btn:hover { background: var(--od) !important; }

/* ── Attorney lookup table ── */
.jxf-table-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid var(--rule); margin: 1rem 0; }
.jxf-table {
  width: 100%; border-collapse: collapse;
  font-size: .82rem; font-family: 'DM Sans', system-ui, sans-serif;
  min-width: 600px;
}
.jxf-table thead th {
  background: var(--navy); color: var(--wh);
  padding: .6rem .9rem; text-align: left;
  font-size: .75rem; font-weight: 600; letter-spacing: .04em;
}
.jxf-table tbody td {
  padding: .55rem .9rem; border-bottom: 1px solid var(--sd);
  color: var(--im); vertical-align: top;
}
.jxf-table tbody tr:nth-child(even) td { background: var(--sand); }
.jxf-table tbody td:first-child { font-weight: 600; color: var(--ink); }
.jxf-table tbody td:last-child { white-space: nowrap; }

/* ── Divider ── */
.jxf-divider {
  border: none; border-top: 1px solid var(--rule);
  margin: 2.5rem 0;
}

/* ── Disclaimer ── */
.jxf-disclaimer {
  background: var(--sand); border: 1px solid var(--sd);
  border-radius: 8px; padding: .95rem 1.15rem;
  margin-top: 2.5rem; display: flex; gap: .65rem; align-items: flex-start;
}
.jxf-disclaimer p { font-size: .78rem; color: var(--il); line-height: 1.65; }

/* ── Responsive ── */
@media (max-width: 760px) {
  .jxf-cards { grid-template-columns: 1fr; }
  .jxf-cards.three { grid-template-columns: 1fr; }
  .jxf-toc { grid-template-columns: 1fr; }
  .jxf-hero { padding: 1.75rem 1.25rem; }
  .jxf-highlight { flex-direction: column; }
}
@media (max-width: 520px) {
  .jxf-fal { padding: 0 1rem 3rem; }
}/* End custom CSS */