/**
 * Blocksy - v1.8.39
 * 
 * Copyright (c) 2022
 * Licensed GPLv2+
 */

.entry-content > .fl-builder-content {
  --default-editor: var(--false);
}

.fl-builder-content-primary {
  margin-bottom: 0;
}

.fl-builder-content > .fl-block-overlay-active:first-child > .fl-row-overlay {
  top: 0;
  bottom: -32px;
}
.fl-builder-content > .fl-block-overlay-active:first-child > .fl-row-overlay > .fl-block-overlay-header {
  position: absolute;
  bottom: 0;
}
.fl-builder-content > .fl-block-overlay-active:first-child > .fl-row-overlay > .fl-block-overlay-header > .fl-block-overlay-actions {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 3px;
}