.vl-single-car {
    background: #F5F5F5;
    color: #111111;
}

.vl-single-car__shell {
    width: min(100% - 40px, 1280px);
    margin: 0 auto;
    padding: 48px 0 72px;
}


.vl-car-breadcrumb {
    margin: 0 0 18px;
}

.vl-car-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #8A8A8A;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.vl-car-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.vl-car-breadcrumb__separator {
    margin: 0 10px;
    color: #B3B3B3;
}

.vl-car-breadcrumb__link {
    color: #8A8A8A;
    text-decoration: none;
}

.vl-car-breadcrumb__link:hover,
.vl-car-breadcrumb__link:focus {
    color: #D71A21;
}

.vl-car-breadcrumb__link:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 3px;
}

.vl-car-breadcrumb__current {
    max-width: 100%;
    overflow: hidden;
    color: #8A8A8A;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vl-single-car__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.vl-single-car__layout.has-sidebar {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
}

.vl-single-car__primary {
    min-width: 0;
}

.vl-car-sidebar {
    display: grid;
    gap: 18px;
    min-width: 0;
    align-content: start;
}

.vl-single-car__main {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
    gap: 34px;
    align-items: start;
}

.vl-single-car__title {
    margin: 0;
    color: #111111;
    font: inherit;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.12;
}

.vl-car-gallery {
    width: 100%;
    min-width: 0;
}

.vl-car-summary {
    min-width: 0;
    padding: 8px 0 0;
}

.vl-car-summary__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.vl-car-summary__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.vl-car-summary__badge--new {
    background: #D71A21;
    color: #ffffff;
}

.vl-car-summary__badge--status {
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    color: #111111;
}

.vl-car-summary__variant {
    margin-top: 10px;
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.vl-car-summary__price {
    margin-top: 22px;
    color: #D71A21;
    font-size: clamp(30px, 2.6vw, 40px);
    font-weight: 700;
    line-height: 1;
}

.vl-car-summary__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 24px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.vl-car-summary__spec {
    min-width: 0;
    padding: 18px 16px 18px 0;
}

.vl-car-summary__spec + .vl-car-summary__spec {
    padding-left: 20px;
    border-left: 1px solid #e2e2e2;
}

.vl-car-summary__spec-label,
.vl-car-summary__spec-value {
    display: block;
}

.vl-car-summary__spec-label {
    margin-bottom: 5px;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
}

.vl-car-summary__spec-value {
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}


/*
 * Single Car conversion block.
 *
 * The CTA deliberately carries Elementor's existing `.elementor-button`
 * component classes in the markup so its visual treatment is inherited from
 * the already-approved site-wide Button system. These scoped rules only own
 * Single Car placement, width and icon/content alignment.
 */
.vl-car-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
    text-align: center;
}

.vl-single-car .vl-car-contact__cta {
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 15px 20px;
    border: 0;
    border-radius: 30px;
    background-color: var(--e-global-color-primary, #D71A21);
    color: var(--e-global-color-53c157b, #ffffff);
    fill: var(--e-global-color-53c157b, #ffffff);
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    transition: 0.3s;
}

.vl-single-car .vl-car-contact__cta:hover,
.vl-single-car .vl-car-contact__cta:focus {
    background-color: var(--e-global-color-accent, #B9141B);
    color: var(--e-global-color-53c157b, #ffffff);
    border-color: rgba(185, 20, 27, 0);
}

.vl-single-car .vl-car-contact__cta:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 3px;
}

.vl-single-car .vl-car-contact__cta .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: auto;
}

.vl-single-car .vl-car-contact__cta .elementor-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.vl-single-car .vl-car-contact__cta .elementor-button-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.vl-car-contact__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    color: #111111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.vl-car-contact__phone:hover,
.vl-car-contact__phone:focus {
    color: #D71A21;
}

.vl-car-contact__phone:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 4px;
}

.vl-car-contact__phone svg {
    display: block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    fill: currentColor;
}

.vl-car-contact__hours {
    margin-top: 10px;
    color: #8A8A8A;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.vl-car-gallery__stage {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #f5f5f5;
}

.vl-car-gallery__primary {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__nav {
    position: absolute;
    top: 50%;
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;

    margin: 0;
    padding: 0;

    appearance: none;

    border: 1px solid #e2e2e2;
    border-radius: 50%;

    background: #ffffff;
    color: #111111;

    font: inherit;
    font-size: 20px;
    line-height: 1;

    cursor: pointer;

    transform: translateY(-50%);

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__nav--prev {
    left: 14px;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__nav--next {
    right: 14px;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__nav:hover {
    background: #D71A21;
    border-color: #D71A21;
    color: #ffffff;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__nav:focus {
    border-radius: 50%;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__nav:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 2px;
}


.vl-single-car .vl-car-gallery button.vl-car-gallery__thumb.is-window-hidden {
    display: none;
}

.vl-car-gallery__counter {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    min-width: 42px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    pointer-events: none;
}

.vl-car-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__thumb {
    overflow: hidden;
    aspect-ratio: 4 / 3;

    box-sizing: border-box;

    margin: 0;
    padding: 0;

    appearance: none;

    border: 1px solid #e2e2e2;
    border-radius: 6px;

    background: #f5f5f5;
    box-shadow: none;

    cursor: pointer;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__thumb:hover {
    border-color: #e2e2e2;
    background: #f5f5f5;
    box-shadow: none;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__thumb.is-active,
.vl-single-car .vl-car-gallery button.vl-car-gallery__thumb.is-active:hover {
    border-color: #D71A21;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__thumb:focus {
    border-radius: 6px;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__thumb:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 2px;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;

    transform: scale(1);
    transition: transform 0.2s ease;
}

.vl-single-car .vl-car-gallery button.vl-car-gallery__thumb:hover img {
    transform: scale(1.025);
}

.vl-car-gallery__empty {
    display: grid;
    aspect-ratio: 4 / 3;
    place-content: center;
    gap: 8px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #f5f5f5;
    text-align: center;
}

.vl-car-gallery__empty strong {
    color: #D71A21;
    font-size: 20px;
    font-style: italic;
}

.vl-car-gallery__empty span {
    color: #8a8a8a;
    font-size: 14px;
}


.vl-car-specifications {
    margin-top: 28px;
    padding: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #ffffff;
}

.vl-car-specifications__title {
    margin: 0 0 22px;
    color: #111111;
    font: inherit;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.vl-car-specifications__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.vl-car-spec-group {
    min-width: 0;
}

.vl-car-spec-group__title {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 24px;
    margin: 0 0 12px;
    color: #111111;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.vl-car-spec-group__marker {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border: 2px solid #D71A21;
    border-radius: 50%;
}

.vl-car-spec-group__list {
    margin: 0;
}

.vl-car-spec-group__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: baseline;
    padding: 7px 0;
    border-bottom: 1px solid #eeeeee;
}

.vl-car-spec-group__row:last-child {
    border-bottom: 0;
}

.vl-car-spec-group__row dt,
.vl-car-spec-group__row dd {
    margin: 0;
    min-width: 0;
    font-size: 13px;
    line-height: 1.35;
}

.vl-car-spec-group__row dt {
    color: #666666;
    font-weight: 400;
}

.vl-car-spec-group__row dd {
    color: #111111;
    font-weight: 500;
    text-align: right;
    overflow-wrap: anywhere;
}


.vl-car-equipment,
.vl-car-description,
.vl-car-finance,
.vl-car-video {
    min-width: 0;
    padding: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #ffffff;
}

.vl-car-content-card__title {
    margin: 0 0 18px;
    color: #111111;
    font: inherit;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.vl-car-equipment__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vl-car-equipment__item {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid #e2e2e2;
    border-radius: 999px;
    background: #f5f5f5;
    color: #111111;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.vl-car-description__content {
    min-width: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
    overflow-wrap: anywhere;
    word-break: normal;
}

.vl-car-description__content p {
    margin: 0 0 14px;
}

.vl-car-description__content p:last-child {
    margin-bottom: 0;
}


.vl-car-finance__intro {
    margin: 0 0 18px;
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

.vl-car-finance__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
}

.vl-car-finance__item {
    min-width: 0;
    margin: 0;
    padding: 0 12px;
    border-right: 1px solid #e2e2e2;
}

.vl-car-finance__item:first-child {
    padding-left: 0;
}

.vl-car-finance__item:last-child {
    padding-right: 0;
    border-right: 0;
}

.vl-car-finance__label,
.vl-car-finance__value {
    margin: 0;
}

.vl-car-finance__label {
    color: #8A8A8A;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
}

.vl-car-finance__value {
    margin-top: 7px;
    color: #111111;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.vl-car-finance__more {
    display: inline-block;
    margin-top: 18px;
    color: #D71A21;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.vl-car-finance__more:hover,
.vl-car-finance__more:focus {
    text-decoration: underline;
}

.vl-car-finance__more:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 3px;
}


.vl-car-video__title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vl-car-video__title-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: #D71A21;
}

.vl-car-video__title-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linejoin: round;
}

.vl-car-video__title-icon svg path {
    fill: currentColor;
    stroke: none;
}

.vl-car-video__body {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 16px;
    align-items: center;
}

.vl-car-video__media {
    position: relative;
    display: block;
    min-width: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 7px;
    background: #111111;
    text-decoration: none;
}

.vl-car-video__thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vl-car-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    color: #111111;
    transform: translate(-50%, -50%);
}

.vl-car-video__play svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.vl-car-video__copy {
    min-width: 0;
}

.vl-car-video__text {
    margin: 0;
    color: #111111;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.vl-car-video__link {
    display: inline-block;
    margin-top: 20px;
    color: #D71A21;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.vl-car-video__link:hover,
.vl-car-video__link:focus {
    text-decoration: underline;
}

.vl-car-video__media:focus-visible,
.vl-car-video__link:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 3px;
}

.vl-car-video__upload-wrap {
    overflow: hidden;
    border-radius: 7px;
    background: #111111;
}

.vl-car-video__upload {
    display: block;
    width: 100%;
    max-width: 100%;
    background: #111111;
}


/*
 * LOCKED exact reuse: Homepage `find-car-outer`.
 *
 * Source of truth:
 * - #find-car-outer / Elementor data-id 7f34a1d
 * - #find-car-inner / Elementor data-id a250f0f
 * - Heading data-id 6f52a23
 * - Text data-id 318d0b6
 * - Button data-id 0ddecfc
 *
 * Elementor's original generated rules are page-scoped to `.elementor-7`.
 * The Single Car template is project-owned PHP, so the verified component
 * values are reproduced here against the preserved IDs/classes rather than
 * relying on Homepage-only generated CSS.
 */
#find-car-outer {
    display: flex;
    width: 100%;
    min-height: 210px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 48px 0;
    background-color: var(--e-global-color-53c157b, #ffffff);
}

#find-car-inner {
    display: flex;
    width: 1280px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    padding: 0;
}

#find-car-inner > .elementor-element-6f52a23 {
    margin: 0;
    padding: 0;
    text-align: center;
}

#find-car-inner > .elementor-element-6f52a23 .elementor-heading-title {
    margin: 0;
    padding: 0;
    color: var(--e-global-color-text, #111111);
    font-family: Manrope, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
}

#find-car-inner > .elementor-element-318d0b6 {
    width: 480px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: var(--e-global-color-01039e0, #666666);
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

#find-car-inner > .elementor-element-0ddecfc {
    width: auto;
    margin: 0;
    padding: 0;
}

#find-car-inner > .elementor-element-0ddecfc .elementor-button {
    display: inline-block;
    padding: 15px 20px;
    border: 0;
    border-radius: 30px;
    background-color: var(--e-global-color-primary, #D71A21);
    color: var(--e-global-color-53c157b, #ffffff);
    fill: var(--e-global-color-53c157b, #ffffff);
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

#find-car-inner > .elementor-element-0ddecfc .elementor-button:hover,
#find-car-inner > .elementor-element-0ddecfc .elementor-button:focus {
    background-color: var(--e-global-color-accent, #B9141B);
    color: var(--e-global-color-53c157b, #ffffff);
    border-color: rgba(185, 20, 27, 0);
}

#find-car-inner > .elementor-element-0ddecfc .elementor-button:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 3px;
}

.vl-mobile-break {
    display: none;
}

@media (max-width: 1024px) {

    .vl-single-car__shell {
        padding-top: 32px;
        padding-bottom: 48px;
    }


    #find-car-inner {
        width: 100%;
    }


    .vl-single-car__main {
        grid-template-columns: 1fr;
    }

    .vl-car-summary {
        padding-top: 6px;
    }

    .vl-car-specifications__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vl-single-car__layout.has-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {

    .vl-car-gallery__counter {
        top: 10px;
        left: 10px;
        min-width: 38px;
        min-height: 26px;
        padding: 4px 8px;
        font-size: 11px;
    }



    .vl-mobile-break {
        display: block;
    }



    .vl-car-breadcrumb {
        margin-bottom: 14px;
    }

    .vl-car-breadcrumb__list {
        font-size: 11px;
    }

    .vl-car-breadcrumb__current {
        max-width: 180px;
    }



    .vl-car-video__body {
        grid-template-columns: 1fr;
    }

    .vl-car-video__link {
        margin-top: 12px;
    }



    .vl-car-finance__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vl-car-finance__item,
    .vl-car-finance__item:first-child,
    .vl-car-finance__item:last-child {
        padding: 0;
        border-right: 0;
    }


    .vl-single-car__shell {
        width: min(100% - 28px, 1280px);
        padding: 32px 0 48px;
    }

    .vl-car-gallery__thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .vl-car-summary__specs {
        grid-template-columns: 1fr 1fr;
    }

    .vl-car-specifications,
    .vl-car-equipment,
    .vl-car-description,
    .vl-car-finance,
    .vl-car-video {
        padding: 20px;
    }

    .vl-car-specifications__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vl-single-car .vl-car-gallery button.vl-car-gallery__nav {
        width: 38px;
        height: 38px;
    }
}
