/* Prix et icônes en rose pour les biens en VENTE */

/* Prix en rose pour les biens à vendre */
.property-card:has(.property-badge:not(.for-rent)) .property-price {
    color: #FF0080 !important;
    text-shadow: 0 2px 6px rgba(255, 0, 128, 0.3) !important;
}

/* Icônes en rose pour les biens à vendre */
.property-card:has(.property-badge:not(.for-rent)) .property-feature i {
    color: #FF0080 !important;
}

.property-card:has(.property-badge:not(.for-rent)) .property-location i {
    color: #FF0080 !important;
}

/* Enlever les coeurs des property cards */
.property-action-btn:has(.fa-heart) {
    display: none !important;
}

/* Bouton "Voir Toutes Les Offres" en vert */
.btn-primary {
    background: #30D54A !important;
    border-color: #30D54A !important;
}

.btn-primary:hover {
    background: #28b83f !important;
    border-color: #28b83f !important;
}
