/* Minimal defaults (style in Bricks as you want) */
.fcfe-text { width: 100%; }
.fcfe-text__title { margin: 0; }
.fcfe-text__desc { margin: .35rem 0 0 0; opacity: .85; }

.fcfe-divider { width: 100%; }
.fcfe-divider__line {
  width: 100%;
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.2;
  margin: 0;
}

.fcfe-spacer { width: 100%; }

.fcfe-is-builder {
  outline: 1px dashed rgba(0,0,0,.15);
  outline-offset: 6px;
  position: relative;
}

.fcfe-helper{
  font-size: 12px;
  line-height: 1;
  opacity: .55;
  margin: 0 0 .35rem 0;
  user-select: none;
}
