.prop-grid-6b8197e1 {
    display: grid;
    gap: 24px;
    width: 100%;
}

.prop-card-6b8197e1 {
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.prop-card-6b8197e1:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.07);
}

.prop-image-wrap-6b8197e1 {
    position: relative;
    width: 100%;
    padding-top: 66.66%; /* 3:2 Aspect Ratio */
    background: #eaeaea;
    overflow: hidden;
}

.prop-image-wrap-6b8197e1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prop-badge-6b8197e1 {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.prop-badge-6b8197e1.badge-blue {
    background-color: #1b64da;
}

.prop-badge-6b8197e1.badge-black {
    background-color: #1a1a1a;
}

.prop-content-6b8197e1 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.prop-status-6b8197e1 {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.prop-price-6b8197e1 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.prop-specs-6b8197e1 {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

.prop-specs-6b8197e1 strong {
    color: #111;
}

.prop-address-6b8197e1 {
    font-size: 14px;
    color: #444;
    line-height: 1.4;
    margin-bottom: 24px;
    flex-grow: 1;
}

.prop-btn-wrap-6b8197e1 {
    margin-top: auto;
}

.prop-btn-6b8197e1 {
    display: block;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.prop-btn-6b8197e1:active {
    transform: scale(0.98);
}
