.angie-property-card-19901 {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: #fff;
    transition: transform 0.3s ease;
}
.angie-property-card-19901:hover {
    transform: translateY(-5px);
}
.angie-property-card-19901 .property-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.angie-property-card-19901 .property-content {
    padding: 20px;
}
.angie-property-card-19901 .property-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #C8A96E;
    margin-bottom: 10px;
}
.angie-property-card-19901 .property-title {
    font-size: 1.1rem;
    margin: 0 0 15px;
    color: #0D0D0D;
}
.angie-property-card-19901 .property-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.angie-property-card-19901 .property-btn {
    display: block;
    text-align: center;
    background: #0D0D0D;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}
.angie-property-card-19901 .property-btn:hover {
    background: #C8A96E;
}