.ape-container-column[data-v-70381d86] {
  position: relative;
  flex: 1;
  width: 0;
}
.ape-container-column.ape-column-empty[data-v-70381d86]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px dashed #333;
  pointer-events: none;
}
.ape-column-empty[data-v-70381d86] {
  min-height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-resize[data-v-70381d86] {
  position: absolute;
  background: #666;
  width: 9px;
  right: -4px;
  top: 10px;
  bottom: 10px;
  z-index: 10;
  border-radius: 2px;
  cursor: ew-resize;
  display: none;
}
.column-resize[data-v-70381d86]:before {
  content: '|';
  position: absolute;
  color: #fff;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.ape-container-column:last-child>.column-resize[data-v-70381d86] {
  display: none;
}
.column-align-center[data-v-70381d86] {
  display: flex;
  align-items: center;
}
.column-align-center .ape-editor-module[data-v-70381d86] {
  margin-top: 0 !important;
  flex: 1;
}

.ape-column-empty .placeholder-module {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ape-container-row[data-v-36526504] {
  display: flex;
}
.ape-container-row.has-column-2 .ape-container-column[data-v-36526504] {
  width: 50%;
}
.ape-container-row.has-column-3 .ape-container-column[data-v-36526504] {
  width: 33.33%;
}
.ape-container-row.has-column-4 .ape-container-column[data-v-36526504] {
  width: 25%;
}

