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

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