/*
 * Ibeka Homes property cards use Property Status as their single public badge.
 * WPResidence renders Property Action as a sibling badge in the same wrapper;
 * retain that taxonomy for querying but remove its card-only presentation.
 */
.property_listing .status-wrapper > .action_tag_wrapper {
    display: none !important;
}
