.image-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.image-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.image-slider img {
    min-width: 100%;
    height: 200px;
    object-fit: cover;
    scroll-snap-align: start;
}

.image-slider::-webkit-scrollbar {
    display: none;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #fff;
    color: #5ca4ab;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.slider-arrow:hover{
    opacity: 0.7;
}

.slider-arrow.prev {
    left: 10px;
}

.slider-arrow.next {
    right: 10px;
}

#results-count {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
    float: left;
    width: 100%;
    position: relative;
    top: 20px
}

.cleared {
    display: block;
    width: 100%;
    clear: both
}

.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.search-form label {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    color: #fff;
    font-weight: 600;
}

.search-form .group {
    float: left;
    margin: 0 2% 0 0;
}

.search-form input,
.search-form button {
    width: 100%;
    box-sizing: border-box;
}

.search-form .group:nth-child(1) {
    flex: 2;
}

/* Check-in bigger */
.search-form .group:nth-child(2) {
    flex: 1;
}

.search-form .group:nth-child(3) {
    flex: 1;
}

.search-form .group:nth-child(4) {
    flex: 1;
}

.search-form .group:nth-child(5) {
    flex: 1;
}

.search-form .group:nth-child(6) {
    flex: 1.5;
}

/* Button slightly larger */

.search-form input[type="number"] {
    height: 46px;
    padding: 0 8px;
    border: 1px solid #fff;
    color: #fff;
    min-width: 90px;
}

.search-form input[type="date"] {
    height: 46px;
    padding: 0 8px;
    border: 1px solid #fff;
    color: #fff;
    min-width: 210px;
}

.search-form button {
    height: 46px;
    padding: 0 15px;
    cursor: pointer;
    min-width: 300px;
}

div.feature {
    float: left;
    width: 35%;
    margin: 10px 0;
}

.property-card .button.cs-btn-underline {
    color: #5CA4AB;
    width: 100%;
    text-align: left;
    float: left;
    display: block;
}

div.address {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

div.feature .csrbi-icon {
    float: left;
    margin: 0 5px 0 0;
}

.search-form button.more {
    height: 46px;
    padding: 0 15px;
    cursor: pointer;
    min-width: 150px;
}

.search-form button.marker {
    height: 46px;
    padding: 0 15px;
    cursor: pointer;
    min-width: 20px;
}

.search-form button.marker svg path {
    fill: #fff;
}

.search-form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    /* makes it white */
    cursor: pointer;
}

.search-form button.marker:hover svg path {
    fill: var(--primary-color);
}

.search-form .group:last-child {
    margin-left: auto;
    flex: 0 0 auto;
    /* prevent it stretching */
}

#property-app {
    display: flex;
    gap: 20px;
    padding: 50px 0 125px;
}

.property-left {
    width: 50%;
    height: 90vh;
    overflow-y: auto;
    padding-right: 20px;
    box-sizing: border-box
}

#property-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.property-card {
    background: #fff;
    margin: 0 0 20px;
}

.property-right {
    width: 50%;
    height: 90vh
}

.image-slider {
    display: flex;
    overflow-x: auto;
    height: 200px;
    margin: 0 0 20px 0;
}

.page-id-4290 .image-slider {
    height: 400px;
}

.image-slider img {
    min-width: 100%;
    height: 200px;
    object-fit: cover
}

#map {
    width: 100%;
    height: 100%
}

.property-title {
    font-size: 20px;
    font-weight: 600
}