/* ===== GLOBAL ===== */

a:hover {
    color: #757575 !important;
    text-decoration: none !important;
}

.occasions-overzicht {
    height: 100% !important;
}


/* ===== FILTER BAR (GLASS) ===== */

/* Buitenrand / container */
.filterwrapper {
    margin: 0 auto 2rem;
}

/* Glass panel voor alle filters samen */
#filters.button-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
    align-items: flex-end;

    padding: 1.25rem 1.5rem;
    border-radius: 24px;

    background: rgba(10, 10, 10, 0.55);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

/* Titel "Filters" */
.filterheader {
    flex: 1 1 100%;
    margin-bottom: 0.25rem;
}

.filterheader h3 {
    margin: 0;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.9;
}

/* Elke filtergroep (wrap rond select) */
.ui-group {
    position: relative;
    flex: 1 1 calc(25% - 1rem);
    min-width: 190px;

    display: flex;
    align-items: center;

    padding: 0 1rem;

    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(22px) saturate(170%);
    -webkit-backdrop-filter: blur(22px) saturate(170%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);

    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover effect op de filter-pill */
.ui-group:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.45);
}

/* De daadwerkelijke select */
.filter-select {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #ffffff;
    font-weight: 500;
    padding: 0.6rem 2.2rem 0.6rem 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

/* Placeholder / default optie iets lichter */
.filter-select option[value=""] {
    color: #666666;
}

/* Dropdown zelf (browser menu) – donkere achtergrond met witte tekst */
.filter-select option {
    color: #ffffff;
    background: #111111;
}

/* Custom pijltje rechts in de pill */
.ui-group::after {
    content: "▾";
    position: absolute;
    right: 1rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    pointer-events: none;
}

/* Tablet: 2 per rij */
@media (max-width: 1024px) {
    #filters.button-group {
        padding: 1rem 1.2rem;
        gap: 0.9rem 1rem;
    }

    .ui-group {
        flex: 1 1 calc(50% - 1rem);
        min-width: 0;
    }
}

/* Mobile: alles onder elkaar, full width */
@media (max-width: 640px) {
    #filters.button-group {
        padding: 0.85rem 0.85rem 1rem;
        gap: 0.75rem;
    }

    .filterheader {
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .filterheader h3 {
        font-size: 0.95rem;
    }

    .ui-group {
        flex: 1 1 100%;
        min-width: 0;
        border-radius: 18px;
        padding: 0 0.75rem;
    }

    .filter-select {
        padding: 0.55rem 2rem 0.55rem 0;
        font-size: 1.2rem;
    }

    .ui-group::after {
        right: 0.75rem;
    }
}


/* ===== SWIPER (GLASS ARROWS + SLIDERS) ===== */

.swiper {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 3px;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100% !important;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 3px;
}

.thumb-slider {
    position: relative;
    overflow: visible;
    max-width: 100%;
}

.thumb-slider .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
}

.swiper-grid-column>.swiper-wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
}

/* Glass arrows */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 50px !important;
    height: 50px !important;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    background: rgb(0 0 0);
    backdrop-filter: blur(50px) saturate(50%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    opacity: 0;
    transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.08);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 20px !important;
    line-height: 1;
}

/* Arrows zichtbaar bij hover */
.uerel-single-top-left:hover .swiper-button-next,
.uerel-single-top-left:hover .swiper-button-prev,
.archive_image:hover .swiper-button-next,
.archive_image:hover .swiper-button-prev {
    opacity: 0.3;
    pointer-events: all;
}

/* Mobile: arrows altijd zichtbaar in archive cards */
@media only screen and (max-width: 800px) {

    .archive_image .swiper-button-next,
    .archive_image .swiper-button-prev {
        opacity: 0.3;
        pointer-events: all;
    }
}


/* ===== OCCASIONS GRID / ARCHIVE CARDS ===== */

.fl-content-fullwidth.voertuig {
    margin: 20px;
}

div#voertuigen-resultaten {
    height: 100% !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 20px;
    margin-right: -20px;
}

.uerel--vwe--archive__item {
    position: relative;
    overflow: hidden;
    width: calc(33.333% - 20px);
    box-sizing: border-box;
}

.uerel--vwe--archive__item>a {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}

.archive_image {
    overflow: hidden;
}

span.uerel--vwe-archive__img {
    overflow: hidden;
    display: block;
    border-radius: 3px;
}

span.naam,
span.h3type,
span.h1overzicht {
    display: block;
}

span.naam {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: larger;
    font-weight: 700;
}

.occasion-overzicht-gegevens-type {
    font-size: medium;
}

.occasion-overzicht-gegevens-bottom {
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
}

span.kilometerstand-kop,
span.bouwjaar-kop {
    display: block;
    width: 100%;
    font-weight: 700;
}

span.verkoopprijs {
    color: rgb(173, 138, 90);
    font-weight: 600;
    font-size: x-large;
}

.occasion-overzicht-gegevens a {
    text-decoration: none !important;
}

/* Bekijken-knop (glass) onder card */
.bekijk-knop {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 50px;

    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);

    color: #fff;
    font-weight: bold;
    font-size: small;

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

    border-radius: 100px;

    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: bottom 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.bekijk-knop i {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.uerel--vwe--archive__item:hover .bekijk-knop {
    bottom: 0;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.uerel--vwe--archive__item:hover .bekijk-knop i {
    transform: translateX(5px);
}

i.fa-solid.fa-chevron-right {
    color: rgb(173, 138, 90) !important;
}

/* Lijnen */
.lijn-horizontaal {
    width: 100%;
    height: 1px;
    background-color: #464646;
    margin: 10px 0;
}

.lijn-verticaal {
    width: 1px;
    height: 50px;
    background-color: #464646;
    margin: 0 16px;
}

/* Mobile */
@media only screen and (max-width: 800px) {
    .occasion-overzicht-gegevens {
        font-size: smaller !important;
    }

    div#voertuigen-resultaten {
        margin-left: 0;
        margin-right: 0;
    }

    .uerel--vwe--archive__item {
        width: 100%;
        box-sizing: border-box;
    }

    .bekijk-knop {
        position: relative !important;
        bottom: 0 !important;
        width: 100%;
        opacity: 1 !important;
        pointer-events: none;
        /* border-radius: 0 0 3px 3px;
        background-color: #131313; */
        box-shadow: none;
    }
}

/* Tablet liggend */
@media (min-width: 801px) and (max-width: 1024px) {
    .occasion-overzicht-gegevens {
        font-size: initial;
    }

    .uerel--vwe--archive__item {
        width: calc(50% - 20px);
        box-sizing: border-box;
    }
}

/* Desktop smal */
@media (min-width: 1025px) and (max-width: 1279px) {
    .occasion-overzicht-gegevens {
        font-size: initial;
    }

    .uerel--vwe--archive__item {
        width: calc(50% - 20px);
        box-sizing: border-box;
    }
}

/* Desktop breed */
@media (min-width: 1280px) {
    .occasion-overzicht-gegevens {
        font-size: medium;
    }
}


/* ===== SINGLE VOERTUIG LAYOUT ===== */

.uerel-single-container {
    /* max-width: 1600px; */
    margin-left: auto !important;
    margin-right: auto !important;
}

.uerel-single-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.uerel-single-top-left {
    width: 60%;
}

.uerel-single-top-right {
    width: 40%;
    margin-left: 40px;
}

text.single-merk {
    display: block;
    width: 100%;
    font-size: xx-large;
    line-height: 1;
}

text.single-type {
    display: block;
    width: 100%;
    color: #c4c4c4;
    padding-bottom: 10px;
}

text.single-option-header {
    display: block;
    width: 100%;
    color: #c4c4c4;
    line-height: 1;
}

text.single-option {
    display: block;
    width: 100%;
    font-weight: 500;
}

.uerel-single-top-right-options {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.uerel-single-top-right-option {
    width: 33%;
    margin: 5px 0;
}

.uerel-single-top-right-option-center {
    width: 25%;
    margin: 10px 0;
    text-align: center;
}

img.single-option-icon {
    width: 40%;
}

.uerel-single-top-right-price {
    margin: 20px 0;
}

.uerel-single-top-right-salesman {
    margin: 20px 0;
    background-color: rgb(41, 41, 41);
    border-radius: 4px;
    padding: 15px;
    display: flex;
    gap: 20px;
}

.uerel-single-top-right-salesman-left {
    width: 30%;
}

.uerel-single-top-right-salesman-left img {
    width: 100%;
    object-fit: cover;
}

.uerel-single-top-right-salesman-right {
    width: 50%;
    overflow: auto;
    float: left;
}

text.single-option-salesman-header {
    font-size: 25px;
    font-weight: 900;
}


/* ===== ACCESSOIRES TABS + BESCHRIJVING (GLASS) ===== */

/* Accessoires blok als glass card */
.uerel-accessoires {
    margin-top: 3rem;
    margin-bottom: 20px;
    padding: 1.5rem 1.75rem;
    border-radius: 24px;
    background: rgba(10, 10, 10, 0.55);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

.uerel-accessoires .header-text-2 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #ffffff;
}

.uerel-accessoires h3 {
    color: rgb(173, 138, 90);
}

/* Tab-knoppen */
.accessoire-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.accessoire-tabs .tab-button {
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;

    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px) saturate(170%);
    -webkit-backdrop-filter: blur(18px) saturate(170%);

    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.accessoire-tabs .tab-button:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
}

.accessoire-tabs .tab-button.is-active {
    background: rgba(255, 255, 255, 0.28);
    color: #000;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.55);
}

/* Tab-content wrapper */
.accessoire-tab-wrapper .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.accessoire-tab-wrapper .tab-content.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.accessoire-tab-wrapper .header-text-3 {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

/* Accessoire lijst in columns */
.accessoire-lijst-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 0.35rem 1.5rem;
}

/* Individueel accessoire-item */
.accessoire-item {
    position: relative;
    padding-left: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Klein bolletje voor elk item */
.accessoire-item::before {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 0.52em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
}

/* Beschrijving blok ook glass */
.uerel-opmerkingen {
    margin-top: 2.5rem;
    margin-bottom: 20px;
    padding: 1.5rem 1.75rem;
    border-radius: 24px;
    background: rgba(10, 10, 10, 0.55);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

.uerel-opmerkingen .header-text-2 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #ffffff;
}

.uerel-opmerkingen-content {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-weight: 500;
}

/* Mobile tweaks voor accessoires & beschrijving */
@media (max-width: 640px) {

    .uerel-accessoires,
    .uerel-opmerkingen {
        padding: 1.2rem 1rem;
        border-radius: 18px;
    }

    .accessoire-tabs {
        gap: 0.4rem;
    }

    .accessoire-tabs .tab-button {
        /* font-size: 0.8rem; */
        padding: 0.35rem 0.75rem;
        font-size: 14px !important;
        margin: 3px;
    }

    .accessoire-lijst-columns {
        grid-template-columns: 1fr;
    }
}

/* --- SINGLE TOP LAYOUT FIX --- */

.uerel-single-top {
    display: flex;
    flex-wrap: wrap;
}

/* Linkerkant (foto's) */
.uerel-single-top-left {
    flex: 0 0 calc(60% - 20px);
    max-width: calc(60% - 20px);
}

/* Rechterkant (prijs/specs/knoppen) */
.uerel-single-top-right {
    flex: 0 0 calc(40% - 20px);
    max-width: calc(40% - 20px);
    margin-left: 20px;
}

/* Accessoires + Beschrijving altijd onderaan */
.uerel-accessoires,
.uerel-opmerkingen {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
}

/* Mobile layout */
@media (max-width: 900px) {

    .uerel-single-top {
        flex-direction: column;
    }

    .uerel-single-top-left,
    .uerel-single-top-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        margin-top: 20px;
    }
}

/* MOBILE LAYOUT SINGLE VOERTUIG */
@media (max-width: 900px) {

    /* Bovenste blok onder elkaar */
    .uerel-single-top {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .uerel-single-top-left,
    .uerel-single-top-right {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }

    /* Gallery full-width en iets ruimte eronder */
    .uerel-single-top-left {
        margin-top: 10px;
    }

    /* Rechter blok (titel, specs, prijs) iets lucht geven */
    .uerel-single-top-right {
        padding: 10px 0;
    }

    text.single-merk {
        font-size: 16px !important;
    }

    /* text.single-type {
        font-size: 0.95rem;
    } */

    .fl-row-content-wrap {
        padding-bottom: 0px !important;
    }

    .uerel-single-top-right-option {
        width: 50%;
        /* ipv 3 naast elkaar, 2 per rij */
    }

    .uerel-single-top-right-option-center {
        width: 50%;
        /* knop-icoontjes ook 2 per rij */
        margin-top: 15px;
    }

    img.single-option-icon {
        width: 50%;
    }

    .uerel-single-top-right-salesman {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
    }

    .uerel-single-top-right-salesman-left {
        width: 35%;
    }

    .uerel-single-top-right-salesman-right {
        width: 65%;
        float: none;
    }

    .fl-row-content-wrap {
        padding-top: 0px !important;
    }

    .uerel-single-actions {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .uerel-single-top-right-name {
        font-size: 15px;
    }

}


button.single-option-header.apple-glass.button-cars {
    margin-bottom: 0px;
    margin-top: 5px;
}

button.single-option-header.apple-glass.button-cars {
    margin-bottom: 0px;
    margin-top: 5px;
    color: #fff;
    width: 100% !important;
    padding: 20px;
}




/* Overlay achter de popup */
.lease-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

/* Zichtbare state */
.lease-modal-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

/* De eigenlijke popup */
.lease-modal {
    position: relative;
    width: 95%;
    max-width: 600px;
    max-height: 90vh;
    /* voorkomt groter worden dan scherm */
    overflow-y: auto;
    /* ➜ hier wordt scrollen mogelijk */
    padding: 1.5rem 1.75rem 1.5rem;
    border-radius: 24px;

    background: rgba(10, 10, 10, 0.75);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.6);

    display: flex;
    flex-direction: column;
}


/* Titel */
.lease-modal-title {
    margin: 0 0 0.75rem;
    color: #fff;
    font-size: 1.25rem;
}

/* Close-knop (kruisje) */
.lease-modal-close {
    /* position: relative;
    top: 0.6rem;
    right: 0.9rem;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1; */

    background: rgb(0 0 0 / 22%);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border-radius: 40px;
    padding: 8px 20px;
    margin: 15px auto;
    width: 100%;
    color: #fff;
    border: 1px solid rgb(164 164 164 / 10%);
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.15);

}

.lease-modal-close:hover {
    color: #ffffff;
}

/* Frame wrapper: zorgt voor scroll als het heel hoog wordt */
.lease-modal-frame-wrapper {
    max-height: 65vh;
    /* veilige hoogte */
    overflow-y: auto;
    /* iframe kan nu scrollen */
}


/* Iframe zelf */
#regeljelease-frame {
    width: 100%;
    min-height: 400px;
    border: none;
}

/* Op mobiel iets minder padding */
@media (max-width: 640px) {
    .lease-modal {
        padding: 1.1rem 1.1rem 1.3rem;
        border-radius: 18px;
    }
}

.lease-modal-detail {
    margin-bottom: 20px;
    padding: 1.5rem 1.75rem;
    border-radius: 24px;
    background: rgb(79 79 79);
    margin-top: 10px;
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

button.single-option-header.apple-glass.button-cars.js-open-lease-modal {
    background-color: #a98859;
}

text.single-option-header.lease-header {
    color: #fff;
    font-size: x-large;
}

button.single-option-header.apple-glass.button-cars-half {
    color: #fff;
    padding: 20px 20px;
    width: 50%;
}

button.single-option-header.apple-glass.button-cars.js-open-lease-modal {
    margin-top: 15px;
}

text.lease-header-price {
    color: #a98859;
    font-size: xx-large;
}

text.single-option-header-price {
    font-sizE: xx-large;
}

text.verkoopprijs {
    color: #a98859;
}

.uerel-breaker {

    width: 100%
        /* margin-top: 2.5rem;
    margin-bottom: 20px;
    padding: 1.5rem 1.75rem;
    border-radius: 24px;
    background: rgba(10, 10, 10, 0.55);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45); */
}



/* Hier maken de features */

/* Container: foto links, fade naar grijs rechts */
.uerel-breaker.uerel-feature-bg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 50px;
    border-radius: 12px;
    background-repeat: no-repeat;
    min-height: 450px;
    background-size: cover;
    background-position: left center;
    color: #ffffff;
    overflow: hidden;
    flex-direction: column;
    align-content: center;
}

/* Merk + type over de foto (links) */
.uerel-feature-carname {
    position: absolute;
    left: 40px;
    bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.03em;
}

/* Rechterkant met tekst */
.uerel-feature-inner {
    max-width: 650px;
    z-index: 1;
    color: #111;
    /* tekst op grijze kant wat donkerder */
}

/* Omdat achtergrond naar grijs gaat rechts, maken we titel donkerder */
.uerel-feature-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #ffffff;
    text-align: center;
}

/* Twee kolommen lijst */
.uerel-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 10px;
    font-size: 26px;
    font-weight: 200;
    line-height: 1.4;
}

.uerel-feature-list li::before {
    content: "• ";
    font-weight: 700;
}

/* Responsive: op mobiel alles onder elkaar */
@media (max-width: 900px) {
    .uerel-breaker.uerel-feature-bg {
        flex-direction: column;
    }

    .uerel-feature-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
        row-gap: 10px;
        font-size: 20px;
        font-weight: 200;
        line-height: 1.4;
    }

    .uerel-breaker.uerel-feature-bg {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    ul.uerel-feature-list {
        font-size: 14px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    }
}

.uerel-feature-inner {
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.03em;
    color: #fff;
}

.occasion-overzicht-gegevens-vraagprijs {
    line-height: 1.1;
}

.nav-links {
    display: none !important;
}