/*
Theme Name:   Hello Biz Child
Theme URI:    https://www.venuy12.sg-host.com
Description:  Child theme for Hello Biz - All customizations for Elementor and WordPress multisite
Author:       Valhallan
Template:     hello-biz
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-biz-child
*/

/* Add your custom styles below this line */

/* Hide parties sections when they contain empty shortcodes */
.partiesform:empty,
.partiesscript:empty {
    display: none !important;
}

/* Also hide if it only contains whitespace */
.partiesform:not(:has(*)),
.partiesscript:not(:has(*)) {
    display: none !important;
}
