/**
 * Sector Solution — frontend styles
 */

/**
 * Hide button widgets when both their text and URL dynamic tags resolve to empty.
 * The class is added server-side in elementor-integration.php when a button's
 * text control is bound to one of our "ss-" dynamic tags, the text is empty,
 * and the URL is also empty. Buttons with a URL but no text (icon-only) are
 * left visible intentionally.
 */
.immer-ss-empty-button {
    display: none !important;
}
