/**
 * Team single visibility helpers.
 *
 * Add class "appointment-hide" to Elementor sections that should only
 * appear when the current member has appointment data.
 */

body.no-appointments .appointment-hide,
.oc-ta.appointment-hide {
	display: none !important;
}
