/* Flaticon replacement with Font Awesome icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* Map flaticon classes to Font Awesome */
.flaticon-bed:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f236"; /* fa-bed */
}

.flaticon-bathtub:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f2cd"; /* fa-bath */
}

.flaticon-square:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f338"; /* fa-vector-square */
}

.flaticon-compare:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f362"; /* fa-exchange-alt */
}

.flaticon-share:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f1e0"; /* fa-share-alt */
}

.flaticon-heart:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f004"; /* fa-heart */
}

.flaticon-heart.liked:before {
    font-weight: 900;
}
