/* ==========================================================================
   Custom Container Block Styles
   ========================================================================== */
.merak-custom-container-section {
  position: relative;
}
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block:first-child {
  margin-top: 0;
}
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block:last-child {
  margin-bottom: 0;
}
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-group,
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-column,
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-media-text {
  flex-shrink: 0;
}
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-image,
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-gallery,
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-video {
  flex-shrink: 0;
}
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-image img, .merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-image video,
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-gallery img,
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-gallery video,
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-video img,
.merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block-video video {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Editor-Specific Styles
   ========================================================================== */
.editor-styles-wrapper .merak-custom-container-section .wp-block {
  position: relative;
}
.editor-styles-wrapper .merak-custom-container-section .wp-block:hover .block-editor-block-list__block-edit, .editor-styles-wrapper .merak-custom-container-section .wp-block.is-selected .block-editor-block-list__block-edit {
  outline: none;
}
.editor-styles-wrapper .merak-custom-container-section .wp-block .block-editor-block-toolbar {
  position: relative;
  z-index: 100;
}
.editor-styles-wrapper .merak-custom-container-section .wp-block .components-panel {
  position: relative;
}
.editor-styles-wrapper .merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block.is-selected::before, .editor-styles-wrapper .merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block.has-child-selected::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #007cba;
  pointer-events: none;
  z-index: 1;
}
.editor-styles-wrapper .merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block .block-editor-block-list__insertion-point {
  position: relative;
  z-index: 10;
}
.editor-styles-wrapper .merak-custom-container-section .custom-container[style*="display: flex"] > .wp-block .block-editor-block-mover {
  position: absolute;
  z-index: 100;
}
.editor-styles-wrapper .merak-custom-container-section .custom-container[style*="display: flex"][style*="flex-direction: column"] > .wp-block {
  width: 100%;
}
.editor-styles-wrapper .merak-custom-container-section .custom-container[style*="display: flex"][style*="flex-direction: row"] > .wp-block {
  min-width: 0;
}
