/*
 * Locafixo v5.0.1
 * Unified light interface loaded after the legacy theme styles.
 */
:root{
  --bg:#f8fafc;
  --bg-soft:#f1f5f9;
  --surface:#ffffff;
  --surface-2:#f8fafc;
  --surface-3:#eef2ff;
  --text:#172033;
  --muted:#667085;
  --purple:#6d5dfc;
  --purple-2:#5546e8;
  --purple-3:#806ff7;
  --violet:#4338ca;
  --green:#16875b;
  --red:#d92d52;
  --gold:#b7791f;
  --border:#dfe4ec;
  --border-strong:#c9d1df;
  --shadow:0 20px 55px rgba(29,41,57,.11);
  --glow:0 18px 55px rgba(109,93,252,.16);
  color-scheme:light;
}
html{background:var(--bg)!important;color-scheme:light!important}
body.lsc-light-theme{background:var(--bg)!important;color:var(--text)!important}
body.lsc-light-theme::before{background:radial-gradient(circle at 10% 0%,rgba(109,93,252,.07),transparent 28%),radial-gradient(circle at 95% 25%,rgba(76,175,120,.06),transparent 24%),linear-gradient(#fff,#f8fafc)!important}
body.lsc-light-theme a{color:inherit}
body.lsc-light-theme h1,body.lsc-light-theme h2,body.lsc-light-theme h3,body.lsc-light-theme h4,body.lsc-light-theme h5,body.lsc-light-theme h6{color:#172033}
body.lsc-light-theme p{color:var(--muted)}
body.lsc-light-theme .eyebrow,body.lsc-light-theme .tg-kicker{color:var(--purple-2)}
body.lsc-light-theme ::selection{background:#dcd8ff;color:#241a62}

/* Header */
body.lsc-light-theme .site-header{background:rgba(255,255,255,.9)!important;border-bottom:1px solid rgba(223,228,236,.85);box-shadow:0 4px 24px rgba(16,24,40,.04)}
body.lsc-light-theme .site-header.is-scrolled{background:rgba(255,255,255,.97)!important;box-shadow:0 12px 32px rgba(16,24,40,.08)}
body.lsc-light-theme .tg-header-shell{border-color:#e5e9f0!important;background:#fff!important;box-shadow:0 10px 30px rgba(16,24,40,.07)!important}
body.lsc-light-theme .brand-stacked b{color:#172033!important}
body.lsc-light-theme .brand-stacked em{color:var(--purple-2)!important}
body.lsc-light-theme .primary-nav a{color:#475467!important}
body.lsc-light-theme .primary-nav a:hover,body.lsc-light-theme .primary-nav .current-menu-item>a{color:#3529a7!important;background:#f0efff!important}
body.lsc-light-theme .header-select{border-color:#dfe4ec!important;background:#f8fafc!important;color:#344054!important}
body.lsc-light-theme .header-select option,body.lsc-light-theme select option{background:#fff!important;color:#172033!important}
body.lsc-light-theme .header-login,body.lsc-light-theme .header-logout{color:#344054!important}
body.lsc-light-theme .menu-toggle{border-color:#d9dee8!important;background:#fff!important}
body.lsc-light-theme .menu-toggle span{background:#344054!important}

/* Buttons */
body.lsc-light-theme .button,body.lsc-light-theme .wp-element-button,body.lsc-light-theme input[type=submit]{border-color:#5c4ee2!important;background:linear-gradient(135deg,#7567f6,#5546e8)!important;color:#fff!important;box-shadow:0 10px 24px rgba(85,70,232,.2)!important}
body.lsc-light-theme .button:hover,body.lsc-light-theme .wp-element-button:hover,body.lsc-light-theme input[type=submit]:hover{box-shadow:0 14px 28px rgba(85,70,232,.26)!important}
body.lsc-light-theme .button-ghost{border-color:#cbd3e0!important;background:#fff!important;color:#344054!important;box-shadow:none!important}
body.lsc-light-theme .button-ghost:hover{border-color:#7567f6!important;background:#f5f3ff!important;color:#4438ca!important}
body.lsc-light-theme .button-green{border-color:#15875d!important;background:linear-gradient(135deg,#2caf78,#16875b)!important}

/* New light homepage */
.lsc-light-hero{position:relative;overflow:hidden;padding:70px 0 44px;background:linear-gradient(135deg,#fbfcff 0%,#f4f2ff 54%,#eef9f4 100%);border-bottom:1px solid #e5e9f0}
.lsc-light-hero::before{content:"";position:absolute;width:420px;height:420px;right:-160px;top:-180px;border-radius:50%;background:rgba(109,93,252,.12);filter:blur(20px)}
.lsc-light-hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:54px}
.lsc-light-hero-copy h1{max-width:760px;margin:18px 0 22px;color:#14213d;font-size:clamp(2.7rem,5.3vw,5.25rem);line-height:.99;letter-spacing:-.055em}
.lsc-light-hero-copy>p{max-width:650px;margin:0;color:#667085;font-size:1.08rem}
.lsc-light-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.lsc-light-trust-row{display:flex;flex-wrap:wrap;gap:36px;margin-top:36px}
.lsc-light-trust-row span{display:grid;gap:2px;color:#667085;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em}
.lsc-light-trust-row strong{color:#172033;font-size:1.35rem;letter-spacing:-.03em}
.lsc-light-hero-media{position:relative;min-height:440px;display:flex;align-items:flex-end;justify-content:center}
.lsc-light-hero-shape{position:absolute;inset:45px 25px 15px;border-radius:44% 56% 51% 49% / 45% 44% 56% 55%;background:linear-gradient(145deg,#e1ddff,#efeefe 48%,#dff5e8);box-shadow:inset 0 0 0 1px rgba(85,70,232,.08)}
.lsc-light-hero-media>img{position:relative;z-index:2;max-height:430px;width:auto;filter:drop-shadow(0 24px 30px rgba(35,45,65,.18))}
.lsc-light-floating-card{position:absolute;z-index:3;display:grid;gap:2px;min-width:185px;padding:13px 15px;border:1px solid #e2e6ef;border-radius:15px;background:rgba(255,255,255,.94);box-shadow:0 16px 34px rgba(16,24,40,.12);backdrop-filter:blur(10px)}
.lsc-light-floating-card strong{color:#172033;font-size:.78rem}.lsc-light-floating-card small{color:#667085;font-size:.65rem}
.lsc-light-floating-one{right:-8px;top:88px}.lsc-light-floating-two{left:-8px;bottom:70px}
.lsc-light-search{grid-column:1/-1;display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:10px;margin-top:4px;padding:12px;border:1px solid #e1e6ee;border-radius:20px;background:#fff;box-shadow:0 18px 44px rgba(16,24,40,.1)}
.lsc-light-search label{display:flex;flex-direction:column;gap:4px;padding:5px 13px;border-right:1px solid #e8ebf1}
.lsc-light-search label span{color:#667085;font-size:.63rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.lsc-light-search input,.lsc-light-search select{min-width:0;height:36px;border:0;background:transparent;color:#172033;outline:none}
.lsc-light-search .button{align-self:center;white-space:nowrap}
.lsc-light-section{background:#fff}.lsc-light-section-soft{background:#f7f9fc}.lsc-light-workflow{background:linear-gradient(135deg,#f6f4ff,#f8fafc 56%,#eef9f4)}
.lsc-light-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}
.lsc-light-section-heading h2{margin:8px 0 0;font-size:clamp(2rem,3.5vw,3.4rem);line-height:1.04;letter-spacing:-.045em}
.lsc-light-text-link{color:#5546e8!important;font-size:.78rem;font-weight:850}
.lsc-light-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.lsc-light-category-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;min-width:0;padding:17px;border:1px solid #e2e7ef;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(16,24,40,.05);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.lsc-light-category-card:hover{transform:translateY(-4px);border-color:#bcb4ff;box-shadow:0 18px 34px rgba(85,70,232,.1)}
.lsc-light-category-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#f0eeff;font-size:1.25rem}
.lsc-light-category-card strong,.lsc-light-category-card small{display:block;min-width:0;overflow-wrap:anywhere}.lsc-light-category-card strong{color:#172033;font-size:.88rem}.lsc-light-category-card small{margin-top:3px;color:#667085;font-size:.68rem}
.lsc-light-provider-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.lsc-light-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.lsc-light-service-card{overflow:hidden;border:1px solid #e1e6ee;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(16,24,40,.06);transition:transform .22s ease,box-shadow .22s ease}
.lsc-light-service-card:hover{transform:translateY(-5px);box-shadow:0 20px 38px rgba(16,24,40,.11)}
.lsc-light-service-image{display:block;aspect-ratio:16/10;overflow:hidden;background:#eef2f6}.lsc-light-service-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.lsc-light-service-card:hover img{transform:scale(1.035)}
.lsc-light-service-copy{padding:18px}.lsc-light-service-copy h3{margin:0 0 8px;font-size:1rem}.lsc-light-service-copy p{min-height:48px;margin:0 0 16px;font-size:.75rem}.lsc-light-service-copy>div{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#667085;font-size:.7rem}.lsc-light-service-copy a{color:#5546e8;font-weight:800}
.lsc-light-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.lsc-light-step-grid article{padding:24px;border:1px solid #dddff0;border-radius:20px;background:rgba(255,255,255,.8);box-shadow:0 10px 25px rgba(16,24,40,.05)}
.lsc-light-step-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#ece9ff;color:#5142d0;font-weight:900}.lsc-light-step-grid h3{margin:18px 0 8px;font-size:1rem}.lsc-light-step-grid p{margin:0;font-size:.76rem}
.lsc-light-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.lsc-light-review-card{display:flex;min-height:250px;flex-direction:column;padding:24px;border:1px solid #e1e6ee;border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(16,24,40,.05)}.lsc-light-review-card .stars{color:#f59e0b;letter-spacing:.08em}.lsc-light-review-card>p{flex:1;color:#344054;font-size:.88rem}.lsc-light-review-card footer{display:flex;align-items:center;gap:11px}.lsc-light-review-card footer>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ece9ff;color:#5142d0;font-weight:900}.lsc-light-review-card footer strong,.lsc-light-review-card footer small{display:block}.lsc-light-review-card footer small{color:#667085;font-size:.66rem}
.lsc-light-provider-cta{padding:54px 0;background:#eef0ff}.lsc-light-provider-cta-inner{display:grid;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:32px;padding:28px 34px;border:1px solid #d9d8f4;border-radius:28px;background:#fff;box-shadow:0 20px 45px rgba(42,36,102,.1)}.lsc-light-provider-cta img{align-self:end;max-height:185px;width:auto}.lsc-light-provider-cta h2{margin:8px 0 9px;font-size:clamp(1.6rem,3vw,2.75rem);line-height:1.05;letter-spacing:-.04em}.lsc-light-provider-cta p{margin:0}
.lsc-light-metrics{padding:24px 0;background:#fff;border-top:1px solid #e6eaf0}.lsc-light-metrics-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.lsc-light-metrics-grid div{display:grid;gap:3px;padding:15px;text-align:center}.lsc-light-metrics-grid strong{color:#172033;font-size:1.4rem}.lsc-light-metrics-grid span{color:#667085;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em}

/* Legacy homepage and page-shell fallback */
body.lsc-light-theme .tg-hero,body.lsc-light-theme .tg-story,body.lsc-light-theme .tg-services,body.lsc-light-theme .tg-providers,body.lsc-light-theme .tg-compare-section,body.lsc-light-theme .tg-process,body.lsc-light-theme .tg-reviews{background:#fff!important;border-color:#e4e8ef!important}
body.lsc-light-theme .tg-search-panel,body.lsc-light-theme .tg-floating-card,body.lsc-light-theme .tg-provider-card,body.lsc-light-theme .tg-service-card,body.lsc-light-theme .tg-comparison-card,body.lsc-light-theme .tg-review-card,body.lsc-light-theme .tg-process-grid article{border-color:#e1e6ee!important;background:#fff!important;color:#172033!important;box-shadow:0 12px 32px rgba(16,24,40,.07)!important}
body.lsc-light-theme .tg-search-panel input,body.lsc-light-theme .tg-search-panel select{color:#172033!important}
body.lsc-light-theme .tg-hero-copy>p,body.lsc-light-theme .tg-provider-card p,body.lsc-light-theme .tg-service-card p{color:#667085!important}
body.lsc-light-theme .tg-trust-row b,body.lsc-light-theme .tg-provider-price strong{color:#172033!important}

/* Shared WordPress pages */
body.lsc-light-theme .page-hero,body.lsc-light-theme .provider-profile-head{background:linear-gradient(135deg,#f9faff,#f1efff)!important;border-color:#e0e5ec!important}
body.lsc-light-theme .page-hero h1,body.lsc-light-theme .provider-title-row h1{color:#172033!important}
body.lsc-light-theme .entry-content,body.lsc-light-theme .entry-summary,body.lsc-light-theme .profile-panel,body.lsc-light-theme .booking-panel,body.lsc-light-theme .widget,body.lsc-light-theme .service-card,body.lsc-light-theme .provider-card,body.lsc-light-theme .archive-card{border-color:#e1e6ee!important;background:#fff!important;color:#172033!important;box-shadow:0 12px 32px rgba(16,24,40,.06)!important}
body.lsc-light-theme .profile-panel h2,body.lsc-light-theme .booking-panel h3,body.lsc-light-theme .service-card h2,body.lsc-light-theme .provider-card h3{color:#172033!important}
body.lsc-light-theme .provider-tags,body.lsc-light-theme .provider-meta,body.lsc-light-theme .service-card p,body.lsc-light-theme .safe-note,body.lsc-light-theme .rating-line{color:#667085!important}
body.lsc-light-theme .provider-avatar{background:linear-gradient(135deg,#7b6ef6,#5142d0)!important;color:#fff!important}
body.lsc-light-theme .provider-card{border:1px solid #e1e6ee!important}
body.lsc-light-theme .provider-card-bottom{border-color:#e5e9ef!important}
body.lsc-light-theme .provider-card-bottom strong{color:#172033!important}
body.lsc-light-theme .provider-meta span{border-color:#dde2ea!important;background:#f8fafc!important;color:#475467!important}
body.lsc-light-theme .badge.featured{border-color:#f4c66c!important;background:#fff8e6!important;color:#9b650f!important}
body.lsc-light-theme .verified-mark{color:#16875b!important}
body.lsc-light-theme .provider-price-box,body.lsc-light-theme .info-grid>div{border-color:#e1e6ee!important;background:#fff!important;box-shadow:0 12px 30px rgba(16,24,40,.05)!important}
body.lsc-light-theme .provider-price-box strong,body.lsc-light-theme .info-grid strong{color:#172033!important}

/* Forms, authentication, contact and dashboard */
body.lsc-light-theme .lsc-market-search,body.lsc-light-theme .lsc-compare-page,body.lsc-light-theme .lsc-dashboard,body.lsc-light-theme .lsc-auth-shell,body.lsc-light-theme .lsc-contact-shell{color:#172033!important}
body.lsc-light-theme .lsc-filter-form,body.lsc-light-theme .lsc-booking-form,body.lsc-light-theme .lsc-review-form,body.lsc-light-theme .lsc-auth-form,body.lsc-light-theme .lsc-contact-form,body.lsc-light-theme .lsc-compare-page,body.lsc-light-theme .lsc-dashboard,body.lsc-light-theme .lsc-contact-form-card,body.lsc-light-theme .lsc-auth-panel{border-color:#dfe4ec!important;background:#fff!important;box-shadow:0 16px 42px rgba(16,24,40,.08)!important}
body.lsc-light-theme .lsc-search-row label,body.lsc-light-theme .form-grid label,body.lsc-light-theme .lsc-auth-form>label,body.lsc-light-theme .lsc-booking-form label,body.lsc-light-theme .lsc-review-form label,body.lsc-light-theme .lsc-contact-form label{color:#344054!important}
body.lsc-light-theme input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),body.lsc-light-theme select,body.lsc-light-theme textarea,body.lsc-light-theme .provider-readonly-field{border-color:#d7dde7!important;background:#fff!important;color:#172033!important;-webkit-text-fill-color:#172033!important;box-shadow:none!important}
body.lsc-light-theme input::placeholder,body.lsc-light-theme textarea::placeholder{color:#98a2b3!important}
body.lsc-light-theme input:focus,body.lsc-light-theme select:focus,body.lsc-light-theme textarea:focus{border-color:#7567f6!important;background:#fff!important;box-shadow:0 0 0 4px rgba(109,93,252,.1)!important}
body.lsc-light-theme .lsc-filter-extra,body.lsc-light-theme .lsc-auth-row,body.lsc-light-theme .lsc-auth-switch,body.lsc-light-theme .lsc-terms,body.lsc-light-theme .lsc-remember{color:#667085!important}
body.lsc-light-theme .lsc-auth-tabs{border-color:#dfe4ec!important;background:#f5f7fa!important}
body.lsc-light-theme .lsc-auth-tab{color:#667085!important}.lsc-light-theme .lsc-auth-tab.active{color:#fff!important}
body.lsc-light-theme .lsc-password-toggle{background:#f0eeff!important;color:#5142d0!important}
body.lsc-light-theme .dashboard-stat,body.lsc-light-theme .lsc-contact-info-grid>div{border-color:#e1e6ee!important;background:#f9fafb!important}
body.lsc-light-theme .dashboard-stat strong,body.lsc-light-theme .dashboard-stat b{color:#172033!important}
body.lsc-light-theme .dashboard-table-wrap{border-color:#dfe4ec!important;background:#fff!important}
body.lsc-light-theme .dashboard-table{background:#fff!important;color:#344054!important}
body.lsc-light-theme .dashboard-table th{background:#f1f2ff!important;color:#35305f!important}
body.lsc-light-theme .dashboard-table td{border-color:#e7eaf0!important;color:#344054!important}
body.lsc-light-theme .booking-problem-cell{color:#475467!important}
body.lsc-light-theme .lsc-account-banner{border-color:#dddff0!important;background:#f6f4ff!important}
body.lsc-light-theme .lsc-account-banner strong{color:#172033!important}
body.lsc-light-theme .notice,body.lsc-light-theme .lsc-notice{border-color:#dfe4ec!important;background:#fff!important;color:#344054!important}
body.lsc-light-theme .lsc-form-message.success,body.lsc-light-theme .lsc-contact-alert.success,body.lsc-light-theme .lsc-notice.success{border-color:#a9ddc4!important;background:#edf9f3!important;color:#0e6f4a!important}
body.lsc-light-theme .lsc-form-message.error,body.lsc-light-theme .lsc-contact-alert.error,body.lsc-light-theme .lsc-notice.error{border-color:#f4b6c3!important;background:#fff1f4!important;color:#b42342!important}
body.lsc-light-theme .page-numbers{border-color:#dce1e9!important;background:#fff!important;color:#475467!important}
body.lsc-light-theme .page-numbers.current,body.lsc-light-theme .page-numbers:hover{background:#5546e8!important;color:#fff!important}

/* Provider request and bookings */
body.lsc-light-theme .provider-request-card,body.lsc-light-theme .provider-request-form-card{border-color:#dfe4ec!important;background:#fff!important;box-shadow:0 16px 38px rgba(16,24,40,.07)!important}
body.lsc-light-theme .provider-request-form-card .provider-request-head{background:#f7f5ff!important;border-color:#e3e0f7!important}
body.lsc-light-theme .provider-request-form-grid label{color:#344054!important}
body.lsc-light-theme .provider-request-form-grid input,body.lsc-light-theme .provider-request-form-grid textarea,body.lsc-light-theme .provider-readonly-field{border-color:#d9dee7!important;background:#f9fafb!important;color:#172033!important;-webkit-text-fill-color:#172033!important}
body.lsc-light-theme .provider-readonly-field a{color:#172033!important}
body.lsc-light-theme .provider-request-summary{border-color:#d9d5f8!important;background:#f5f3ff!important}
body.lsc-light-theme .provider-request-summary strong,body.lsc-light-theme .provider-request-empty strong{color:#172033!important}
body.lsc-light-theme .provider-phone-link{border-color:#a8dbc2!important;background:#edf9f3!important;color:#0e704b!important}
body.lsc-light-theme .provider-phone-link:hover{background:#e2f5ec!important;color:#095b3d!important}
body.lsc-light-theme .status-pill.status-confirmed{background:#eaf8f0!important;color:#0e744d!important}.lsc-light-theme .status-pill.status-rejected{background:#fff0f3!important;color:#b42342!important}.lsc-light-theme .status-pill.status-requested{background:#f1efff!important;color:#5142d0!important}

/* Chat and notifications: clean, stable and responsive */
body.lsc-light-theme .lsc-notification-toggle{border-color:#d5d9e3!important;background:#fff!important;color:#344054!important;box-shadow:0 7px 18px rgba(16,24,40,.08)!important}
body.lsc-light-theme .lsc-notification-toggle:hover,body.lsc-light-theme .lsc-notification-toggle[aria-expanded=true]{border-color:#7567f6!important;background:#f5f3ff!important;color:#5142d0!important}
body.lsc-light-theme .lsc-notification-count{border-color:#fff!important}
body.lsc-light-theme .lsc-notification-dropdown{border-color:#dfe4ec!important;background:#fff!important;color:#172033!important;box-shadow:0 24px 60px rgba(16,24,40,.18)!important}
body.lsc-light-theme .lsc-notification-head{border-color:#e7eaf0!important}
body.lsc-light-theme .lsc-notifications-mark-all,body.lsc-light-theme .lsc-notification-footer{color:#5546e8!important}
body.lsc-light-theme .lsc-notification-item{border-color:#edf0f4!important;color:#172033!important}
body.lsc-light-theme .lsc-notification-item:hover{background:#f7f5ff!important}
body.lsc-light-theme .lsc-notification-item small{color:#667085!important}.lsc-light-theme .lsc-notification-item time{color:#98a2b3!important}
body.lsc-light-theme .lsc-notification-item.is-read{opacity:.78}
body.lsc-light-theme .lsc-notification-footer{background:#f7f5ff!important}
body.lsc-light-theme .lsc-chat-center,body.lsc-light-theme .lsc-notification-center{border-color:#e5e9ef!important}
body.lsc-light-theme .lsc-chat-shell{min-height:580px;border-color:#dfe4ec!important;background:#fff!important;box-shadow:0 18px 45px rgba(16,24,40,.09)!important}
body.lsc-light-theme .lsc-conversation-list{border-color:#e5e9ef!important;background:#f8fafc!important}
body.lsc-light-theme .lsc-conversation-button{color:#172033!important}
body.lsc-light-theme .lsc-conversation-button:hover,body.lsc-light-theme .lsc-conversation-button.is-active{border-color:#cfc9ff!important;background:#efedff!important}
body.lsc-light-theme .lsc-conversation-copy strong{color:#172033!important}.lsc-light-theme .lsc-conversation-copy small{color:#667085!important}
body.lsc-light-theme .lsc-chat-panel{min-height:580px;background:#fff!important}
body.lsc-light-theme .lsc-chat-panel-head{border-color:#e5e9ef!important;background:#fff!important}
body.lsc-light-theme .lsc-chat-panel-head span{color:#667085!important}.lsc-light-theme .lsc-chat-panel-head strong{color:#172033!important}
body.lsc-light-theme .lsc-chat-presence{border-color:#b8dfcb!important;background:#edf9f3!important;color:#0d704a!important}
body.lsc-light-theme .lsc-chat-messages{background:linear-gradient(180deg,#fbfcfe,#f8fafc)!important}
body.lsc-light-theme .lsc-chat-bubble{border-color:#dfe4ec!important;background:#fff!important;color:#344054!important;box-shadow:0 7px 18px rgba(16,24,40,.06)!important}
body.lsc-light-theme .lsc-chat-message.is-mine .lsc-chat-bubble{border-color:#7567f6!important;background:linear-gradient(135deg,#7567f6,#5546e8)!important;color:#fff!important}
body.lsc-light-theme .lsc-chat-bubble small{color:#98a2b3!important}.lsc-light-theme .lsc-chat-message.is-mine .lsc-chat-bubble small{color:rgba(255,255,255,.72)!important}
body.lsc-light-theme .lsc-chat-form{grid-template-columns:minmax(0,1fr) auto;border-color:#e5e9ef!important;background:#fff!important}
body.lsc-light-theme .lsc-chat-form textarea{min-height:52px!important;border-color:#d7dde7!important;background:#f9fafb!important;color:#172033!important;-webkit-text-fill-color:#172033!important;resize:none!important}
body.lsc-light-theme .lsc-chat-form textarea:focus{border-color:#7567f6!important;background:#fff!important}
body.lsc-light-theme .lsc-chat-form .button{min-width:102px!important}
body.lsc-light-theme .lsc-chat-count{grid-column:1/2;justify-self:end;margin-top:-4px;color:#98a2b3;font-size:10px}
body.lsc-light-theme .lsc-chat-form .lsc-form-message{grid-column:1/-1;color:#667085!important}
body.lsc-light-theme .lsc-chat-loading,body.lsc-light-theme .lsc-chat-empty{color:#667085!important;background:#fff!important}
.lsc-chat-spinner{display:inline-block;width:23px;height:23px;margin-bottom:10px;border:3px solid #e3e0fb;border-top-color:#6556eb;border-radius:50%;animation:lsc-light-spin .75s linear infinite}@keyframes lsc-light-spin{to{transform:rotate(360deg)}}
body.lsc-light-theme .lsc-chat-closed{border-color:#f3c4cd!important;background:#fff3f5!important;color:#b42342!important}
body.lsc-light-theme .lsc-dashboard-notifications{border-color:#dfe4ec!important;background:#fff!important}
body.lsc-light-theme .lsc-chat-retry{display:block;margin:14px auto 0}

/* Ads and footer */
body.lsc-light-theme .lsc-home-ad-section{background:#fff!important}
body.lsc-light-theme .lsc-ad-slot{border-color:#dfe4ec!important;background:#fff!important;box-shadow:0 10px 26px rgba(16,24,40,.06)!important}
body.lsc-light-theme .lsc-ad-label{border-color:#d4d9e2!important;background:rgba(255,255,255,.94)!important;color:#667085!important}
body.lsc-light-theme .site-footer{background:#f1f4f8!important;color:#344054!important;border-top:1px solid #dfe4ec!important}
body.lsc-light-theme .site-footer h3,body.lsc-light-theme .site-footer .brand-stacked b{color:#172033!important}
body.lsc-light-theme .site-footer p,body.lsc-light-theme .site-footer li,body.lsc-light-theme .site-footer a{color:#667085!important}
body.lsc-light-theme .site-footer .lsc-newsletter a.button,body.lsc-light-theme .site-footer .lsc-newsletter a.button:visited{color:#fff!important;-webkit-text-fill-color:#fff!important}
body.lsc-light-theme .site-footer .lsc-newsletter a.button:hover,body.lsc-light-theme .site-footer .lsc-newsletter a.button:focus-visible{color:#fff!important;-webkit-text-fill-color:#fff!important;filter:brightness(1.04)}
body.lsc-light-theme .site-footer .brand-stacked em,body.lsc-light-theme .themeget-credit{color:#5546e8!important}
body.lsc-light-theme .site-footer input{border-color:#d2d8e2!important;background:#fff!important;color:#172033!important;-webkit-text-fill-color:#172033!important}
body.lsc-light-theme .footer-bottom{border-color:#d7dde7!important}

@media(max-width:1100px){
  .lsc-light-category-grid,.lsc-light-service-grid,.lsc-light-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .lsc-light-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lsc-light-provider-cta-inner{grid-template-columns:150px minmax(0,1fr)}.lsc-light-provider-cta-inner>.button{grid-column:2}
}
@media(max-width:900px){
  .lsc-light-hero-grid{grid-template-columns:1fr}.lsc-light-hero-copy{text-align:center}.lsc-light-hero-copy>p{margin-inline:auto}.lsc-light-hero-actions,.lsc-light-trust-row{justify-content:center}.lsc-light-hero-media{min-height:380px}.lsc-light-search{grid-template-columns:1fr 1fr}.lsc-light-search .button{grid-column:1/-1}
  .lsc-light-review-grid{grid-template-columns:1fr}.lsc-light-metrics-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .lsc-light-section-heading{align-items:flex-start;flex-direction:column}.lsc-light-provider-cta-inner{grid-template-columns:1fr;text-align:center}.lsc-light-provider-cta img{max-height:180px;margin-inline:auto}.lsc-light-provider-cta-inner>.button{grid-column:auto;justify-self:center}
  body.lsc-light-theme .lsc-chat-shell{display:flex!important;min-height:0;flex-direction:column}.lsc-light-theme .lsc-conversation-list{flex:0 0 auto}.lsc-light-theme .lsc-chat-panel{min-height:520px}.lsc-light-theme .lsc-chat-form{grid-template-columns:1fr auto!important}.lsc-light-theme .lsc-chat-form .button{width:auto!important}.lsc-light-theme .lsc-chat-count{grid-column:1/2}
}
@media(max-width:620px){
  .lsc-light-hero{padding-top:42px}.lsc-light-hero-copy h1{font-size:2.55rem}.lsc-light-hero-media{min-height:330px}.lsc-light-floating-card{display:none}.lsc-light-search{grid-template-columns:1fr}.lsc-light-search label{border-right:0;border-bottom:1px solid #e8ebf1}.lsc-light-search .button{grid-column:auto}
  .lsc-light-category-grid,.lsc-light-service-grid,.lsc-light-provider-grid,.lsc-light-step-grid{grid-template-columns:1fr!important}.lsc-light-metrics-grid{grid-template-columns:repeat(2,1fr)}
  body.lsc-light-theme .lsc-chat-form{grid-template-columns:1fr!important}.lsc-light-theme .lsc-chat-form .button{width:100%!important}.lsc-light-theme .lsc-chat-count{grid-column:1}.lsc-light-theme .lsc-chat-bubble{max-width:92%!important}
}

/* v4.9.0 — light notification sound control */
body.lsc-light-theme .lsc-notification-sound-toggle{border-color:#d8d5f5!important;background:#f7f5ff!important;color:#5142d0!important}
body.lsc-light-theme .lsc-notification-sound-toggle:hover,body.lsc-light-theme .lsc-notification-sound-toggle:focus-visible{border-color:#7567f6!important;background:#efecff!important}
