/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-animatikon-bgshapes {
	border: 1px dotted #f00;
	min-height: 30px;

    &.no-overflow {
        overflow: clip;
    }

    .shape-svg {
        visibility: visible;
    }

    // For shapes fithed to the container (parent)
    .shape-svg-fitted {
        visibility: visible;
    }
}
