@font-face {
    font-family: "kenteken";
    src: url(../fonts/kenteken-webfont.woff2) format("woff2"), url(../fonts/kenteken-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

/* Overview */

.vehiclesList {
    position: relative;
    transition: all 1s ease;
}

.vehiclesList.loading {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.overviewBrand {
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 0;
}

.overviewThumb {
    overflow: hidden;
    position: relative;
    min-height: 277px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 0;
}

.overviewVehicle.hasOverlay .overviewOverlay {
    display: block;
}

.overviewVehicle.hasOverlay .overviewThumb {
    filter: grayscale(100);
}

.overviewVehicle .overviewOverlay {
    pointer-events: none;
    padding: 15px;
    font-size: 25px;
    background: #9a1e18;
    position: absolute;
    left: auto;
    top: 30px;
    color: #fff;
    text-align: center;
    margin-left: -11px;
    display: none;
}

.overviewVehicle .overviewOverlay:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    bottom: 100%;
    left: 0;
    border-bottom: 10px solid #562826;
    border-left: 11px solid transparent;
}

.overviewThumb img {
    transition: transform .5s ease;
    top: 0;
    left: 0;
    position: absolute;
    /*max-height: 270px;*/
    min-height: 277px;
    object-fit: cover;
}

.overviewThumb img.placeholder {
    z-index: 1;
}

.overviewThumb img.vehicleThumb {
    z-index: 2;
}

.overviewThumb img:hover {
    transform: scale(1.2);
}

.overviewRow {
    margin-bottom: 20px;
    overflow: hidden;
}

.overviewVehicle {
    position: relative;
    margin-bottom: 3em;
    /*max-height: 270px !important;*/
}

.overviewSpecsList {
    padding: 5px;
    margin: 0;
    font-size: 11px;
    background: rgba(154, 30, 24, 0.35);
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    pointer-events: none;
    text-align: left;
    z-index: 3;
}

.overviewPrice {
    padding: 3px;
    margin: 0;
    font-size: 11px;
    background: #9a1e18;
    position: absolute;
    right: 10px;
    top: 30px;
    color: #fff;
    transform: rotate(15deg);
    border-radius: 8px;
    transition: 1s;
    pointer-events: none;
}

@media (min-width: 350px) {
    .overviewPrice {
        transition: all 1s ease;
        transform: scale(1.5) rotate(15deg);
    }
}

.overviewSpecsList li {
    display: inline;
}

.overviewSpecsList li:after {
    content: ' |';
}

.overviewSpecsList li:last-child:after {
    content: none;
}

.carOption {
    margin: 2px;
}

/* Light Slider */
.galleryThumb img {
    max-width: 100px;
    padding-right: 15px;
    padding-top: 15px;
}

.lSAction>a {
    background-image: url(../images/controls.png);
}

/* Light Gallery */
.lg-outer .lg-item {
    background: url(../images/loading.gif) center center no-repeat;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../images/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../images/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../images/video-play.png) no-repeat;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../images/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../images/youtube-play.png) 0 -60px no-repeat
}

/* Car details */
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media .media-heading {
    margin-top: 0;
}

.carDetails {
    margin-bottom: 20px;
}

.carDetails .media-object {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}

.carDetails .audio {
    background-image: url(../images/icons/speaker.png);
}

.carDetails .comfort {
    background-image: url(../images/icons/office-chair.png);
}

.carDetails .exterior {
    background-image: url(../images/icons/door.png);
}

.carDetails .interior {
    background-image: url(../images/icons/steering-wheel.png);
}

.carDetails .safety {
    background-image: url(../images/icons/shield.png);
}

.carDetails .technology {
    background-image: url(../images/icons/settings.png);
}

/* Reponsive tabs */
.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left .tab-content {
    overflow: auto;
}

.priceView {
    text-align: center;
}

.priceView>span {
    font-size: 22px;
    line-height: 24px;
}

.priceView>span,
.priceView>h2 {
    display: inline;
}

/*
Spinner
 */
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    color: #dc3545 !important;
    font-size: 1rem !important;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*
Sorting
 */
.vehicleSorting {
    text-align: center;
}

.vehicleSorting select {
    /*width: 175px;
    max-width: 175px;*/
    width: auto;
}

.vehiclesLoading {
    position: absolute;
    z-index: 1;
    text-align: center;
    display: none;
    left: 50%;
}

/* <div class="licensePlateNL">L-827-JR</div> */

div.licensePlateNL {
    background: transparent url(../images/kenteken.svg) no-repeat;
    background-size: contain;
    width: 117px;
    height: 29px;
    font-size: 18px;
    padding: 0 0 0 32px;
    font-family: "kenteken";
    line-height: 30px;
    font-weight: 400;
    color: #000;
    box-sizing: initial;
}

/* On hover marquee effect */
.overviewBrand {
    height: 19px;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-bottom: 0;
    text-overflow: ellipsis;
}

.overviewVehicle:hover .overviewBrand span {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    /* line-height: 50px; */

    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);

    /* Apply animation to this element */
    -moz-animation: marquee 8s linear infinite;
    -webkit-animation: marquee 8s linear infinite;
    animation: marquee 8s linear infinite;
}

/* Move it (define the animation) */

@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(100%);
        /* Firefox bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(-100%);
        /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

/* Vehicle detail update */
.vehicleTitle {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.vehicleTitle .vehicleName>h1 {
    float: left;
    font-size: 25pt;
}

.vehicleTitle .vehiclePrice>h1 {
    float: right;
    font-size: 25pt;
    color: #9a1e18;
    /* background-color: #9a1e18; */
    /* padding: 0px 5px 0px 5px; */
    font-weight: bold;
    /* border-radius: 8px; */
}

.vehicleTitle .vehiclePrice>h1.card-price {
    margin-top: 13px;
    color: #fff;
}

.specsRowLeft {
    background: #f5f7f7;
    padding: 0px 30px;
    padding-top: 3px;
}

.specsRowLeft>li:hover {
    background-color: #eeeeee;
}

.specsRowLeft>li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.specsRowLeft>li>span {
    line-height: 60px;
    display: block;
    border-bottom: 1px solid #dddddd;
    color: #777777;
    cursor: auto;
}

.specsRowLeft>li:last-child {
    border-bottom: none;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.specsRowLeft>li>span>i {
    padding-right: 10px;
}

.specsRowLeft>li>span>span {
    float: right;
    color: #34373b;
    font-weight: bold;
}

.specsRowLeft>li>span>span.energieLabel {
    padding-top: 19px;
}

.inline-gallery-container {
    min-height: 640px;
    /* min-width: 480px; */
    background-image: url(/media/com_jgermacars/images/placeholder.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lg-inline .lg-backdrop {
    background-color: unset;
}

.lg-inline .lg-toolbar .lg-icon:hover {
    color: #000;
}

.lg-outer .lg-thumb-outer {
    background-color: unset;
}

.vehicleOptions li.label.label-important.carOption {
    padding: 10px;
    background-image: url(/media/com_jgermacars/images/check-green.png);
    background-repeat: no-repeat;
    background-position: left;
    background-origin: content-box;
    background-color: #f5f7f7;
    color: #999;
    vertical-align: unset;
    display: list-item;
}

.vehicleOptions li.label.label-important.carOption span {
    margin-left: 25px;
}

.carDetailsTabs .nav-tabs>li>span,
.carDetailsTabs .nav-tabs>li>a {
    line-height: 35px;
}

/* Energie labels */

.classAPlusPlus,
.classAPlus,
.classA,
.classB,
.classC,
.classD,
.classE {
    position: relative;
    display: block;
    height: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 3px;
    line-height: 18px;
    color: #fff;
    /* font-family: Arial, sans-serif; */
    font-size: 14px;
    font-weight: 700;
}

.classAPlusPlus::after,
.classAPlus::after,
.classA::after,
.classB::after,
.classC::after,
.classD::after,
.classE::after {
    content: "";
    position: absolute;
    left: 100%;
    border: 9px solid transparent;
    border-left: 9px solid #fbb900;
}

.classAPlusPlus>sup,
.classAPlus>sup,
.classA>sup,
.classB>sup,
.classC>sup,
.classD>sup,
.classE>sup {
    position: absolute;
    top: -3px;
}

.classAPlusPlus {
    width: 30px;
    background-color: #63aa5a;
    border-color: #63aa5a;
}

.classAPlusPlus::after {
    border-left-color: #63aa5a;
}

.classAPlus {
    width: 37px;
    background-color: #7bae4a;
    border-color: #7bae4a;
}

.classAPlus::after {
    border-left-color: #7bae4a;
}

.classA {
    width: 44px;
    background-color: #bdd342;
    border-color: #bdd342;
}

.classA::after {
    border-left-color: #bdd342;
}

.classB {
    width: 51px;
    background-color: #ffe731;
    border-color: #ffe731;
}

.classB::after {
    border-left-color: #ffe731;
}

.classC {
    width: 58px;
    background-color: #fbb900;
    border-color: #fbb900;
}

.classC::after {
    border-left-color: #fbb900;
}

.classD {
    width: 65px;
    background-color: #fb8800;
    border-color: #fb8800;
}

.classD::after {
    border-left-color: #fb8800;
}

.classE {
    width: 72px;
    background-color: #e30613;
    border-color: #e30613;
}

.classE::after {
    border-left-color: #e30613;
}

/* Price tags */
.card-price {
    display: inline-block;

    width: auto;
    height: 38px;

    background-color: #9a1e18;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;

    border-left: 1px solid #9a1e18;

    /* This makes room for the triangle */
    margin-left: 19px;

    position: relative;

    color: white;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;

    padding: 0 10px 0 10px;
}

/* Makes the triangle */
.card-price:before {
    content: "";
    position: absolute;
    display: block;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid #9a1e18;
}

/* Makes the circle */
.card-price:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: -9px;
    top: 17px;
}

/* WP */

.vehicles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
}

.vehicle-card {
    min-width: 0;
}

.vehicle-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f3f3f3;
    aspect-ratio: 4 / 3;
}

.vehicle-card-placeholder,
.vehicle-card-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vehicle-card-placeholder {
    z-index: 1;
}

.vehicle-card-image {
    z-index: 2;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.vehicle-card-image.is-loaded {
    opacity: 1;
    transform: scale(1);
}

.vehicle-card-overlay {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 3;
    padding: 14px 16px;
    color: #fff;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.45) 45%,
            rgba(0, 0, 0, 0.08) 100%);
}

.vehicle-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.vehicle-card-heading {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.vehicle-card-heading-text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    will-change: transform;
}

.vehicle-card-link:hover .vehicle-card-heading-text {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    animation: vehicle-title-marquee 5s linear infinite;
}

@keyframes vehicle-title-marquee {

    0%,
    12% {
        transform: translateX(0);
    }

    88%,
    100% {
        transform: translateX(-35%);
    }
}

.vehicle-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f3f3f3;
    aspect-ratio: 4 / 3;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.vehicle-card-price-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    padding: 10px 12px;
    border-radius: 14px 14px 14px 4px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transform: rotate(2deg);
}

.vehicle-card-price-label {
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #666;
}

.vehicle-card-price-value {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 800;
    color: #111;
    white-space: nowrap;
}

.vehicle-card-overlay {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 3;
    padding: 14px 16px;
    color: #fff;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.45) 45%,
            rgba(0, 0, 0, 0.08) 100%);
}

.vehicle-card-specs {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
}

.vehicle-card-specs {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
}

.vehicles-grid-empty {
    grid-column: 1 / -1;
    padding: 20px;
    text-align: center;
    color: #666;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .vehicles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .vehicles-grid {
        grid-template-columns: 1fr;
    }
}

.vehicle-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.vehicle-card-link:hover .vehicle-card-image.is-loaded {
    transform: scale(1.03);
}

.vehicle-detail {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 12px;
    box-sizing: border-box;
}

.vehicle-detail-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 32px;
}

.vehicle-detail-slider,
.vehicle-detail-slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vehicle-detail-slider img,
.vehicle-detail-no-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    background: #f3f3f3;
}

.vehicle-detail-title {
    margin: 0 0 20px;
}

.vehicle-detail-specs {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
}

.vehicle-detail-section {
    margin-top: 24px;
}

@media (max-width: 900px) {
    .vehicle-detail-inner {
        grid-template-columns: 1fr;
    }
}

.vehicle-card-status-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 14px 14px 14px 4px;
    background: rgba(17, 17, 17, 0.88);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
    transform: rotate(2deg);
    backdrop-filter: blur(6px);
}

.vehicles-overview {
    width: 100%;
}

.vehicles-filters {
    max-width: 1280px;
    margin: 0 auto 24px;
    padding: 0 12px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: end;
}

.vehicles-filter {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vehicles-filter label {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.vehicles-filter select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.vehicles-filter-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.vehicles-filter-actions button,
.vehicles-filter-actions a {
    height: 44px;
    padding: 0 16px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
}

.vehicles-filter-actions button {
    border: 0;
    background: #111;
    color: #fff;
    cursor: pointer;
}

.vehicles-filter-actions a {
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #111;
}

@media (max-width: 1024px) {
    .vehicles-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .vehicles-filters {
        grid-template-columns: 1fr;
    }

    .vehicles-filter-actions {
        flex-wrap: wrap;
    }
}

.vehicle-detail {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 12px 48px;
    box-sizing: border-box;
}

.vehicle-detail-breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
}

.vehicle-detail-breadcrumbs a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.vehicle-detail-breadcrumbs a:hover {
    opacity: 1;
    text-decoration: underline;
}

.vehicle-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    gap: 28px;
    align-items: start;
    margin-bottom: 32px;
}

.vehicle-detail-gallery,
.vehicle-detail-summary,
.vehicle-detail-section {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
}

.vehicle-detail-gallery {
    overflow: hidden;
    padding: 12px;
}

.inline-gallery-container {
    min-height: 460px;
}

.vehicle-detail-summary {
    padding: 28px;
}

.vehicle-detail-status-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.vehicle-detail-title {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
}

.vehicle-detail-subtitle {
    margin-bottom: 18px;
    color: #555;
    line-height: 1.6;
}

.vehicle-detail-price-wrap {
    margin-bottom: 24px;
}

.vehicle-detail-price {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    color: #111;
}

.vehicle-detail-price--muted {
    color: #666;
}

.vehicle-detail-highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vehicle-detail-highlight-card {
    padding: 14px 16px;
    border-radius: 14px;
    background: #f7f7f8;
}

.vehicle-detail-highlight-label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.vehicle-detail-highlight-value {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.vehicle-detail-sections {
    display: grid;
    gap: 24px;
}

.vehicle-detail-section {
    padding: 24px;
}

.vehicle-detail-section h2 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.2;
}

/* Proper spec table */
.vehicle-detail-spec-table {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    margin: 0;
    gap: 0;
}

.vehicle-detail-spec-label,
.vehicle-detail-spec-value {
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.vehicle-detail-spec-label {
    font-weight: 600;
    color: #555;
    padding-right: 24px;
}

.vehicle-detail-spec-value {
    color: #111;
}

.vehicle-detail-spec-table dt:last-of-type,
.vehicle-detail-spec-table dd:last-of-type {
    border-bottom: 0;
}

.vehicle-detail-richtext {
    line-height: 1.7;
    color: #222;
}

.vehicle-detail-accessories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
    padding-left: 20px;
}

.vehicle-detail-accessories li {
    line-height: 1.5;
}

@media (max-width: 960px) {
    .vehicle-detail-hero {
        grid-template-columns: 1fr;
    }

    .vehicle-detail-highlights-grid {
        grid-template-columns: 1fr 1fr;
    }

    .vehicle-detail-spec-table {
        grid-template-columns: 1fr;
    }

    .vehicle-detail-spec-label,
    .vehicle-detail-spec-value {
        padding: 10px 0;
    }

    .vehicle-detail-spec-label {
        border-bottom: 0;
        padding-bottom: 2px;
    }

    .vehicle-detail-spec-value {
        padding-top: 0;
    }

    .vehicle-detail-accessories {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {

    .vehicle-detail-summary,
    .vehicle-detail-section,
    .vehicle-detail-gallery {
        padding: 18px;
    }

    .vehicle-detail-highlights-grid {
        grid-template-columns: 1fr;
    }

    .inline-gallery-container {
        min-height: 280px;
    }
}