/* BugHerd #686 — hide empty location videos on the shared location template (190493).
   Body classes (pp-loc-no-video-1 / -2 / pp-loc-no-videos) are set server-side by
   store-locator-video-visibility.php from the ACF project_video_1/2 fields. The
   widget/container classes below are assigned in Elementor:
     container       -> pp-location-videos
     video widget 1  -> pp-location-video-1
     video widget 2  -> pp-location-video-2 */

.pp-loc-no-video-1 .pp-location-video-1 {
	display: none !important;
}

.pp-loc-no-video-2 .pp-location-video-2 {
	display: none !important;
}

.pp-loc-no-videos .pp-location-videos {
	display: none !important;
}
