/* Ukrywanie ikony prysznica w kolumnie "Ogród" */
.houzez-sub-listings-table .houzez-icon-bathroom-shower-1,
.houzez-sub-listings-table th i.houzez-icon-bathroom-shower-1,
.houzez-sub-listings-table td i.houzez-icon-bathroom-shower-1,
.property-sub-listings-table td[data-label="Baths"] i,
.property-sub-listings-table td[data-label="Baths"] svg,
.property-sub-listings-table th:nth-child(5) i,
.property-sub-listings-table td:nth-child(5) i,
.property-sub-listings-table td[data-label="Ogród"] i,
.property-sub-listings-table td[data-label="Pow. ogrodu"] i {
    display: none !important;
}

/* Ukrywanie nagłówka Description w sekcji Rzuty (Floor Plans) */
.property-floor-plans-wrap .floor-plans-accordion .card-body h3:first-child,
.property-floor-plans-wrap .floor-plans-accordion .card-body .floor-plan-desc-head {
    display: none !important;
}
