.angie-prop-card-9c6b6b1a {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.3s ease;
}
.angie-prop-card-9c6b6b1a:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.angie-prop-card-9c6b6b1a .prop-image-wrapper {
    overflow: hidden;
    height: 250px;
    position: relative;
}
.angie-prop-card-9c6b6b1a .prop-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.angie-prop-card-9c6b6b1a:hover .prop-image {
    transform: scale(1.1);
}
.angie-prop-card-9c6b6b1a .prop-content {
    padding: 20px;
}
.angie-prop-card-9c6b6b1a .prop-title {
    margin: 0 0 10px;
    font-size: 1.25rem;
}
.angie-prop-card-9c6b6b1a .prop-desc {
    margin: 0;
    color: #666;
}