/*
Theme Name: Houzez Child
Theme URI: https://realsymanagement.pl
Template: houzez
Version: 1.0.0
Description: Child theme for Houzez - realsymanagement.pl
*/

/* Fix: item-amenities horizontal layout */
.item-amenities {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
    list-style: none;
    padding: 0;
    margin-bottom: 8px;
}
.item-amenities li {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 3px !important;
    white-space: nowrap;
    width: auto !important;
    flex: 0 0 auto !important;
    border-right: none;
}
