/**
 * Single Success Story template — visibility helpers only.
 *
 * All visual styling lives in Elementor (the template was cloned from the
 * designed page #3903). This file only hides whole blocks when their per-post
 * ACF enable/disable toggle is OFF (functions.php adds a `ss-hide-*` body class
 * when the boolean is false). Empty text fields self-hide because Elementor
 * drops a heading whose dynamic value is empty.
 */

.ss-hide-video       .ss-block-video,
.ss-hide-testimonial .ss-sec-testimonial,
.ss-hide-usecases    .ss-sec-usecases,
.ss-hide-newsletter  .ss-sec-newsletter {
    display: none !important;
}
