.es-property {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.es-property:hover {
    transform: translateY(-5px);
}

.es-property__title {
    font-size: 18px;
    font-weight: 600;
}

.es-price {
    color: #1e73be;
    font-size: 20px;
    font-weight: bold;
}