/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-serif: "Fraunces", serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #147cb1;
    --color-primary-50: #eef8fd;
    --color-primary-100: #dceffc;
    --color-primary-200: #b8ddf5;
    --color-primary-700: #10658f;
    --color-primary-900: #0b4668;
    --color-secondary-50: #f7fafc;
    --color-secondary-100: #edf3f6;
    --color-secondary-200: #dbe5ea;
    --color-secondary-300: #c4d2da;
    --color-secondary-500: #718795;
    --color-secondary-600: #506676;
    --color-secondary-700: #394f5e;
    --color-secondary-900: #183342;
    --color-neutral: #102f42;
    --color-background: #ffffff;
    --color-cream: #effaf5;
    --color-sun: #b9ead2;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-neutral);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  ::selection {
    background: var(--color-primary-100);
    color: var(--color-primary-900);
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .le-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .le-narrow {
    width: min(820px, calc(100% - 40px));
    margin-inline: auto;
  }
  .le-section {
    padding: 84px 0;
  }
  .le-section-compact {
    padding: 58px 0;
  }
  .le-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--color-primary-700);
  }
  .le-kicker::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--color-sun);
    border-radius: 99px;
  }
  .le-display {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(2.4rem, 5vw, 5.2rem);
    line-height: .98;
    letter-spacing: -.04em;
    font-weight: 700;
  }
  .le-heading {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 700;
  }
  .le-subheading {
    max-width: 700px;
    margin: 18px 0 0;
    color: var(--color-secondary-600);
    font-size: 1.08rem;
  }
  .le-topbar {
    background: var(--color-primary-900);
    color: #e9f8ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
  }
  .le-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 34px;
    gap: 20px;
  }
  .le-topbar a {
    color: white;
    text-decoration: none;
    opacity: .9;
  }
  .le-topbar a:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .le-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(20,124,177,.10);
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
  }
  .admin-bar .le-header {
    top: 32px;
  }
  .le-header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .le-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    min-width: 190px;
  }
  .le-brand img {
    width: 154px;
    height: 56px;
    object-fit: contain;
    object-position: left center;
  }
  .le-brand-fallback {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 1.45rem;
    color: var(--color-primary-900);
  }
  .le-nav {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .le-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 4px;
    border: 1px solid var(--color-secondary-200);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(16,47,66,.06);
  }
  .le-nav .le-lang-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 8px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
  }
  .le-nav .le-lang-link::after {
    display: none;
  }
  .le-nav .le-lang-link.is-active {
    background: var(--color-primary-50);
    color: var(--color-primary-900);
  }
  .le-mobile-language {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 16px 0 4px;
  }
  .le-mobile-nav .le-mobile-language a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid var(--color-secondary-200);
    border-radius: 12px;
  }
  .le-nav a {
    position: relative;
    color: var(--color-secondary-700);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  .le-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease;
  }
  .le-nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .le-nav-cta {
    padding: 11px 16px;
    border-radius: 999px;
    background: var(--color-primary);
    color: white !important;
    box-shadow: 0 8px 24px rgba(20,124,177,.18);
  }
  .le-nav-cta::after {
    display: none;
  }
  .le-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--color-secondary-200);
    background: white;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
  }
  .le-mobile-nav {
    display: none;
    border-top: 1px solid var(--color-secondary-100);
    background: white;
  }
  .le-mobile-nav a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid var(--color-secondary-100);
    text-decoration: none;
    font-weight: 700;
  }
  .le-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 76px;
    background: linear-gradient(135deg, #eef8fd 0%, #ffffff 54%, #effaf5 100%);
  }
  .le-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .34;
    background-image: radial-gradient(circle at 1px 1px, rgba(20,124,177,.14) 1px, transparent 0);
    background-size: 28px 28px;
    mask-image: linear-gradient(to right, #000 0%, transparent 72%);
  }
  .le-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 56px;
    align-items: center;
  }
  .le-hero-copy {
    position: relative;
    z-index: 2;
  }
  .le-hero-copy .le-display em {
    color: var(--color-primary);
    font-style: normal;
  }
  .le-hero-intro {
    max-width: 690px;
    margin: 24px 0 0;
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    color: var(--color-secondary-700);
  }
  .le-search-card {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    max-width: 690px;
    padding: 9px;
    border: 1px solid rgba(20,124,177,.16);
    border-radius: 20px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 44px rgba(16,47,66,.10);
  }
  .le-search-card label {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 13px;
  }
  .le-search-card svg {
    width: 22px;
    height: 22px;
    color: var(--color-primary);
    flex: 0 0 22px;
  }
  .le-search-card input {
    width: 100%;
    padding: 13px 0;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    color: var(--color-neutral);
  }
  .le-search-card button, .le-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 14px;
    padding: 14px 20px;
    background: var(--color-primary);
    color: white;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }
  .le-search-card button:hover, .le-button:hover {
    transform: translateY(-2px);
    background: var(--color-primary-700);
    box-shadow: 0 12px 26px rgba(20,124,177,.22);
  }
  .le-button svg {
    width: 18px;
    height: 18px;
  }
  .le-button-secondary {
    background: white;
    color: var(--color-primary-900);
    border: 1px solid var(--color-secondary-200);
    box-shadow: none;
  }
  .le-button-secondary:hover {
    background: var(--color-secondary-50);
    color: var(--color-primary-900);
    box-shadow: 0 10px 22px rgba(34,49,45,.08);
  }
  .le-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
    color: var(--color-secondary-600);
    font-size: 13px;
    font-weight: 700;
  }
  .le-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }
  .le-hero-meta i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-sun);
  }
  .le-hero-visual {
    position: relative;
    min-height: 520px;
  }
  .le-hero-photo {
    position: absolute;
    inset: 0 22px 22px 20px;
    border-radius: 38% 18% 24% 16% / 26% 20% 28% 18%;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(16,34,31,.18);
    background: var(--color-primary-100);
    transform: rotate(1.5deg);
  }
  .le-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .le-hero-note {
    position: absolute;
    left: -12px;
    bottom: 34px;
    width: 245px;
    padding: 18px 20px;
    background: white;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(16,34,31,.14);
    transform: rotate(-2deg);
  }
  .le-hero-note strong {
    display: block;
    font-family: var(--font-serif);
    font-size: 1.2rem;
    line-height: 1.15;
  }
  .le-hero-note span {
    display: block;
    margin-top: 5px;
    color: var(--color-secondary-600);
    font-size: 12px;
    font-weight: 700;
  }
  .le-hero-stamp {
    position: absolute;
    right: -2px;
    top: 38px;
    width: 116px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    padding: 15px;
    border-radius: 50%;
    background: var(--color-sun);
    color: var(--color-primary-900);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .08em;
    transform: rotate(8deg);
    box-shadow: 0 15px 34px rgba(20,124,177,.12);
  }
  .le-trust-strip {
    border-top: 1px solid var(--color-secondary-100);
    border-bottom: 1px solid var(--color-secondary-100);
    background: white;
  }
  .le-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .le-trust-item {
    padding: 18px 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color-secondary-700);
    font-size: 13px;
    font-weight: 700;
  }
  .le-trust-item + .le-trust-item {
    border-left: 1px solid var(--color-secondary-100);
  }
  .le-trust-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--color-primary);
    box-shadow: 0 0 0 5px var(--color-primary-100);
  }
  .le-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
  }
  .le-section-head-copy {
    max-width: 760px;
  }
  .le-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary-700);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }
  .le-text-link svg {
    width: 18px;
    height: 18px;
    transition: transform .2s ease;
  }
  .le-text-link:hover svg {
    transform: translateX(4px);
  }
  .le-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .le-service-card {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    padding: 26px;
    border: 1px solid var(--color-secondary-200);
    border-radius: 24px;
    background: white;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .le-service-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-primary-200);
    box-shadow: 0 20px 42px rgba(34,49,45,.09);
  }
  .le-service-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: var(--color-primary-50);
    color: var(--color-primary-700);
  }
  .le-service-icon svg {
    width: 26px;
    height: 26px;
  }
  .le-service-card h3 {
    margin: 26px 0 6px;
    font-family: var(--font-serif);
    font-size: 1.42rem;
    line-height: 1.05;
  }
  .le-service-card p {
    margin: 0;
    color: var(--color-secondary-600);
    font-size: 14px;
  }
  .le-service-card .le-card-arrow {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--color-secondary-200);
    color: var(--color-primary-700);
    transition: transform .2s ease, background .2s ease;
  }
  .le-service-card:hover .le-card-arrow {
    transform: rotate(-20deg);
    background: var(--color-sun);
    border-color: var(--color-sun);
    color: #3a2a08;
  }
  .le-service-card .le-card-arrow svg {
    width: 17px;
    height: 17px;
  }
  .le-location-wrap {
    background: var(--color-primary-900);
    color: white;
    position: relative;
    overflow: hidden;
  }
  .le-location-wrap::after {
    content: "";
    position: absolute;
    right: -110px;
    top: -100px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018);
  }
  .le-location-wrap .le-kicker {
    color: #c8efe7;
  }
  .le-location-wrap .le-heading {
    color: white;
  }
  .le-location-wrap .le-subheading {
    color: #ffffff;
  }
  .le-location-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    gap: 54px;
    align-items: start;
  }
  .le-state-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .le-state-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(255,255,255,.045);
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: background .2s ease, transform .2s ease;
  }
  .le-state-link:hover {
    background: rgba(255,255,255,.1);
    transform: translateX(3px);
  }
  .le-state-link span:last-child {
    color: var(--color-sun);
  }
  .le-city-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }
  .le-city-chip {
    padding: 10px 14px;
    border-radius: 999px;
    background: white;
    color: var(--color-primary-900);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
  }
  .le-city-chip:hover {
    background: var(--color-sun);
  }
  .le-compare {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .le-compare-card {
    padding: 28px;
    border-radius: 22px;
    background: var(--color-cream);
    border: 1px solid #d8eee4;
  }
  .le-compare-card:nth-child(2) {
    background: var(--color-primary-50);
    border-color: var(--color-primary-100);
  }
  .le-compare-card:nth-child(3) {
    background: #f2fbf7;
    border-color: #cfeede;
  }
  .le-compare-card small {
    display: block;
    margin-bottom: 15px;
    color: var(--color-secondary-600);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .le-compare-card h3 {
    margin: 0 0 10px;
    font-family: var(--font-serif);
    font-size: 1.6rem;
  }
  .le-compare-card p {
    margin: 0 0 16px;
    color: var(--color-secondary-700);
    font-size: 14px;
  }
  .le-compare-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
  }
  .le-compare-card li {
    display: flex;
    gap: 9px;
    font-size: 13px;
    font-weight: 700;
    color: var(--color-secondary-700);
  }
  .le-compare-card li::before {
    content: "";
    margin-top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-primary);
    flex: 0 0 7px;
  }
  .le-price-panel {
    display: grid;
    grid-template-columns: 1fr .86fr;
    gap: 44px;
    align-items: center;
    padding: 42px;
    border-radius: 28px;
    background: white;
    border: 1px solid var(--color-secondary-200);
    box-shadow: 0 20px 50px rgba(34,49,45,.06);
  }
  .le-price-factors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .le-factor {
    padding: 14px 15px;
    border-radius: 13px;
    background: var(--color-secondary-50);
    color: var(--color-secondary-700);
    font-size: 13px;
    font-weight: 800;
  }
  .le-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .le-guide-card {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    padding: 26px;
    border-radius: 22px;
    border: 1px solid var(--color-secondary-200);
    background: white;
    text-decoration: none;
  }
  .le-guide-card:hover {
    border-color: var(--color-primary-200);
    box-shadow: 0 16px 34px rgba(34,49,45,.07);
  }
  .le-guide-label {
    color: var(--color-primary-700);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .le-guide-card h3 {
    margin: 18px 0 10px;
    font-family: var(--font-serif);
    font-size: 1.45rem;
    line-height: 1.15;
  }
  .le-guide-card p {
    margin: 0;
    color: var(--color-secondary-600);
    font-size: 14px;
  }
  .le-guide-card .le-text-link {
    margin-top: auto;
    padding-top: 22px;
  }
  .le-editorial-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: start;
    padding: 23px 25px;
    border-radius: 18px;
    background: var(--color-secondary-50);
    border: 1px solid var(--color-secondary-200);
  }
  .le-editorial-note-badge {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-primary-100);
    color: var(--color-primary-700);
    font-weight: 900;
  }
  .le-editorial-note h3 {
    margin: 0 0 4px;
    font-family: var(--font-serif);
    font-size: 1.15rem;
  }
  .le-editorial-note p {
    margin: 0;
    color: var(--color-secondary-600);
    font-size: 13px;
  }
  .le-footer {
    margin-top: auto;
    background: #0b4668;
    color: #dceffc;
  }
  .le-footer-main {
    padding: 62px 0 42px;
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr .75fr;
    gap: 42px;
  }
  .le-footer-brand img {
    width: 150px;
    filter: brightness(0) invert(1);
    opacity: .98;
  }
  .le-footer-brand p {
    max-width: 320px;
    margin: 17px 0 0;
    font-size: 13px;
    color: #c5dfef;
  }
  .le-footer h4 {
    margin: 0 0 15px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .le-footer-links {
    display: grid;
    gap: 9px;
  }
  .le-footer-links a {
    color: #dceffc;
    text-decoration: none;
    font-size: 13px;
  }
  .le-footer-links a:hover {
    color: #b9ead2;
  }
  .le-footer-bottom {
    padding: 18px 0 26px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    font-size: 11px;
    color: #a9cfe5;
  }
  .le-breadcrumbs {
    margin-bottom: 22px;
    font-size: 12px;
    color: var(--color-secondary-600);
  }
  .le-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .le-breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: 7px;
    color: var(--color-secondary-300);
  }
  .le-breadcrumbs a {
    text-decoration: none;
  }
  .le-breadcrumbs a:hover {
    color: var(--color-primary-700);
  }
  .le-page-hero {
    padding: 52px 0 36px;
    border-bottom: 1px solid var(--color-secondary-100);
    background: linear-gradient(180deg, var(--color-primary-50), rgba(255,255,255,0));
  }
  .le-page-hero h1 {
    max-width: 900px;
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(2.3rem, 4.5vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: -.035em;
  }
  .le-page-hero p {
    max-width: 720px;
    margin: 16px 0 0;
    color: var(--color-secondary-600);
    font-size: 1.05rem;
  }
  .le-page-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }
  .le-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid var(--color-secondary-200);
    border-radius: 999px;
    background: white;
    color: var(--color-secondary-700);
    font-size: 11px;
    font-weight: 800;
  }
  .le-local-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 290px;
    gap: 52px;
    align-items: start;
    padding: 50px 0 84px;
  }
  .le-local-sidebar {
    position: sticky;
    top: 128px;
    display: grid;
    gap: 14px;
  }
  .le-side-card {
    padding: 20px;
    border: 1px solid var(--color-secondary-200);
    border-radius: 18px;
    background: white;
  }
  .le-side-card h3 {
    margin: 0 0 8px;
    font-family: var(--font-serif);
    font-size: 1.15rem;
  }
  .le-side-card p {
    margin: 0;
    color: var(--color-secondary-600);
    font-size: 13px;
  }
  .le-side-links {
    display: grid;
    gap: 8px;
    margin-top: 14px;
  }
  .le-side-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-top: 1px solid var(--color-secondary-100);
    color: var(--color-secondary-700);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }
  .le-side-links a:hover {
    color: var(--color-primary-700);
  }
  .le-service-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
  }
  .le-service-pill {
    padding: 9px 12px;
    border-radius: 999px;
    background: white;
    border: 1px solid var(--color-secondary-200);
    color: var(--color-secondary-700);
    font-size: 12px;
    font-weight: 800;
  }
  .le-prose {
    color: var(--color-secondary-900);
    font-size: 1rem;
    line-height: 1.78;
  }
  .le-prose > *:first-child {
    margin-top: 0;
  }
  .le-prose h2 {
    margin: 2.6em 0 .8em;
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.1;
    letter-spacing: -.02em;
    color: var(--color-neutral);
  }
  .le-prose h3 {
    margin: 2.1em 0 .7em;
    font-family: var(--font-serif);
    font-size: 1.45rem;
    line-height: 1.2;
    color: var(--color-neutral);
  }
  .le-prose p {
    margin: 1em 0;
  }
  .le-prose a {
    color: var(--color-primary-700);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  .le-prose ul, .le-prose ol {
    padding-left: 1.3em;
  }
  .le-prose li {
    margin: .45em 0;
  }
  .le-prose blockquote {
    margin: 2em 0;
    padding: 18px 22px;
    border-left: 4px solid var(--color-sun);
    border-radius: 0 14px 14px 0;
    background: var(--color-cream);
    font-family: var(--font-serif);
    font-size: 1.15rem;
  }
  .le-prose table {
    width: 100%;
    margin: 2em 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--color-secondary-200);
    border-radius: 14px;
    font-size: 14px;
  }
  .le-prose th, .le-prose td {
    padding: 13px 14px;
    text-align: left;
    border-bottom: 1px solid var(--color-secondary-100);
  }
  .le-prose th {
    background: var(--color-primary-50);
    color: var(--color-primary-900);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .le-prose tr:last-child td {
    border-bottom: 0;
  }
  .le-prose img {
    border-radius: 18px;
  }
  .le-local-layout .le-prose > .wp-block-cover:first-child {
    display: none;
  }
  .le-local-layout .le-prose h1 {
    display: none;
  }
  .le-local-layout .le-prose .wp-block-spacer {
    height: 28px !important;
  }
  .le-local-layout .le-prose .wp-block-columns {
    gap: 20px;
  }
  .le-local-layout .le-prose .company-column,	.le-local-layout .le-prose .card {
    padding: 22px;
    border: 1px solid var(--color-secondary-200);
    border-radius: 18px;
    background: white;
    box-shadow: 0 10px 28px rgba(34,49,45,.05);
  }
  .le-local-layout .le-prose .highlighted {
    padding: 14px 18px;
    border-radius: 14px;
    background: var(--color-primary-900);
    color: white !important;
    text-transform: none !important;
  }
  .le-local-layout .le-prose .su-button,	.le-local-layout .le-prose .wp-block-button__link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--color-primary) !important;
    color: white !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }
  .le-local-layout .le-prose .su-button span {
    padding: 10px 15px !important;
    color: white !important;
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    text-shadow: none !important;
  }
  .le-local-layout .le-prose mark.has-inline-color {
    color: var(--color-primary-700) !important;
  }
  .le-local-layout .le-prose .wp-block-cover {
    overflow: hidden;
    border-radius: 20px;
  }
  .le-related {
    padding: 32px;
    border-radius: 22px;
    background: var(--color-primary-900);
    color: white;
  }
  .le-related h2 {
    margin: 0 0 8px;
    font-family: var(--font-serif);
    font-size: 1.7rem;
  }
  .le-related p {
    margin: 0;
    color: #bcd3ce;
    font-size: 13px;
  }
  .le-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
  }
  .le-related-links a {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.12);
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
  }
  .le-related-links a:hover {
    background: var(--color-sun);
    color: var(--color-primary-900);
    border-color: var(--color-sun);
  }
  .le-article-wrap {
    padding: 46px 0 84px;
  }
  .le-article-head {
    max-width: 900px;
    margin: 0 auto 34px;
    text-align: center;
  }
  .le-article-head .le-breadcrumbs ol {
    justify-content: center;
  }
  .le-article-head h1 {
    margin: 14px 0 0;
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4.9rem);
    line-height: 1.02;
    letter-spacing: -.04em;
  }
  .le-article-meta {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--color-secondary-600);
    font-size: 12px;
    font-weight: 800;
  }
  .le-article-content {
    max-width: 820px;
    margin: 0 auto;
  }
  .le-article-featured {
    width: min(1040px, calc(100% - 40px));
    margin: 0 auto 42px;
    overflow: hidden;
    border-radius: 24px;
  }
  .le-article-featured img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
  }
  .le-local-guide {
    margin: 0 0 44px;
    padding: 28px;
    border: 1px solid var(--color-primary-100);
    border-radius: 22px;
    background: linear-gradient(135deg, var(--color-primary-50), var(--color-cream));
  }
  .le-local-guide h2 {
    margin: 10px 0 12px;
    font-family: var(--font-serif);
    font-size: clamp(1.65rem, 2.6vw, 2.2rem);
    line-height: 1.12;
  }
  .le-local-guide p {
    margin: 0;
    color: var(--color-secondary-700);
  }
  .le-local-guide .le-compare {
    margin-top: 24px;
  }
  .le-local-guide .le-compare-card {
    background: white;
    border-color: var(--color-secondary-200);
  }
  .le-ad-slot {
    width: min(970px, calc(100% - 40px));
    margin: 38px auto;
    clear: both;
    text-align: center;
  }
  .le-ad-slot--article {
    width: min(820px, calc(100% - 40px));
  }
  .le-ad-slot--sidebar {
    width: 100%;
    margin: 0;
  }
  .le-ad-label {
    display: block;
    margin: 0 0 7px;
    color: var(--color-secondary-500);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .le-ad-inner {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .le-ad-slot--sidebar .le-ad-inner {
    min-height: 280px;
  }
  .le-ad-widget {
    width: 100%;
  }
  .le-ad-widget iframe, .le-ad-widget ins {
    max-width: 100%;
  }
  .le-archive-head {
    padding: 58px 0 28px;
  }
  .le-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 78px;
  }
  .le-post-card {
    overflow: hidden;
    border: 1px solid var(--color-secondary-200);
    border-radius: 20px;
    background: white;
  }
  .le-post-card-media {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--color-primary-50);
  }
  .le-post-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
  }
  .le-post-card:hover img {
    transform: scale(1.04);
  }
  .le-post-card-body {
    padding: 20px;
  }
  .le-post-card h2 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 1.42rem;
    line-height: 1.15;
  }
  .le-post-card h2 a {
    text-decoration: none;
  }
  .le-post-card p {
    margin: 10px 0 0;
    color: var(--color-secondary-600);
    font-size: 13px;
  }
  .le-pagination {
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
  }
  .le-pagination .nav-links {
    display: flex;
    gap: 8px;
  }
  .le-pagination a, .le-pagination span {
    min-width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0 10px;
    border: 1px solid var(--color-secondary-200);
    border-radius: 10px;
    background: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
  }
  .le-pagination .current {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
  }
  .le-empty {
    padding: 100px 0;
    text-align: center;
  }
  .le-empty h1 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4.7rem);
  }
  .le-empty p {
    max-width: 560px;
    margin: 14px auto 24px;
    color: var(--color-secondary-600);
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
    }
  }
  @media (max-width: 980px) {
    .le-nav {
      display: none;
    }
    .le-menu-button {
      display: inline-flex;
    }
    .le-mobile-nav {
      display: block;
    }
    .le-hero-grid, .le-location-grid, .le-price-panel, .le-local-layout {
      grid-template-columns: 1fr;
    }
    .le-hero-visual {
      min-height: 430px;
      max-width: 600px;
      width: 100%;
      margin-inline: auto;
    }
    .le-local-sidebar {
      position: static;
      grid-template-columns: repeat(2, 1fr);
    }
    .le-footer-main {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 760px) {
    .le-shell, .le-narrow {
      width: min(100% - 28px, 1180px);
    }
    .le-section {
      padding: 62px 0;
    }
    .le-section-compact {
      padding: 46px 0;
    }
    .le-topbar-inner {
      justify-content: center;
      text-align: center;
      min-height: 38px;
    }
    .le-topbar-inner span:last-child {
      display: none;
    }
    .le-header-inner {
      min-height: 66px;
    }
    .le-brand img {
      width: 132px;
      height: 48px;
    }
    .le-hero {
      padding: 52px 0 58px;
    }
    .le-search-card {
      display: grid;
      border-radius: 18px;
    }
    .le-search-card button {
      width: 100%;
    }
    .le-hero-meta {
      gap: 9px 14px;
    }
    .le-hero-visual {
      min-height: 340px;
    }
    .le-hero-photo {
      inset: 0 8px 18px 8px;
    }
    .le-hero-note {
      left: 0;
      bottom: 8px;
      width: 210px;
    }
    .le-hero-stamp {
      width: 92px;
      right: 0;
      top: 18px;
      font-size: 10px;
    }
    .le-trust-grid {
      grid-template-columns: 1fr;
    }
    .le-trust-item + .le-trust-item {
      border-left: 0;
      border-top: 1px solid var(--color-secondary-100);
    }
    .le-section-head {
      align-items: start;
      flex-direction: column;
    }
    .le-service-grid, .le-compare, .le-guide-grid, .le-card-grid {
      grid-template-columns: 1fr;
    }
    .le-service-card {
      min-height: 184px;
    }
    .le-state-list {
      grid-template-columns: 1fr;
    }
    .le-price-panel {
      padding: 27px;
    }
    .le-price-factors {
      grid-template-columns: 1fr;
    }
    .le-local-sidebar {
      grid-template-columns: 1fr;
    }
    .le-footer-main {
      grid-template-columns: 1fr;
      padding-top: 48px;
    }
    .le-footer-bottom {
      flex-direction: column;
    }
    .le-page-hero {
      padding-top: 38px;
    }
    .le-article-head,	.le-article-content {
      width: calc(100% - 32px);
      margin-left: auto;
      margin-right: auto;
    }
    .le-prose .wp-block-table {
      width: 100%;
      margin: 28px 0;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      border-radius: 14px;
      scrollbar-width: thin;
    }
    .le-prose .wp-block-table table {
      display: table;
      width: 100%;
      min-width: 680px;
      margin: 0;
      overflow: visible;
      table-layout: auto;
    }
    .le-prose .wp-block-table th,	.le-prose .wp-block-table td {
      min-width: 180px;
      white-space: normal;
      vertical-align: top;
      word-break: normal;
      overflow-wrap: normal;
    }
    .le-prose .wp-block-table th:first-child,	.le-prose .wp-block-table td:first-child {
      min-width: 150px;
    }
    .le-article-wrap {
      padding-top: 34px;
    }
  }
  @media (max-width: 782px) {
    .admin-bar .le-header {
      top: 46px;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
