.lfs-app {
  --lfs-bg: #ffffff;
  --lfs-surface: #ffffff;
  --lfs-soft: #f5f5f2;
  --lfs-ink: #111111;
  --lfs-muted: #676767;
  --lfs-line: #dddddd;
  --lfs-green: #4f8000;
  --lfs-blue: #1a6aff;
  --lfs-warn: #a14816;
  --lfs-danger: #a62a2a;
  --lfs-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
  color: var(--lfs-ink);
  background: var(--lfs-bg);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  overflow-x: clip;
}

body.lfs-plugin-page > header,
body.lfs-plugin-page #masthead,
body.lfs-plugin-page .site-header,
body.lfs-plugin-page .wp-site-blocks > header,
body.lfs-plugin-page .entry-header,
body.lfs-plugin-page .wp-block-post-title,
body.lfs-plugin-page nav.wp-block-navigation,
body.lfs-plugin-page [data-lfs-hidden-header="1"] {
  display: none !important;
}

body.lfs-plugin-page .wp-block-template-part:has(header) {
  display: none !important;
}

.lfs-app *,
.lfs-app *::before,
.lfs-app *::after,
.lfs-notification-prompt,
.lfs-notification-prompt *,
.lfs-quote-notification-modal,
.lfs-quote-notification-modal *,
.lfs-cookie-banner,
.lfs-cookie-banner * {
  box-sizing: border-box;
}

.lfs-app :where(div, section, header, nav, article, form, label, p, h1, h2, h3, a, span, strong, small, button, input, select, textarea) {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
}

.lfs-app a {
  color: inherit;
  text-decoration: none !important;
}

.lfs-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lfs-app button,
.lfs-app input,
.lfs-app select,
.lfs-app textarea,
.lfs-notification-prompt button,
.lfs-quote-notification-modal button,
.lfs-cookie-banner button {
  font: inherit;
}

.lfs-app h1,
.lfs-app h2,
.lfs-app h3,
.lfs-app p {
  margin-top: 0 !important;
}

.lfs-page-tabs {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--lfs-line);
  backdrop-filter: blur(14px);
}

.lfs-page-tabs-left {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 12px;
  min-width: 0;
}

.lfs-page-tabs-brand {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 1 auto;
  gap: 9px !important;
  min-width: 0;
  color: var(--lfs-ink) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

.lfs-page-tabs-brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
  padding: 3px;
  border: 2px solid var(--lfs-ink);
  border-radius: 6px;
  background: #fff;
}

.lfs-page-tabs-brand span {
  max-width: 190px;
  font-size: 0.9rem !important;
  line-height: 1.08 !important;
  overflow-wrap: anywhere;
}

.lfs-page-tabs-nav {
  display: flex;
  gap: 8px;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.lfs-page-tabs-account {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
  margin-left: auto;
}

.lfs-page-tabs-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--lfs-ink) !important;
  font-size: 0.84rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.lfs-page-tabs-nav a:hover,
.lfs-page-tabs-nav a.active {
  background: var(--lfs-ink) !important;
  color: #fff !important;
}

.lfs-account-menu {
  position: relative;
  flex: 0 0 auto;
  z-index: 40;
}

.lfs-account-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -8px;
  right: -8px;
  height: 14px;
}

.lfs-account-trigger {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: auto !important;
  max-width: 260px !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 13px 0 10px !important;
  border: 2px solid var(--lfs-ink) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--lfs-ink) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.lfs-account-trigger:hover,
.lfs-account-trigger.active,
.lfs-account-menu:focus-within .lfs-account-trigger,
.lfs-account-menu:hover .lfs-account-trigger {
  background: var(--lfs-ink) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.lfs-account-menu.open .lfs-account-trigger {
  background: var(--lfs-ink) !important;
  color: #fff !important;
}

.lfs-account-glyph {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.lfs-account-glyph::before,
.lfs-account-glyph::after {
  content: "";
  position: absolute;
  left: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.lfs-account-glyph::before {
  top: 1px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.lfs-account-glyph::after {
  bottom: 1px;
  width: 18px;
  height: 9px;
  border-radius: 999px 999px 5px 5px;
}

.lfs-account-trigger-label {
  min-width: 0;
  max-width: 190px;
  overflow: hidden;
  color: currentColor;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lfs-account-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  gap: 7px;
  width: min(280px, calc(100vw - 32px));
  padding: 12px;
  background: #fff;
  border: 2px solid var(--lfs-ink);
  border-radius: 8px;
  box-shadow: var(--lfs-shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.lfs-account-dropdown::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 14px;
}

.lfs-account-menu:hover .lfs-account-dropdown,
.lfs-account-menu:focus-within .lfs-account-dropdown,
.lfs-account-menu.open .lfs-account-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.lfs-account-dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 16px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-top: 2px solid var(--lfs-ink);
  border-left: 2px solid var(--lfs-ink);
  transform: rotate(45deg);
}

.lfs-account-dropdown-head {
  padding: 8px 9px 12px;
  color: var(--lfs-muted);
  font-size: 0.84rem !important;
  font-weight: 900;
  line-height: 1.25;
  border-bottom: 1px solid var(--lfs-line);
  overflow-wrap: anywhere;
}

.lfs-account-dropdown a,
.lfs-account-dropdown-button {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 40px !important;
  padding: 0 11px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: var(--lfs-ink) !important;
  font-size: 0.88rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: left !important;
  text-transform: uppercase;
  cursor: pointer;
}

.lfs-account-dropdown a:hover,
.lfs-account-dropdown a.active,
.lfs-account-dropdown-button:hover {
  background: var(--lfs-ink) !important;
  color: #fff !important;
}

.lfs-account-dropdown [hidden] {
  display: none !important;
}

.lfs-page-tabs-session {
  justify-content: flex-end;
  color: var(--lfs-muted);
  font-size: 0.82rem !important;
  font-weight: 800;
}

.lfs-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid !important;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr) minmax(220px, auto) !important;
  gap: 22px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 76px !important;
  padding: 12px clamp(16px, 4vw, 46px) !important;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #eeeeee;
  backdrop-filter: blur(18px);
}

.lfs-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 11px !important;
  min-width: 0;
}

.lfs-brand-logo {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  object-fit: contain;
  padding: 3px;
  border: 3px solid var(--lfs-ink);
  border-radius: 6px;
  background: #fff;
}

.lfs-brand span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.lfs-brand strong {
  font-size: 1.05rem !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  overflow-wrap: anywhere;
}

.lfs-brand small {
  font-size: 0.84rem !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere;
}

.lfs-brand small,
.lfs-session,
.lfs-eyebrow,
.lfs-empty,
.lfs-message,
.lfs-card p,
.lfs-item p,
.lfs-floating-card span,
.lfs-location-copy p,
.lfs-map-popover span {
  color: var(--lfs-muted);
}

.lfs-nav {
  display: flex !important;
  justify-content: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  min-width: 0;
}

.lfs-nav a,
.lfs-btn,
.lfs-tab {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s ease;
}

.lfs-nav a {
  padding: 10px 11px !important;
  color: #282828 !important;
  font-size: 0.88rem !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

.lfs-nav a:hover,
.lfs-nav a.active {
  background: var(--lfs-ink) !important;
  color: #fff !important;
}

.lfs-session {
  display: flex !important;
  align-items: center !important;
  justify-content: end !important;
  gap: 10px !important;
  min-width: 0 !important;
  max-width: 440px !important;
  flex-wrap: wrap !important;
  font-weight: 700 !important;
}

.lfs-session span {
  min-width: 0;
  max-width: 230px;
  font-size: 0.92rem !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere;
}

.lfs-session [data-lfs-user-label]::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 99px;
  background: var(--lfs-green);
}

.lfs-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px) clamp(66px, 8vw, 108px);
  overflow: hidden;
}

.lfs-hero::after {
  content: "";
  position: absolute;
  right: clamp(20px, 6vw, 110px);
  bottom: 28px;
  width: 42%;
  max-width: 540px;
  height: 1px;
  background: #d8d8d8;
}

.lfs-hero-center {
  justify-self: stretch;
  max-width: 690px;
  text-align: center;
}

.lfs-eyebrow {
  margin: 0 0 13px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lfs-app h1 {
  margin-bottom: 20px;
  font-size: clamp(2.8rem, 5.6vw, 5.8rem) !important;
  line-height: 0.95 !important;
  letter-spacing: 0;
  font-weight: 900 !important;
  overflow-wrap: break-word;
}

.lfs-app h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.4rem) !important;
  line-height: 1.03 !important;
  letter-spacing: 0;
}

.lfs-app h3 {
  margin-bottom: 0;
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
}

.lfs-hero-tagline {
  margin-bottom: 28px;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 800;
  text-transform: uppercase;
}

.lfs-actions,
.lfs-wizard-actions,
.lfs-panel-head,
.lfs-item-head,
.lfs-inline-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lfs-actions {
  justify-content: center;
  flex-wrap: wrap;
}

.lfs-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 43px !important;
  padding: 0 17px !important;
  background: #fff !important;
  color: var(--lfs-ink) !important;
  border: 1px solid var(--lfs-ink) !important;
  font-size: 0.92rem !important;
  line-height: 1.1 !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  appearance: none;
}

.lfs-btn:hover,
.lfs-tab:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.lfs-btn:disabled,
.lfs-btn.is-submitting {
  cursor: wait;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

.lfs-primary {
  background: var(--lfs-ink) !important;
  color: #fff !important;
  border-color: var(--lfs-ink) !important;
}

.lfs-ghost {
  background: transparent !important;
  color: var(--lfs-ink) !important;
  border-color: var(--lfs-ink) !important;
}

.lfs-danger {
  background: var(--lfs-danger) !important;
  color: #fff !important;
  border-color: var(--lfs-danger) !important;
}

.lfs-small {
  min-height: 34px !important;
  padding: 0 12px !important;
  font-size: 0.82rem !important;
}

.lfs-notification-btn.active {
  border-color: var(--lfs-green);
  color: var(--lfs-green);
}

.lfs-phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
}

.lfs-phone-visual {
  position: relative;
  width: min(260px, 66vw);
  aspect-ratio: 0.52;
  border: 12px solid #202020;
  border-radius: 40px;
  background:
    linear-gradient(160deg, #f8f8f8 0 34%, #dce4df 35% 55%, #111 56% 100%);
  box-shadow: 26px 28px 45px rgba(0, 0, 0, 0.18);
  transform: rotate(8deg);
}

.lfs-phone-visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 27px;
}

.lfs-phone-visual span:nth-child(1) {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #141414;
  box-shadow: 78px 0 0 #141414, 39px 54px 0 #141414;
}

.lfs-phone-visual span:nth-child(2) {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 58px;
  height: 10px;
  border-radius: 20px;
  background: #202020;
  transform: translateX(-50%);
}

.lfs-phone-visual span:nth-child(3) {
  position: absolute;
  left: 34px;
  right: 74px;
  bottom: 92px;
  height: 9px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 27px 0 rgba(255, 255, 255, 0.75);
}

.lfs-floating-card {
  position: absolute;
  display: grid;
  gap: 4px;
  min-width: 150px;
  padding: 14px 16px;
  background: #fff;
  border: 3px solid var(--lfs-ink);
  box-shadow: 12px 12px 0 var(--lfs-ink);
}

.lfs-floating-card strong {
  font-size: 1.35rem;
}

.lfs-floating-card.top {
  top: 72px;
  left: 0;
}

.lfs-floating-card.bottom {
  right: 0;
  bottom: 70px;
}

.lfs-trust-strip {
  display: flex;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  padding: 18px clamp(18px, 5vw, 72px);
  background: #111;
  color: #fff;
  font-size: clamp(1.1rem, 3vw, 2.4rem);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.lfs-trust-strip span {
  flex: 0 0 auto;
}

.lfs-section {
  padding: 78px clamp(18px, 5vw, 72px);
}

.lfs-section-head {
  margin-bottom: 24px;
}

.lfs-section-head.centered {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lfs-seo-note,
.lfs-rating-summary {
  max-width: 900px;
  margin: 24px auto 0;
  color: var(--lfs-muted);
  font-weight: 800;
  line-height: 1.65;
  text-align: center;
}

.lfs-rating-summary {
  margin: -8px auto 24px;
  color: var(--lfs-ink);
}

.lfs-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lfs-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lfs-faq-card {
  min-height: 0;
}

.lfs-faq-card h3 {
  font-size: 1.05rem;
}

.lfs-card,
.lfs-panel {
  background: var(--lfs-surface);
  border: 3px solid var(--lfs-ink);
  border-radius: 4px;
  box-shadow: 10px 10px 0 var(--lfs-ink);
  width: 100%;
  max-width: 100%;
}

.lfs-card {
  display: grid;
  gap: 13px;
  min-height: 215px;
  padding: clamp(18px, 3vw, 28px);
}

.lfs-card > span {
  color: var(--lfs-green);
  font-size: 2.6rem;
  font-weight: 900;
}

.lfs-card strong,
.lfs-card h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
}

.lfs-review {
  position: relative;
  text-align: center;
}

.lfs-review::before {
  content: "''";
  color: var(--lfs-blue);
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 0.7;
}

.lfs-avatar {
  display: grid;
  place-items: center;
  justify-self: center;
  width: 84px;
  height: 84px;
  border: 3px solid var(--lfs-ink);
  border-radius: 999px;
  background: #f2f2ef;
  color: var(--lfs-green);
  font-size: 2rem;
  font-weight: 900;
}

.lfs-location-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: center;
  background: #f7f7f4;
}

.lfs-location-copy {
  max-width: 610px;
}

.lfs-location-copy p {
  margin-bottom: 22px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.lfs-map-panel {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 3px solid var(--lfs-ink);
  border-radius: 4px;
  background:
    linear-gradient(30deg, transparent 0 45%, rgba(0, 0, 0, 0.16) 45% 48%, transparent 48% 100%),
    linear-gradient(130deg, transparent 0 52%, rgba(0, 0, 0, 0.14) 52% 55%, transparent 55% 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px),
    #cfd3cf;
  background-size: auto, auto, 86px 86px, 86px 86px, auto;
  filter: grayscale(1);
}

.lfs-map-popover {
  position: absolute;
  top: 38%;
  left: 50%;
  z-index: 2;
  display: grid;
  gap: 5px;
  width: min(300px, calc(100% - 44px));
  padding: 18px;
  background: #fff;
  border-radius: 4px;
  box-shadow: var(--lfs-shadow);
  transform: translate(-50%, -50%);
}

.lfs-map-popover a {
  color: var(--lfs-blue);
  text-decoration: underline;
}

.lfs-map-pin {
  position: absolute;
  left: 50%;
  top: 62%;
  width: 28px;
  height: 28px;
  border: 4px solid #fff;
  border-radius: 999px 999px 999px 0;
  background: #e3342f;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.lfs-two-col,
.lfs-account-only-grid,
.lfs-admin-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  min-width: 0;
}

.lfs-account-only-grid {
  grid-template-columns: 1fr;
}

.lfs-auth-layout {
  max-width: 560px;
  margin: 0 auto;
}

.lfs-account-history {
  margin-top: 24px;
}

.lfs-account-history[hidden] {
  display: none !important;
}

.lfs-account-tabs {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.lfs-account-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--lfs-ink);
  border-radius: 4px;
  color: var(--lfs-ink) !important;
  font-size: 0.84rem !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.lfs-account-tabs a:hover,
.lfs-account-tabs a.active {
  background: var(--lfs-green) !important;
  color: #fff !important;
  border-color: var(--lfs-green) !important;
}

.lfs-profile-form {
  max-width: 860px;
}

.lfs-profile-preview {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 2px solid var(--lfs-line);
  border-radius: 6px;
  background: #f8f9f6;
}

.lfs-profile-preview strong,
.lfs-profile-preview p {
  display: block;
  margin: 0 !important;
  min-width: 0;
  overflow-wrap: anywhere;
}

.lfs-profile-preview strong {
  font-size: 1.08rem;
  font-weight: 900;
}

.lfs-profile-preview p {
  color: var(--lfs-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.lfs-profile-avatar,
.lfs-chat-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid var(--lfs-ink);
  border-radius: 999px;
  background: #fff;
  color: var(--lfs-green);
  font-weight: 950;
  text-transform: uppercase;
}

.lfs-profile-avatar {
  width: 74px;
  height: 74px;
  font-size: 1.45rem;
}

.lfs-profile-avatar img,
.lfs-chat-avatar {
  object-fit: cover;
}

.lfs-profile-avatar img {
  display: block;
  width: 100%;
  height: 100%;
}

.lfs-admin-switcher {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.lfs-account-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.lfs-account-grid h4 {
  margin: 0 0 12px !important;
  font-size: 1rem !important;
  text-transform: uppercase;
}

.lfs-panel {
  padding: clamp(18px, 3vw, 28px);
}

.lfs-panel-head {
  justify-content: space-between;
  margin-bottom: 18px;
}

.lfs-form {
  position: relative;
  display: grid;
  gap: 15px;
  align-content: start;
  min-width: 0;
}

.lfs-app label {
  display: grid;
  gap: 7px;
  color: #222;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
}

.lfs-app input,
.lfs-app select,
.lfs-app textarea {
  width: 100%;
  min-width: 0;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
  color: var(--lfs-ink);
  padding: 12px 13px;
  outline: none;
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

.lfs-app textarea {
  resize: vertical;
}

.lfs-app input[type="file"] {
  padding: 10px;
  cursor: pointer;
}

.lfs-app input:focus,
.lfs-app select:focus,
.lfs-app textarea:focus {
  border-color: var(--lfs-green);
  box-shadow: 0 0 0 4px rgba(79, 128, 0, 0.14);
}

.lfs-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 5px;
  background: var(--lfs-soft);
  border-radius: 4px;
}

.lfs-tab {
  min-height: 38px;
  background: transparent;
  color: var(--lfs-muted);
  font-size: 0.95rem !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  appearance: none;
}

.lfs-tab.active {
  background: var(--lfs-green) !important;
  color: #fff !important;
}

.lfs-password-popover,
.lfs-verification-box,
.lfs-confirm-box {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 2px dashed var(--lfs-line);
  border-radius: 4px;
  background: #fbfbfa;
}

.lfs-password-popover {
  border-style: solid;
  border-color: var(--lfs-ink);
  box-shadow: 6px 6px 0 var(--lfs-ink);
}

.lfs-password-popover ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lfs-password-popover li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--lfs-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.lfs-password-popover li::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 2px solid var(--lfs-line);
  border-radius: 99px;
}

.lfs-password-popover li.done {
  color: var(--lfs-green);
}

.lfs-password-popover li.done::before {
  border-color: var(--lfs-green);
  background: var(--lfs-green);
}

.lfs-reset-box {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(17, 17, 17, 0.58);
}

.lfs-reset-card {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(100%, 520px);
  padding: clamp(20px, 4vw, 30px);
  border: 3px solid var(--lfs-ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--lfs-ink);
}

.lfs-reset-card h3 {
  margin: 0 !important;
  font-size: clamp(1.55rem, 4vw, 2.3rem) !important;
  line-height: 1 !important;
}

.lfs-reset-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  border: 2px solid var(--lfs-line) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--lfs-ink) !important;
  font-size: 1.45rem !important;
  line-height: 1 !important;
}

.lfs-reset-confirm-fields {
  display: grid;
  gap: 12px;
}

.lfs-quote-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.lfs-steps {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 10px;
}

.lfs-step {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  padding: 10px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
  color: var(--lfs-muted);
  cursor: pointer;
  text-align: left;
  font-size: 0.95rem !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  appearance: none;
}

.lfs-step span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #ecefeb;
  color: var(--lfs-green);
}

.lfs-step.active {
  background: var(--lfs-ink) !important;
  color: #fff !important;
  border-color: var(--lfs-ink) !important;
}

.lfs-wizard-page {
  display: none;
  gap: 15px;
}

.lfs-wizard-page.active {
  display: grid;
}

.lfs-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lfs-check {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.lfs-check input {
  width: 18px;
  height: 18px;
}

.lfs-stack {
  display: grid;
  gap: 12px;
}

.lfs-admin-cards-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.lfs-admin-cards-grid .lfs-item {
  min-width: 0;
}

.lfs-item {
  display: grid;
  gap: 12px;
  padding: 15px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
  min-width: 0;
  overflow: hidden;
}

.lfs-item-head {
  justify-content: space-between;
  align-items: start;
  min-width: 0;
  flex-wrap: wrap;
}

.lfs-item-head strong {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.lfs-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef5e8;
  color: var(--lfs-green);
  font-size: 0.8rem;
  font-weight: 900;
}

.lfs-badge.warn {
  background: #fff0df;
  color: var(--lfs-warn);
}

.lfs-badge.info {
  background: #eaf1ff;
  color: var(--lfs-blue);
}

.lfs-badge.danger {
  background: #fff0f0;
  color: var(--lfs-danger);
}

.lfs-meta-line {
  color: var(--lfs-muted);
  font-size: 0.9rem;
}

.lfs-admin-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  min-width: 0;
}

.lfs-admin-meta span {
  display: inline-flex;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid var(--lfs-line);
  border-radius: 999px;
  background: #f8f9f6;
  color: var(--lfs-muted);
  font-size: 0.82rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.lfs-admin-description {
  min-width: 0;
  max-height: 220px;
  overflow: auto;
  padding: 12px;
  border: 1px solid var(--lfs-line);
  border-radius: 4px;
  background: #fbfbfa;
  color: var(--lfs-ink);
  font-size: 0.94rem;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.lfs-progress {
  display: grid;
  gap: 7px;
}

.lfs-progress-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: center;
  color: var(--lfs-muted);
  font-size: 0.93rem;
}

.lfs-progress-dot {
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #cbd5cf;
}

.lfs-progress-row.done {
  color: var(--lfs-ink);
}

.lfs-progress-row.done .lfs-progress-dot {
  background: var(--lfs-green);
}

.lfs-progress-row.cancelled {
  color: var(--lfs-danger);
}

.lfs-progress-row.cancelled .lfs-progress-dot {
  background: var(--lfs-danger);
}

.lfs-chat {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #f8f9f6;
}

.lfs-chat-head,
.lfs-chat-compose {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

.lfs-chat-head strong {
  font-size: 1rem;
  font-weight: 900;
}

.lfs-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef5e8;
  color: var(--lfs-green);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.lfs-live-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.lfs-chat-messages {
  display: grid;
  gap: 8px;
  max-height: 260px;
  overflow: auto;
  padding: 8px;
  border: 1px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
}

.lfs-chat-message {
  display: grid;
  gap: 3px;
  max-width: 86%;
  padding: 9px 10px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
}

.lfs-chat-message.mine {
  justify-self: end;
  border-color: var(--lfs-green);
  background: #eef5e8;
}

.lfs-chat-message-head {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.lfs-chat-avatar {
  width: 32px;
  height: 32px;
  font-size: 0.74rem;
}

.lfs-chat-message-head span {
  display: grid;
  gap: 1px;
  min-width: 0;
  color: var(--lfs-muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.lfs-chat-message-head strong,
.lfs-chat-message-head small {
  display: block;
  min-width: 0;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.lfs-chat-message-head strong {
  color: var(--lfs-ink);
  font-size: 0.82rem;
  font-weight: 950;
}

.lfs-chat-message-head small {
  color: var(--lfs-muted);
  font-size: 0.73rem;
  font-weight: 850;
}

.lfs-chat-message p {
  margin: 2px 0 0 !important;
  white-space: pre-wrap;
}

.lfs-chat-compose textarea {
  min-height: 54px;
  resize: vertical;
}

.lfs-support-box {
  margin-top: 8px;
}

.lfs-support-form {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #f8f9f6;
}

.lfs-admin-actions {
  display: grid;
  grid-template-columns: minmax(160px, 0.55fr) minmax(0, 1fr);
  gap: 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid var(--lfs-line);
  border-radius: 4px;
  background: #f8f9f6;
}

.lfs-admin-field {
  min-width: 0;
  margin: 0;
}

.lfs-admin-field-note {
  grid-column: span 1;
}

.lfs-admin-actions .lfs-inline-actions {
  grid-column: 1 / -1;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.lfs-admin-actions textarea {
  min-height: 96px;
}

.lfs-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: start;
}

.lfs-contact-copy {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 30px);
  border: 3px solid var(--lfs-ink);
  border-radius: 4px;
  background: #f7f9f4;
  box-shadow: 10px 10px 0 var(--lfs-ink);
}

.lfs-contact-copy h3 {
  margin: 0 !important;
  font-size: clamp(1.7rem, 4vw, 3.4rem) !important;
  line-height: 0.98 !important;
}

.lfs-contact-list {
  display: grid;
  gap: 8px;
}

.lfs-contact-list a,
.lfs-contact-list span {
  display: block;
  padding: 11px 12px;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #fff;
  font-weight: 850;
}

.lfs-404 {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  min-height: 62vh;
}

.lfs-404-code {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 4px solid var(--lfs-ink);
  border-radius: 4px;
  background: #fff;
  color: var(--lfs-green);
  font-size: clamp(3.8rem, 12vw, 9rem);
  font-weight: 950;
  box-shadow: 16px 16px 0 var(--lfs-ink);
}

.lfs-404-copy {
  display: grid;
  gap: 18px;
}

.lfs-404-copy h1 {
  max-width: 780px;
  font-size: clamp(2.4rem, 6vw, 5.7rem) !important;
  line-height: 0.95 !important;
}

.lfs-footer {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(18px, 5vw, 72px);
  border-top: 3px solid var(--lfs-ink);
  background: #111;
  color: #fff;
}

.lfs-footer strong {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lfs-footer nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lfs-footer a {
  color: #fff;
  font-weight: 850;
}

.lfs-message {
  min-height: 1.2em;
  font-weight: 800;
}

.lfs-message.is-error {
  color: var(--lfs-danger);
}

.lfs-help {
  margin-top: -8px !important;
  color: var(--lfs-muted);
  font-size: 0.92rem !important;
  font-weight: 700 !important;
}

.lfs-page-message {
  margin: 14px 0 0;
}

.lfs-bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lfs-chatbot-widget,
.lfs-chatbot-widget * {
  box-sizing: border-box;
}

.lfs-chatbot-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900000;
  font-family: Arial, Helvetica, sans-serif;
}

.lfs-chatbot-launcher {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-left: auto;
  padding: 0;
  border: 3px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.lfs-chatbot-launcher:hover,
.lfs-chatbot-launcher:focus-visible {
  background: #4f8000;
  outline: 3px solid rgba(79, 128, 0, 0.24);
  outline-offset: 3px;
}

.lfs-chatbot-launcher span {
  position: relative;
  display: block;
  width: 24px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 7px;
}

.lfs-chatbot-launcher span::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -6px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: skewY(34deg);
}

.lfs-chatbot-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(420px, calc(100vw - 40px));
  height: min(620px, calc(100vh - 118px));
  height: min(620px, calc(100dvh - 118px));
  margin-bottom: 12px;
  overflow: hidden;
  border: 3px solid #111;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.lfs-chatbot-panel[hidden] {
  display: none !important;
}

.lfs-chatbot-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  padding: 10px 12px 10px 16px;
  border-bottom: 2px solid #111;
  background: #fff;
  color: #111;
}

.lfs-chatbot-panel-head div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.lfs-chatbot-panel-head strong {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 900;
}

.lfs-chatbot-panel-head span {
  color: #676767;
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 700;
}

.lfs-chatbot-panel-head button {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font: 900 1.55rem/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.lfs-chatbot-panel-head button:hover,
.lfs-chatbot-panel-head button:focus-visible {
  background: #111;
  color: #fff;
  outline: none;
}

.lfs-chatbot-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: #fff;
}

.lfs-notification-prompt {
  position: fixed;
  --lfs-ink: #111111;
  --lfs-green: #4f8000;
  --lfs-muted: #676767;
  --lfs-danger: #a62a2a;
  right: 18px;
  bottom: 18px;
  z-index: 999999;
  display: grid;
  gap: 14px;
  width: min(430px, calc(100vw - 36px));
  padding: 18px;
  border: 3px solid #111;
  border-radius: 4px;
  background: #fff;
  color: #111;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, sans-serif;
}

.lfs-notification-prompt p {
  margin: 6px 0 0;
  color: #676767;
  line-height: 1.45;
}

.lfs-notification-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.lfs-quote-notification-modal {
  position: fixed;
  --lfs-ink: #111111;
  --lfs-green: #4f8000;
  --lfs-muted: #676767;
  --lfs-line: #dddddd;
  --lfs-danger: #a62a2a;
  inset: 0;
  z-index: 1000001;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(17, 17, 17, 0.42);
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
}

.lfs-quote-notification-card {
  position: relative;
  display: grid;
  gap: 16px;
  width: min(520px, calc(100vw - 56px));
  min-width: 0;
  padding: 30px 24px 24px;
  border: 3px solid #111;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.lfs-quote-notification-close {
  position: absolute;
  top: 10px;
  left: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.lfs-quote-notification-close:hover,
.lfs-quote-notification-close:focus-visible {
  background: #111;
  color: #fff;
  outline: none;
}

.lfs-quote-notification-mark {
  width: 54px;
  height: 54px;
  margin: 8px auto 0;
  border: 3px solid #111;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 34%, #4f8000 0 5px, transparent 6px),
    linear-gradient(#111, #111) 50% 58% / 20px 3px no-repeat,
    linear-gradient(#111, #111) 50% 70% / 12px 3px no-repeat,
    #fff;
}

.lfs-quote-notification-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
  text-align: center;
}

.lfs-quote-notification-copy strong {
  display: block;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.08;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.lfs-quote-notification-copy p {
  margin: 0;
  color: #676767;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.lfs-quote-notification-card .lfs-btn {
  justify-self: center;
  min-width: min(100%, 260px);
  white-space: normal;
}

.lfs-cookie-banner {
  position: fixed;
  --lfs-ink: #111111;
  --lfs-green: #4f8000;
  --lfs-muted: #676767;
  --lfs-danger: #a62a2a;
  right: 18px;
  bottom: 18px;
  z-index: 1000000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(760px, calc(100vw - 36px));
  padding: 18px;
  border: 3px solid #111;
  border-radius: 4px;
  background: #fff;
  color: #111;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
  font-family: Arial, Helvetica, sans-serif;
}

.lfs-cookie-banner strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.lfs-cookie-banner p {
  margin: 5px 0 0;
  color: #676767;
  line-height: 1.45;
}

.lfs-cookie-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lfs-photo-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
  gap: 8px;
}

.lfs-photo-list a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border: 2px solid var(--lfs-line);
  border-radius: 4px;
  background: #f4f4f4;
}

.lfs-photo-list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lfs-modal-open {
  overflow: hidden;
}

.lfs-photo-modal {
  position: fixed;
  --lfs-ink: #111111;
  inset: 0;
  z-index: 1000002;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(17, 17, 17, 0.72);
}

.lfs-photo-modal-card {
  position: relative;
  display: grid;
  width: min(1040px, calc(100vw - 44px));
  max-height: calc(100vh - 44px);
  max-height: calc(100dvh - 44px);
  padding: 14px;
  border: 3px solid var(--lfs-ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.lfs-photo-modal-card img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 100px);
  max-height: calc(100dvh - 100px);
  object-fit: contain;
  border-radius: 4px;
  background: #f5f5f5;
}

.lfs-photo-modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border: 3px solid var(--lfs-ink) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--lfs-ink) !important;
  font-size: 1.45rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  cursor: pointer;
}

.lfs-photo-modal-close:hover,
.lfs-photo-modal-close:focus-visible {
  background: var(--lfs-ink) !important;
  color: #fff !important;
  outline: none;
}

.lfs-app [hidden],
.lfs-notification-prompt[hidden],
.lfs-cookie-banner[hidden] {
  display: none !important;
}

body.admin-bar .lfs-topbar {
  top: 32px;
}

body.admin-bar .lfs-page-tabs {
  top: 32px;
}

@media (max-width: 1240px) {
  .lfs-topbar {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "brand session"
      "nav nav" !important;
    align-items: start !important;
  }

  .lfs-brand {
    grid-area: brand;
  }

  .lfs-nav {
    grid-area: nav;
    justify-content: start !important;
  }

  .lfs-session {
    grid-area: session;
    justify-content: end !important;
  }
}

@media (max-width: 780px) {
  .lfs-topbar {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "brand"
      "nav"
      "session" !important;
  }

  .lfs-session {
    justify-content: start !important;
    max-width: none !important;
  }

  .lfs-session span {
    max-width: none;
  }

  .lfs-chatbot-panel {
    width: min(390px, calc(100vw - 32px));
    height: min(560px, calc(100vh - 132px));
    height: min(560px, calc(100dvh - 132px));
  }
}

@media (max-width: 1120px) {
  .lfs-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lfs-hero-center {
    justify-self: center;
    max-width: 760px;
  }

  .lfs-phone-stage {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  .lfs-hero,
  .lfs-admin-layout,
  .lfs-quote-shell,
  .lfs-location-section,
  .lfs-grid-3,
  .lfs-faq-grid,
  .lfs-account-grid,
  .lfs-contact-layout,
  .lfs-404 {
    grid-template-columns: 1fr;
  }

  .lfs-steps {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lfs-step {
    justify-content: center;
    min-height: 58px;
    font-size: 0;
  }

  .lfs-step span {
    font-size: 0.9rem;
  }
}

@media (max-width: 1120px) {
  .lfs-two-col {
    grid-template-columns: 1fr;
  }

  .lfs-account-only-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .lfs-app {
    overflow-x: hidden;
  }

  .lfs-app h1 {
    font-size: 2.35rem;
    line-height: 1;
  }

  .lfs-section {
    padding-top: 46px;
    padding-bottom: 56px;
    padding-right: 26px;
    padding-left: 16px;
  }

  .lfs-panel,
  .lfs-card,
  .lfs-contact-copy {
    box-shadow: 6px 6px 0 var(--lfs-ink);
  }

  .lfs-panel {
    padding: 14px;
  }

  .lfs-item {
    padding: 12px;
  }

  .lfs-two-col,
  .lfs-account-only-grid,
  .lfs-account-grid,
  .lfs-admin-layout {
    gap: 18px;
  }

  .lfs-admin-cards-grid {
    grid-template-columns: 1fr;
  }

  .lfs-hero-tagline {
    font-size: 1.2rem;
  }

  .lfs-actions,
  .lfs-panel-head,
  .lfs-chat-head,
  .lfs-chat-compose,
  .lfs-wizard-actions,
  .lfs-grid-2,
  .lfs-admin-actions {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .lfs-admin-actions .lfs-inline-actions {
    justify-content: stretch;
  }

  .lfs-panel-head {
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
  }

  .lfs-panel-head .lfs-btn,
  .lfs-admin-switcher .lfs-btn {
    align-self: flex-start;
    width: auto;
  }

  .lfs-btn {
    width: 100%;
  }

  .lfs-floating-card {
    position: static;
    justify-self: stretch;
    margin-top: 16px;
  }

  .lfs-phone-stage {
    gap: 10px;
  }

  .lfs-footer {
    align-items: start;
    flex-direction: column;
  }

  .lfs-footer nav {
    justify-content: flex-start;
  }

  .lfs-cookie-banner {
    grid-template-columns: 1fr;
  }

  .lfs-quote-notification-modal {
    align-items: end;
    justify-items: center;
    padding: 14px;
  }

  .lfs-quote-notification-card {
    width: min(100%, calc(100vw - 56px));
    padding: 28px 16px 18px;
    border-radius: 10px;
  }

  .lfs-quote-notification-copy {
    text-align: left;
  }

  .lfs-quote-notification-mark {
    margin-right: 0;
    margin-left: 0;
  }

  .lfs-quote-notification-card .lfs-btn {
    min-width: 0;
  }

  .lfs-photo-modal {
    padding: 12px;
  }

  .lfs-photo-modal-card {
    width: 100%;
    max-height: calc(100dvh - 24px);
    padding: 10px;
  }

  .lfs-photo-modal-card img {
    max-height: calc(100dvh - 44px);
  }

  .lfs-photo-modal-close {
    top: 8px;
    right: 8px;
  }

  .lfs-page-tabs {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .lfs-page-tabs-left {
    width: 100%;
    justify-content: space-between;
  }

  .lfs-page-tabs-brand span {
    display: none;
  }

  .lfs-page-tabs-nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .lfs-page-tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .lfs-page-tabs-nav a {
    min-height: 38px;
    padding: 0 11px;
  }

  .lfs-account-trigger {
    max-width: calc(100vw - 84px) !important;
    height: 42px !important;
  }

  .lfs-account-trigger-label {
    max-width: 170px;
  }

  .lfs-account-dropdown {
    right: -2px;
    left: auto;
    width: calc(100vw - 28px);
    max-width: 320px;
  }

  .lfs-account-dropdown::before {
    right: 16px;
    left: auto;
  }

  .lfs-cookie-actions {
    justify-content: stretch;
  }

  .lfs-chatbot-widget {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .lfs-chatbot-launcher {
    width: 52px;
    height: 52px;
  }

  .lfs-chatbot-panel {
    width: 100%;
    height: min(440px, calc(100vh - 104px));
    height: min(440px, calc(100dvh - 104px));
    margin-bottom: 10px;
    border-radius: 6px;
  }

  .lfs-chatbot-panel-head {
    min-height: 56px;
    padding: 8px 9px 8px 13px;
  }

  .lfs-chatbot-panel-head button {
    width: 36px;
    height: 36px;
  }
}
