.dealer-public.template-horizon {
    --dealer-theme-action: var(--dealer-accent);
    --dealer-theme-action-contrast: #ffffff;
    --dealer-template-surface: #fff;
    --dealer-template-muted: #eef5ff;
    --dealer-template-ink: #071b3a;
    --horizon-navy: var(--dealer-primary, #0b4db8);
    --horizon-blue: var(--dealer-accent, #1d6eeb);
    --horizon-ink: var(--dealer-template-ink, #071b3a);
    --horizon-muted: #5b6b82;
    --horizon-line: #d8e1ec;
    --horizon-soft: var(--dealer-template-muted, #eef5ff);
    --horizon-shadow: 0 18px 45px rgba(8, 32, 72, .12);
    color: var(--horizon-ink);
    background: #fff;
}

.dealer-public.template-horizon,
.dealer-public.template-horizon[data-template-font="inter"] {
    --dealer-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-family: var(--dealer-font-family);
}

.dealer-public.template-horizon[data-template-font="system"] {
    --dealer-font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dealer-public.template-horizon[data-template-font="georgia"] {
    --dealer-font-family: Georgia, "Times New Roman", serif;
}

.template-horizon .container-fluid {
    width: min(100% - 64px, 1536px);
    margin-inline: auto;
}

.template-horizon .dealer-topbar {
    padding-block: .62rem !important;
    border: 0;
    background: linear-gradient(90deg, var(--horizon-soft), color-mix(in srgb, var(--horizon-soft) 42%, #fff));
    color: var(--horizon-ink);
}

.template-horizon[data-template-header="compact"] .dealer-topbar {
    display: none;
}

.template-horizon .horizon-topbar-inner,
.template-horizon .horizon-offer,
.template-horizon .horizon-topbar-links {
    display: flex;
    align-items: center;
}

.template-horizon .horizon-topbar-inner {
    justify-content: space-between;
    gap: 2rem;
    font-size: .78rem;
}

.template-horizon .horizon-offer {
    min-width: 0;
    gap: .65rem;
}

.template-horizon .horizon-offer svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    color: var(--horizon-navy);
}

.template-horizon .horizon-offer strong {
    text-transform: uppercase;
    letter-spacing: .025em;
}

.template-horizon .horizon-offer span {
    color: #43546c;
}

.template-horizon .horizon-topbar-links {
    gap: 1.85rem;
    flex: 0 0 auto;
}

.template-horizon .horizon-topbar-links a {
    color: var(--horizon-ink);
    font-weight: 600;
    text-decoration: none;
}

.template-horizon .horizon-topbar-links a:hover {
    color: var(--horizon-blue);
}

.template-horizon .dealer-site-header {
    border: 0 !important;
    box-shadow: 0 1px 0 rgba(8, 32, 72, .08);
}

.template-horizon.is-scrolled .dealer-site-header {
    box-shadow: 0 12px 34px rgba(8, 32, 72, .1);
}

.template-horizon .dealer-navbar {
    min-height: 96px;
    padding-block: .72rem;
    background: #fff;
}

.template-horizon .horizon-header-container {
    display: flex;
    width: min(100% - 64px, 1536px);
    max-width: none;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(1rem, 1.4vw, 1.5rem);
}

.template-horizon .navbar-brand {
    width: clamp(210px, 17vw, 270px);
    flex: 0 1 270px;
    margin-right: 0;
    color: var(--horizon-ink);
    font-weight: 900;
    letter-spacing: -.03em;
    white-space: normal;
}

.template-horizon .dealer-logo {
    width: auto;
    max-width: 290px;
    max-height: 66px;
    object-fit: contain;
}

.template-horizon #dealerNav {
    width: 0;
    min-width: 0;
    flex: 1 1 0;
}

.template-horizon #dealerNav .navbar-nav {
    min-width: 0;
    margin-inline: auto !important;
    justify-content: center;
    gap: clamp(.05rem, .28vw, .35rem);
}

.template-horizon #dealerNav .nav-link {
    padding: .7rem clamp(.32rem, .4vw, .5rem);
    color: var(--horizon-ink);
    font-size: clamp(.69rem, .66vw, .8rem);
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .015em;
    white-space: nowrap;
}

.template-horizon #dealerNav .nav-link:hover,
.template-horizon #dealerNav .nav-link.is-active {
    color: var(--horizon-blue);
}

.template-horizon #dealerNav .btn-dealer {
    display: none;
}

.template-horizon .horizon-header-tools {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 0 0 auto;
}

.template-horizon .horizon-header-contact {
    display: flex;
    align-items: center;
    max-width: 180px;
    gap: .72rem;
    color: var(--horizon-ink);
    text-decoration: none;
}

.template-horizon .horizon-header-address {
    display: none;
}

.template-horizon .horizon-header-contact-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--horizon-soft);
    color: var(--horizon-blue);
}

.template-horizon .horizon-header-contact-icon svg {
    width: 20px;
    height: 20px;
}

.template-horizon .horizon-header-contact > span:last-child {
    display: grid;
    line-height: 1.15;
}

.template-horizon .horizon-header-contact small {
    color: #62728a;
    font-size: .67rem;
    font-weight: 700;
    text-transform: uppercase;
}

.template-horizon .horizon-header-contact strong {
    margin-top: .25rem;
    font-size: .86rem;
    line-height: 1.3;
}

.template-horizon .dealer-hero-public {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: var(--horizon-ink);
}

.template-horizon .dealer-hero-slide {
    min-height: clamp(350px, 31vw, 505px);
    padding: 0;
}

.template-horizon .dealer-hero-slide::after,
.template-horizon .dealer-hero-public::after {
    display: none;
}

.template-horizon .dealer-hero-slide::before {
    z-index: 1;
    display: block;
    background: linear-gradient(90deg, rgba(7, 27, 58, .82) 0%, rgba(7, 27, 58, .58) 34%, rgba(7, 27, 58, .12) 68%, transparent 100%);
}

.template-horizon .dealer-hero-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
    filter: none;
}

.template-horizon .dealer-hero-slide > .container {
    position: relative;
    z-index: 2;
    display: block;
    width: min(100% - 64px, 1536px);
    color: #ffffff;
}

.template-horizon .dealer-hero-slide > .container > .row {
    min-height: clamp(350px, 31vw, 505px);
}

.template-horizon .dealer-hero-slide > .container .col-lg-7 {
    max-width: 720px;
}

.template-horizon .dealer-hero-slide h1 {
    max-width: 680px;
    color: #ffffff;
    font-size: clamp(2.35rem, 4.5vw, 4.9rem);
    line-height: .98;
    letter-spacing: -.035em;
    text-shadow: 0 3px 18px rgba(2, 8, 23, .38);
}

.template-horizon .dealer-hero-slide .lead {
    max-width: 620px;
    color: rgba(255, 255, 255, .94);
    text-shadow: 0 2px 10px rgba(2, 8, 23, .4);
}

.template-horizon .dealer-hero-slide .btn {
    border-radius: 5px;
    font-weight: 750;
}

.template-horizon .dealer-hero-slide .btn-light {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--horizon-navy);
}

.template-horizon .dealer-hero-slide .btn-outline-light {
    border-color: rgba(255, 255, 255, .82);
    color: #ffffff;
}

.template-horizon .horizon-home-search-section {
    position: relative;
    z-index: 4;
    padding: 0 !important;
    margin-top: -43px;
}

.template-horizon .horizon-home-search-section > .container {
    max-width: min(1536px, calc(100% - 64px));
}

.template-horizon .dealer-home-search {
    position: relative;
    display: block;
    min-height: 170px;
    padding: 16px 22px 16px 261px;
    border: 1px solid rgba(8, 47, 100, .12);
    border-radius: 13px;
    background: #fff;
    box-shadow: var(--horizon-shadow);
}

.template-horizon .dealer-home-search-tabs {
    position: absolute;
    inset: 12px auto 12px 12px;
    display: grid;
    width: 223px;
    overflow: hidden;
    border-radius: 4px;
    background: linear-gradient(160deg, color-mix(in srgb, var(--horizon-navy) 72%, var(--horizon-blue)), color-mix(in srgb, var(--horizon-navy) 80%, #020617));
}

.template-horizon .dealer-home-search-tabs a {
    position: relative;
    display: flex;
    min-height: 66px;
    align-items: center;
    padding: 1rem 1.05rem 1rem 3.45rem;
    color: #fff;
    font-size: .81rem;
    font-weight: 750;
    text-decoration: none;
    text-transform: uppercase;
}

.template-horizon .dealer-home-search-tabs a::before {
    position: absolute;
    left: 1.15rem;
    width: 21px;
    height: 21px;
    border: 2px solid currentColor;
    border-radius: 50%;
    content: "";
}

.template-horizon .dealer-home-search-tabs a::after {
    position: absolute;
    right: 1.05rem;
    bottom: 0;
    left: 3.45rem;
    height: 1px;
    background: rgba(255,255,255,.24);
    content: "";
}

.template-horizon .dealer-home-search-tabs a:last-child::before {
    border-radius: 3px;
    transform: rotate(45deg) scale(.85);
}

.template-horizon .dealer-home-search-tabs a:last-child::after {
    display: none;
}

.template-horizon .dealer-home-search-header {
    margin: 0 0 .75rem !important;
}

.template-horizon .dealer-home-search-copy {
    text-align: left;
}

.template-horizon .dealer-home-search-copy > p {
    display: none;
}

.template-horizon .dealer-home-search-copy h2 {
    margin: 0 !important;
    color: var(--horizon-ink);
    font-size: clamp(1.15rem, 1.45vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.template-horizon .dealer-home-search-actions,
.template-horizon .dealer-range-error {
    display: none !important;
}

.template-horizon .dealer-home-search-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr)) minmax(110px, .85fr) minmax(145px, .95fr);
    align-items: start !important;
    gap: 10px !important;
    margin: 0 !important;
}

.template-horizon .dealer-home-search-grid > * {
    width: auto;
    max-width: none;
    padding: 0;
}

.template-horizon .dealer-home-search .form-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.template-horizon .dealer-home-search .form-control,
.template-horizon .dealer-home-search .form-select,
.template-horizon .dealer-home-search .btn {
    min-height: 48px;
    border-radius: 5px;
    font-size: .84rem;
}

.template-horizon .dealer-home-search .form-control,
.template-horizon .dealer-home-search .form-select {
    border-color: #cfd9e6;
    color: var(--horizon-ink);
    box-shadow: none;
}

.template-horizon .dealer-home-search .form-control:focus,
.template-horizon .dealer-home-search .form-select:focus {
    border-color: var(--horizon-blue);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--horizon-blue) 18%, transparent);
}

.template-horizon .dealer-home-search .btn-dealer {
    border-color: var(--horizon-navy);
    background: var(--horizon-navy);
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.template-horizon .dealer-home-keyword,
.template-horizon .dealer-home-type,
.template-horizon .dealer-home-year,
.template-horizon .dealer-home-mode,
.template-horizon .dealer-home-price-min,
.template-horizon .dealer-home-monthly-min,
.template-horizon .dealer-home-monthly-max,
.template-horizon .dealer-home-location,
.template-horizon .horizon-home-radius,
.template-horizon .dealer-home-view-all {
    display: none !important;
}

.template-horizon .dealer-home-make { grid-column: 1; }
.template-horizon .dealer-home-model { grid-column: 2; }
.template-horizon .dealer-home-body { grid-column: 3; }
.template-horizon .dealer-home-price { grid-column: 4; }
.template-horizon .horizon-home-zip { grid-column: 5; }
.template-horizon .dealer-home-submit { grid-column: 6; }

.template-horizon .horizon-home-advanced {
    grid-column: 1 / -1;
    text-align: center;
}

.template-horizon .horizon-home-advanced a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    color: var(--horizon-blue);
    font-size: .81rem;
    font-weight: 750;
    text-decoration: none;
}

.template-horizon .dealer-body-style-section {
    padding: 1.2rem 0 1rem !important;
    background: #fff;
}

.template-horizon .dealer-body-style-section > .container {
    max-width: min(1536px, calc(100% - 64px));
}

.template-horizon .dealer-body-style-section > .container > .d-flex {
    display: none !important;
}

.template-horizon .dealer-body-style-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.template-horizon .dealer-body-style-card {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 210px;
    grid-template-rows: 1fr auto auto;
    padding: 15px 17px 13px;
    overflow: hidden;
    border: 1px solid var(--horizon-line);
    border-radius: 10px;
    background: #fff;
    color: var(--horizon-ink);
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.template-horizon .dealer-body-style-card:hover {
    border-color: color-mix(in srgb, var(--horizon-blue) 48%, var(--horizon-line));
    box-shadow: 0 14px 30px rgba(8, 47, 100, .1);
    transform: translateY(-2px);
}

.template-horizon .dealer-body-style-image-wrap {
    display: flex;
    min-height: 112px;
    align-items: center;
    justify-content: center;
    order: 2;
}

.template-horizon .dealer-body-style-image-wrap img {
    width: 94%;
    height: 105px;
    object-fit: contain;
    filter: saturate(.95) contrast(1.05);
}

.template-horizon .dealer-body-style-label {
    order: 1;
    font-size: .98rem;
    font-weight: 850;
    text-transform: uppercase;
}

.template-horizon .dealer-body-style-count {
    position: absolute;
    top: 38px;
    left: 17px;
    color: var(--horizon-blue);
    font-size: .76rem;
    font-weight: 750;
}

.template-horizon .horizon-body-style-link {
    order: 3;
    color: var(--horizon-blue);
    font-size: .77rem;
    font-weight: 750;
    text-align: center;
}

.template-horizon .horizon-benefits {
    padding: 0 0 1rem;
    background: #fff;
}

.template-horizon .horizon-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 16px 20px;
    border-radius: 9px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--horizon-soft) 76%, #fff), var(--horizon-soft));
}

.template-horizon .horizon-benefits article {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 1rem;
    padding: 0 24px;
    border-right: 1px solid #d9e2ed;
}

.template-horizon .horizon-benefits article:last-child {
    border-right: 0;
}

.template-horizon .horizon-benefit-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    color: var(--horizon-blue);
}

.template-horizon .horizon-benefit-icon svg {
    width: 36px;
    height: 36px;
}

.template-horizon .horizon-benefits article > span:last-child,
.template-horizon .horizon-action-band article > span {
    display: grid;
}

.template-horizon .horizon-benefits strong,
.template-horizon .horizon-action-band strong {
    font-size: .82rem;
    font-weight: 850;
    text-transform: uppercase;
}

.template-horizon .horizon-benefits small,
.template-horizon .horizon-action-band small {
    margin-top: .25rem;
    color: #596980;
    font-size: .74rem;
    line-height: 1.45;
}

.template-horizon .horizon-action-band {
    padding: 0 0 1.5rem;
    background: #fff;
}

.template-horizon .horizon-action-grid {
    display: grid;
    grid-template-columns: 2.1fr .95fr;
    gap: 14px;
}

.template-horizon .horizon-action-grid article {
    display: flex;
    min-height: 84px;
    align-items: center;
    border-radius: 9px;
}

.template-horizon .horizon-test-drive {
    gap: 1.1rem;
    padding: 15px 26px;
    background: linear-gradient(110deg, color-mix(in srgb, var(--horizon-navy) 78%, var(--horizon-blue)), color-mix(in srgb, var(--horizon-navy) 84%, #020617));
    color: #fff;
}

.template-horizon .horizon-action-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
}

.template-horizon .horizon-action-icon svg {
    width: 28px;
    height: 28px;
}

.template-horizon .horizon-test-drive small {
    color: rgba(255, 255, 255, .78);
}

.template-horizon .horizon-test-drive .btn {
    min-width: 195px;
    min-height: 48px;
    margin-left: auto;
    border-color: #fff;
    border-radius: 5px;
    color: var(--horizon-blue);
    font-size: .82rem;
    font-weight: 850;
    text-transform: uppercase;
}

.template-horizon .horizon-question {
    justify-content: space-between;
    gap: 1rem;
    padding: 15px 26px;
    background: var(--horizon-soft);
}

.template-horizon .horizon-question a {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--horizon-ink);
    font-size: 1rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.template-horizon .horizon-question a svg {
    width: 22px;
    height: 22px;
    color: var(--horizon-blue);
}

.template-horizon .btn-dealer,
.template-horizon .btn-primary,
.template-horizon .dealer-mobile-actions a {
    border-color: var(--horizon-navy);
    background: var(--horizon-navy);
    color: #fff;
}

.template-horizon[data-template-buttons="square"] .btn,
.template-horizon[data-template-buttons="square"] .dealer-mobile-actions a {
    border-radius: 2px;
}

.template-horizon .dealer-vehicle-card,
.template-horizon .dealer-module-card,
.template-horizon .dealer-content-card,
.template-horizon .dealer-detail-panel,
.template-horizon .dealer-lead-panel,
.template-horizon .dealer-filter-panel {
    border-color: var(--horizon-line);
    border-radius: 9px;
    background: #fff;
}

.template-horizon[data-template-cards="shadow"] .dealer-vehicle-card,
.template-horizon[data-template-cards="shadow"] .dealer-module-card,
.template-horizon[data-template-cards="shadow"] .dealer-content-card {
    box-shadow: 0 14px 32px rgba(8, 32, 72, .09);
}

.template-horizon .dealer-vehicle-card:hover,
.template-horizon .dealer-module-card:hover,
.template-horizon .dealer-content-card:hover {
    border-color: color-mix(in srgb, var(--horizon-blue) 42%, var(--horizon-line));
    box-shadow: 0 16px 36px rgba(8, 32, 72, .11);
}

.template-horizon .dealer-band,
.template-horizon .dealer-social-band {
    background: var(--horizon-soft);
}

.template-horizon .dealer-footer {
    background: #06162e;
    color: #dce8f8;
}

.template-horizon .dealer-footer a {
    color: #fff;
}

.template-horizon .dealer-footer .text-secondary {
    color: #a0aec0 !important;
}

.template-horizon :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid color-mix(in srgb, var(--horizon-blue) 45%, #fff);
    outline-offset: 3px;
}

@media (max-width: 1399.98px) {
    .template-horizon .container-fluid,
    .template-horizon .horizon-home-search-section > .container,
    .template-horizon .dealer-body-style-section > .container {
        width: calc(100% - 40px);
        max-width: none;
    }

    .template-horizon .horizon-header-tools {
        gap: 1rem;
    }

    .template-horizon .horizon-header-address {
        display: none;
    }

    .template-horizon #dealerNav .nav-link {
        padding-inline: .42rem;
        font-size: .7rem;
    }

    .template-horizon .dealer-home-search { padding-left: 221px; }

    .template-horizon .dealer-home-search-tabs {
        width: 183px;
    }

    .template-horizon .dealer-home-search-grid {
        grid-template-columns: repeat(4, minmax(105px, 1fr)) 100px 140px;
    }
}

@media (max-width: 1199.98px) {
    .template-horizon .horizon-offer span,
    .template-horizon .horizon-topbar-links a:first-child {
        display: none;
    }

    .template-horizon .navbar-brand {
        width: 210px;
    }

    .template-horizon .horizon-header-tools {
        display: none;
    }

    .template-horizon .dealer-home-search-grid {
        grid-template-columns: repeat(3, minmax(130px, 1fr));
    }

    .template-horizon .dealer-home-make { grid-column: 1; }
    .template-horizon .dealer-home-model { grid-column: 2; }
    .template-horizon .dealer-home-body { grid-column: 3; }
    .template-horizon .dealer-home-price { grid-column: 1; }
    .template-horizon .horizon-home-zip { grid-column: 2; }
    .template-horizon .dealer-home-submit { grid-column: 3; }
    .template-horizon .dealer-home-search { min-height: 220px; }

    .template-horizon .horizon-benefits article {
        padding-inline: 14px;
    }

    .template-horizon .horizon-benefit-icon {
        width: 40px;
        flex-basis: 40px;
    }
}

@media (max-width: 991.98px) {
    .template-horizon .container-fluid,
    .template-horizon .horizon-home-search-section > .container,
    .template-horizon .dealer-body-style-section > .container {
        width: calc(100% - 30px);
    }

    .template-horizon .horizon-topbar-links {
        gap: 1rem;
    }

    .template-horizon .dealer-navbar {
        min-height: 76px;
    }

    .template-horizon .dealer-logo {
        max-height: 54px;
    }

    .template-horizon .horizon-header-container {
        flex-wrap: wrap;
    }

    .template-horizon #dealerNav {
        width: 100%;
        flex-basis: 100%;
        padding: .75rem 0;
        border-top: 1px solid var(--horizon-line);
    }

    .template-horizon #dealerNav .navbar-nav {
        align-items: stretch !important;
    }

    .template-horizon #dealerNav .nav-link {
        min-height: 44px;
        padding: .72rem;
        font-size: .83rem;
    }

    .template-horizon .dealer-hero-slide {
        min-height: 340px;
    }

    .template-horizon .dealer-home-search { padding-left: 196px; }

    .template-horizon .dealer-home-search-tabs {
        width: 158px;
    }

    .template-horizon .dealer-home-search-tabs a {
        padding-left: 2.65rem;
        font-size: .68rem;
    }

    .template-horizon .dealer-home-search-tabs a::before {
        left: .75rem;
    }

    .template-horizon .dealer-body-style-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .template-horizon .horizon-benefits article:nth-child(2) {
        border-right: 0;
    }

    .template-horizon .horizon-action-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .template-horizon .horizon-topbar-inner {
        min-height: 28px;
    }

    .template-horizon .horizon-topbar-links {
        display: none;
    }

    .template-horizon .horizon-offer {
        width: 100%;
        justify-content: center;
    }

    .template-horizon .horizon-offer span {
        display: inline;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .template-horizon .navbar-brand {
        width: auto;
        max-width: calc(100% - 70px);
    }

    .template-horizon .dealer-hero-slide {
        min-height: 280px;
    }

    .template-horizon .dealer-hero-background {
        object-position: 64% center;
    }

    .template-horizon .horizon-home-search-section {
        margin-top: -24px;
    }

    .template-horizon .dealer-home-search {
        display: block;
        min-height: 0;
        padding: 92px 15px 15px;
    }

    .template-horizon .dealer-home-search-tabs {
        inset: 10px 10px auto;
        display: grid;
        width: auto;
        height: 66px;
        grid-template-columns: 1fr 1fr;
    }

    .template-horizon .dealer-home-search-tabs a {
        min-height: 66px;
        justify-content: center;
        padding: .75rem .75rem .75rem 2.6rem;
        text-align: center;
    }

    .template-horizon .dealer-home-search-tabs a::after {
        inset: 13px 0 13px auto;
        width: 1px;
        height: auto;
    }

    .template-horizon .dealer-home-search-header {
        margin-bottom: .7rem !important;
        text-align: center;
    }

    .template-horizon .dealer-home-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .template-horizon .dealer-home-make,
    .template-horizon .dealer-home-model,
    .template-horizon .dealer-home-body,
    .template-horizon .dealer-home-price,
    .template-horizon .horizon-home-zip,
    .template-horizon .dealer-home-submit {
        grid-column: auto;
    }

    .template-horizon .horizon-home-advanced {
        grid-column: 1 / -1;
    }

    .template-horizon .dealer-body-style-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .template-horizon .dealer-body-style-card {
        min-height: 190px;
    }

    .template-horizon .horizon-benefits-grid {
        grid-template-columns: 1fr;
        padding-inline: 0;
    }

    .template-horizon .horizon-benefits article,
    .template-horizon .horizon-benefits article:nth-child(2) {
        padding: 0 18px 18px;
        border-right: 0;
        border-bottom: 1px solid var(--horizon-line);
    }

    .template-horizon .horizon-benefits article:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .template-horizon .horizon-test-drive {
        flex-wrap: wrap;
    }

    .template-horizon .horizon-test-drive .btn {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .template-horizon .container-fluid,
    .template-horizon .horizon-home-search-section > .container,
    .template-horizon .dealer-body-style-section > .container {
        width: calc(100% - 20px);
    }

    .template-horizon .horizon-offer {
        font-size: .69rem;
    }

    .template-horizon .dealer-hero-slide {
        min-height: 240px;
    }

    .template-horizon .dealer-body-style-grid {
        gap: 10px;
    }

    .template-horizon .dealer-body-style-card {
        min-height: 170px;
        padding-inline: 12px;
    }

    .template-horizon .dealer-body-style-image-wrap {
        min-height: 90px;
    }

    .template-horizon .dealer-body-style-image-wrap img {
        height: 82px;
    }

    .template-horizon .dealer-body-style-label {
        font-size: .82rem;
    }

    .template-horizon .dealer-body-style-count {
        left: 12px;
        font-size: .68rem;
    }

    .template-horizon .horizon-question {
        align-items: flex-start !important;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .template-horizon *,
    .template-horizon *::before,
    .template-horizon *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
