.elementor-kit-124{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#222222;--e-global-color-text:#222222;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#222222;}.elementor-kit-124 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Franchise Comparison Table — Final Brand Style === */
/* Brand + font + centered cells */

:root{
  --ll-blue: #2994ff;
  --ll-blue-dark: #1f7fe6;           /* used for hover states if needed */
  --ll-row-even: #f2f7ff;            /* light, solid blue tint (no transparency) */
  --ll-border: #e5eaf2;              /* soft gray-blue border */
}

/* Wrapper */
.llc-table-wrap{
  border: 2px solid var(--ll-blue);
  border-radius: 15px;
  overflow-x: auto;                   /* mobile horizontal scroll */
  background: #fff;
  margin: 20px 0;
}

/* Table */
.llc-table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0;
  background: #fff;
}

/* Cells (all centered, same font) */
.llc-table th,
.llc-table td{
  width: calc(100% / 3);
  padding: 18px 16px;
  border: 1px solid var(--ll-border);
  text-align: center;                 /* center every cell */
  font-family: "Delval Montserrat", sans-serif;
}

/* Header (brand blue with white text) */
.llc-table tr:first-child th{
  background: var(--ll-blue) !important;
  color: #fff !important;
  font-weight: 600;                   /* readable header */
  font-size: 18px;
}

/* Prevent zebra from touching header */
.llc-table tr:first-child{ background: none !important; }

/* Body cells (light weight as requested) */
.llc-table td{
  color: #222;
  font-weight: 100;                   /* “100 Family” body weight */
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .15px;
}

/* Zebra striping for body rows only */
.llc-table tr:nth-child(odd):not(:first-child){
  background: #ffffff;
}
.llc-table tr:nth-child(even):not(:first-child){
  background: var(--ll-row-even);
}

/* Links inside cells (on-brand) */
.llc-table td a{
  color: var(--ll-blue);
  text-decoration: underline;
}
.llc-table td a:hover{
  color: var(--ll-blue-dark);
}

/* Slightly larger type on wider screens */
@media (min-width: 768px){
  .llc-table tr:first-child th{ font-size: 20px; }
  .llc-table td{ font-size: 18px; }
}

/* === Lice Lifters Franchise Table — Alignment + Brand Override === */
/* Place AFTER any older .llc-table CSS */

/* Brand tokens */
:root{
  --ll-blue: #2994ff;
  --ll-row-even: #f2f7ff; /* light blue stripe */
  --ll-text: #222;
}

/* Wrapper border on-brand */
.llc-table-wrap{
  border-color: var(--ll-blue) !important;
}

/* Header row: solid brand blue with white text */
table.llc-table tr:first-child th{
  background-color: var(--ll-blue) !important;
  color: #ffffff !important;
  text-align: center !important;
  font-family: "Delval Montserrat", sans-serif !important;
  font-weight: 100 !important;
}

/* Center EVERY cell (beats theme/Elementor defaults) */
table.llc-table th,
table.llc-table td{
  text-align: center !important;
  vertical-align: middle !important;
  font-family: "Delval Montserrat", sans-serif !important;
  font-weight: 100 !important;
  color: var(--ll-text) !important;     /* readable body text */
}

/* Body striping (do not affect header) */
table.llc-table tr:nth-child(odd):not(:first-child){
  background-color: #ffffff !important;
}
table.llc-table tr:nth-child(even):not(:first-child){
  background-color: var(--ll-row-even) !important;
}

/* Keep white text only in header */
table.llc-table tr:first-child th{
  color: #ffffff !important;
}

/* Optional: subtle borders to match page style */
table.llc-table th,
table.llc-table td{
  border: 1px solid #e5e7eb !important;
}/* End custom CSS */