
.property-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
		overflow: hidden;
}
            
.property-thumb {
    position: relative;
		background: #000;
}

.property-thumb span {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #b79770;
    padding: 6px 20px;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
	z-index: 9;
}

.property-thumb span.property-status.status-sale{
    background: #135d29;
	left: 10px;
	right: auto;
}

.property-thumb .property-status.status-comingsoon {
    background: #000;
    left: -30px;
    top: 16px;
    right: auto;
    transform: rotate(-45deg);
    border-radius: 0;
    padding: 8px 40px;
}

p.property-subtype {
    margin: 0;
    font-size: 84%;
    color: #b79770;
    font-weight: bold;
}

.property-thumb a {
    display: block;
}

.property-thumb a:hover {
    opacity: 0.7;
}

.property-thumb img {
    width: 100%;
    height: 260px !important;
    object-fit: cover;
}

.property-content .property-type {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #ddaf6a;
}

.property-content {
    padding: 12px;
}

.property-content .property-title {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 15px;
}

.property-content .property-details{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.property-details h5 {
    font-size: 14px;
    margin-bottom: 0px;
}

.property-details .detail-col {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.detail-col .icon-box {
    height: 24px;
    width: 24px;
}

.icon-box svg {
    fill: #b79770;
}

.property-details .detail-value {
    font-size: 15px;
    line-height: 1.25;
}

.detail-separator {
    width: 1px;
    height: 40px;
    background: #dfdfdf;
}