.rs-836b3ef0-container {
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
    width: 100%;
}
button.rs-836b3ef0-wishlist-btn {
    display: none;
}
.rs-836b3ef0-header {
    margin-bottom: 24px;
}
.rs-836b3ef0-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.rs-836b3ef0-subtitle {
    font-size: 14px;
    color: #595959;
    margin: 0;
}
.rs-836b3ef0-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.rs-836b3ef0-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.rs-836b3ef0-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}
.rs-836b3ef0-image-wrapper {
    position: relative;
    padding-top: 65%; /* 4:3 Aspect Ratio */
}
.rs-836b3ef0-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rs-836b3ef0-wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
}
.rs-836b3ef0-wishlist-btn:hover {
    background: #f3f4f6;
}
.rs-836b3ef0-wishlist-btn svg {
    width: 16px;
    height: 16px;
    color: #1a1a1a;
}
.rs-836b3ef0-details {
    padding: 16px;
}
.rs-836b3ef0-property-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 6px 0;
}
.rs-836b3ef0-property-title a {
    color: #1a1a1a;
    text-decoration: none;
}
.rs-836b3ef0-property-title a:hover {
    color: #1312CD;
}
.rs-836b3ef0-property-location {
    font-size: 13px;
    color: #595959;
    margin: 0 0 12px 0;
}
.rs-836b3ef0-rating-section {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.rs-836b3ef0-rating-badge {
    background-color: #1312CD;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
}
.rs-836b3ef0-rating-label {
    font-size: 12px;
    color: #1a1a1a;
    font-weight: 600;
}
.rs-836b3ef0-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f3f4f6;
    padding-top: 12px;
}
.rs-836b3ef0-price-duration {
    font-size: 13px;
    color: #595959;
}
.rs-836b3ef0-price-value {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

/* Responsive Layout breakpoints */
@media screen and (max-width: 1024px) {
    .rs-836b3ef0-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 600px) {
    .rs-836b3ef0-grid {
        grid-template-columns: 1fr;
    }
	.e-con.e-flex>.e-con-inner {
    flex-wrap: nowrap !important;
}
}
