/**
 *  Use this option to completely hide the container of a Smart CTA, 
 * if that Smart CTA has no more items to display. This can be useful if your 
 * container contains styling (i.e a background color) that is still visible 
 * even if it is empty.
 */
    
 .ajaxcontent-smartcta-empty:not(.ajaxcontent-smartcta-loading) {
    display: none;
}