/* ==========================================================================
   Content Area Block (child of Two Column Layout)
   ========================================================================== */
.two-column-layout__main {
  min-width: 0;
}

/* Editor label */
.editor-styles-wrapper .two-column-layout__main {
  position: relative;
}
.editor-styles-wrapper .two-column-layout__main::before {
  content: "Main Content";
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e1e1e;
  background: #e0e0e0;
  padding: 4px 8px;
  margin-bottom: 8px;
  border-radius: 2px;
}
