.wpc-carousel-wrapper {
    overflow: hidden;
    padding: 10px 0;
}

.wpc-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.wpc-card {
    flex: 0 0 300px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.wpc-image {
    
}
.wpc-image img.MainImage {
    min-height: 220px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.wpc-image .add_shortlist {
    font-size: 20px;
    left: 0px !important;
}
.wpc-image #slide_cont {
    width: 100% !important;
    height: auto !important;
}
.wpc-image .marbella .add_shortlist {
    font-size: 20px;
    left: 0px;
}
.wpc-image .results-prev-image:before {
    content: "\f053";
}
.wpc-image .results-next-image {
    left: 90% !important;
}
.wpc-image .results-next-image:before {
    content: "\f054";
}
.wpc-image .results-prev-image, .wpc-image .results-next-image {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff !important;
    font-size: 19px;
    padding: 5px;
    border-radius: 4px;
    top: 50%;
    left: 3%;
}

.wpc-content {
    padding: 12px;
    text-align: center;
}

.wpc-title {
    font-size: 16px;
    margin: 4px 0;
}

.wpc-type {
    font-size: 14px;
    opacity: 0.8;
}

.wpc-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    margin: 8px 0;
}

.wpc-price {
    font-size: 18px;
    font-weight: bold;
}

.wpc-brochure-btn {
    display: block;
    background: #000;
    color: #fff;
    padding: 8px;
    margin-top: 8px;
    text-decoration: none;
}

@media(max-width:768px){
    .wpc-card {
        flex: 0 0 85%;
    }
}
