
.nearbynow-swiper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

/* Kill NearbyNow masonry columns */
.nearbynow-swiper .swiper-wrapper {
    display: flex !important;
    column-count: unset !important;
    column-gap: 0 !important;
    width: auto !important;
    align-items: stretch;
}

.nearbynow-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.nearbynow-swiper .nnp-msn-brk {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0 !important;
}

.nearbynow-swiper .nnp-ci-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.nearbynow-swiper .nnp-cont-ci {
    flex: 1;
}

/* Optional arrow styling */
.nearbynow-swiper .swiper-button-prev,
.nearbynow-swiper .swiper-button-next {
    color: #ff0000;
}

.swiper-pagination-bullet, .swiper-pagination-bullet-active {
    background:  #ff0000 !important;
}

.nearbynow-swiper .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
