/* ============================================================
   Favorieten van onze klanten — Featured Properties Slider
   ============================================================ */


/* ─── Header ─────────────────────────────────────────────── */

.rwv3-favorieten-header {
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
}

.rwv3-favorieten-num {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 12px;
}

.rwv3-favorieten-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 42px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
}

/* ─── Carousel container ─────────────────────────────────── */

.rwv3-favorieten-carousel {
    max-width: 1200px;
    margin: 0 auto;
}

/* Slick overrides */
.rwv3-favorieten-carousel .slick-list {
    overflow: visible;
}

.rwv3-favorieten-carousel .slick-track {
    display: flex;
}

.rwv3-favorieten-carousel .slick-slide {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.rwv3-favorieten-carousel .slick-slide.slick-active {
    opacity: 1;
}

/* ─── Slide ──────────────────────────────────────────────── */

.rwv3-favorieten-slide {
    outline: none;
}

/* ─── Image ──────────────────────────────────────────────── */

.rwv3-favorieten-image-wrap {
    position: relative;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background: #ccc;
}

.rwv3-favorieten-img {
    width: 100%;
    height: 480px !important;
    object-fit: cover;
    object-position: center;
    display: block;
}


.rwv3-favorieten-no-image {
    width: 100%;
    height: 480px !important;
    object-fit: cover;
    object-position: center;
    display: block;
    font-size: 16px;
}

/* Badge */
.rwv3-favorieten-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    z-index: 2;
}

/* ─── Slick Dots (inside image, bottom-right) ────────────── */

.rwv3-favorieten-image-wrap .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: auto;
    width: auto;
    display: flex !important;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
}

.rwv3-favorieten-image-wrap .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.rwv3-favorieten-image-wrap .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: background 0.25s ease;
}

.rwv3-favorieten-image-wrap .slick-dots li button:before {
    display: none;
}

.rwv3-favorieten-image-wrap .slick-dots li:hover button,
.rwv3-favorieten-image-wrap .slick-dots li.slick-active button {
    background: #F7A607;
}

/* ─── Details (below image) ──────────────────────────────── */

.rwv3-favorieten-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 160px;
    margin-top: 24px;
    align-items: start;
}

/* Left column */

.rwv3-favorieten-address {
    color: #101010;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.rwv3-favorieten-city {
    color: #101010;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.rwv3-favorieten-price {
    color: #101010;

    /* heading/h2/Medium */
    font-family: Poppins;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 88px;
    /* 110% */
    letter-spacing: -1.6px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.rwv3-favorieten-desc {
    color: #101010;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}

/* Right column */
.rwv3-favorieten-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.rwv3-favorieten-usps {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 30px;
}

.rwv3-favorieten-usps li {
    color: #101010;

    /* body/large/Medium */
    font-family: Poppins;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 32px;
    /* 160% */
}

/* Bid button */
.rwv3-favorieten-bid {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #F7A607;
    color: #FFF !important;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding: 14px 24px;
    border-radius: 4px;
    max-width: max-content;
}

.rwv3-favorieten-bid:hover {
    background: #F7A607;
    color: #fff;
    text-decoration: none;
}

.rwv3-favorieten-bid svg {
    flex-shrink: 0;
}

/* ─── Responsive ─────────────────────────────────────────── */

@media (max-width: 1024px) {
    .rwv3-favorieten-details {
        gap: 60px;
    }

    .rwv3-favorieten-address,
    .rwv3-favorieten-city {
        font-size: 32px;
        line-height: 40px;
    }

    .rwv3-favorieten-price {
        font-size: 56px;
        line-height: 64px;
    }

    .rwv3-favorieten-img,
    .rwv3-favorieten-no-image {
        height: 400px !important;
    }

    .rwv3-favorieten-usps li {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 900px) {
    .rwv3-favorieten-section {
        padding: 40px 24px 50px;
    }

    .rwv3-favorieten-title {
        font-size: 32px;
    }

    .rwv3-favorieten-details {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .rwv3-favorieten-right {
        min-height: auto;
    }

    .rwv3-favorieten-address,
    .rwv3-favorieten-city {
        font-size: 26px;
        line-height: 34px;
    }

    .rwv3-favorieten-city {
        margin-bottom: 16px;
    }

    .rwv3-favorieten-price {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 16px;
    }

    .rwv3-favorieten-img,
    .rwv3-favorieten-no-image {
        height: 360px !important;
    }
}

@media (max-width: 768px) {
    .rwv3-favorieten-img,
    .rwv3-favorieten-no-image {
        height: 300px !important;
    }

    .rwv3-favorieten-address,
    .rwv3-favorieten-city {
        font-size: 22px;
        line-height: 30px;
    }

    .rwv3-favorieten-price {
        font-size: 36px;
        line-height: 44px;
    }

    .rwv3-favorieten-desc {
        font-size: 15px;
    }

    .rwv3-favorieten-usps li {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 520px) {
    .rwv3-favorieten-section {
        padding: 32px 16px 40px;
    }

    .rwv3-favorieten-title {
        font-size: 26px;
    }

    .rwv3-favorieten-header {
        margin-bottom: 24px;
    }

    .rwv3-favorieten-img,
    .rwv3-favorieten-no-image {
        height: 240px !important;
    }

    .rwv3-favorieten-address,
    .rwv3-favorieten-city {
        font-size: 18px;
        line-height: 26px;
    }

    .rwv3-favorieten-city {
        margin-bottom: 12px;
    }

    .rwv3-favorieten-price {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.8px;
        margin-bottom: 12px;
    }

    .rwv3-favorieten-desc {
        font-size: 14px;
    }

    .rwv3-favorieten-usps li {
        font-size: 15px;
        line-height: 24px;
    }

    .rwv3-favorieten-badge {
        top: 12px;
        right: 12px;
        font-size: 12px;
        padding: 6px 14px;
    }

    .rwv3-favorieten-image-wrap .slick-dots {
        bottom: 12px;
        right: 12px;
        gap: 6px;
    }

    .rwv3-favorieten-image-wrap .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .rwv3-favorieten-bid {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }
}