.cate-single-list {
    display: flex;
    justify-content: center;
}
.header-property-detail .content-bottom .info-box .meta-item .icon {
    color: var(--primary-color);
    height: 20px;
    width: 20px;
}
.header-property-detail .content-bottom .info-box .meta-item {
    align-items: center;
    color: #161e2d;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    line-height: 28px;
}
/* Schová položku agent-info-item, ktorá v sebe má kalendár */
.agent-info-item:has(.svg-icon-ti-ti-calendar) {
    display: none !important;
}