/**
 * Element: Flexible Content Group
  *
 * CSS
 *
 * @version 2.2 
 * @since 2.2
 */

 .cs-preview-element-wrapper .ananda-x-flexible-content-group-handler {
    position: relative;
    height: 60px;
    margin-bottom: 12px;    
    background: rgba(122,122,255,0.3);
 }

 .cs-preview-element-wrapper .ananda-x-flexible-content-group-handler:before {
    display: block;
    width: 100%;
    content: "Flexible Content Group";
    text-align: center;
    position: absolute;
    top: 12px;
    left: 0;
 }