/* Corrections pour les property cards - Page d'accueil */

/* Réduire la hauteur des images */
.property-image {
    height: 220px !important;
}

/* Padding réduit pour le contenu */
.property-content {
    padding: 20px !important;
}

/* Prix en vert bien visible */
.property-price {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #30D54A !important;
    margin-bottom: 10px !important;
    text-shadow: 0 2px 6px rgba(48, 213, 74, 0.3) !important;
    letter-spacing: -0.5px !important;
    background: none !important;
    -webkit-text-fill-color: #30D54A !important;
}

/* Titre plus compact */
.property-title {
    font-size: 1.1rem !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
}

/* Localisation plus compacte */
.property-location {
    font-size: 13px !important;
    margin-bottom: 15px !important;
}

/* Features plus compactes */
.property-features {
    gap: 15px !important;
    padding-top: 15px !important;
    flex-wrap: wrap !important;
}

.property-feature {
    gap: 8px !important;
    font-size: 13px !important;
}

.property-feature i {
    color: #30D54A !important;
    font-size: 16px !important;
}

/* Correction des icônes Font Awesome */
.fas, .far, .fab {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.far {
    font-weight: 400 !important;
}

.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* S'assurer que les icônes s'affichent correctement */
i.fas::before,
i.far::before,
i.fab::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
