/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-advanced-blocks-pro-section {
	border: 1px solid transparent;
	&:hover {
		border: 1px dashed;
	}
}

// .hamza{overflow: ~overflow~;
// height: ~height~;
// align-items: ~layout_position~;
// text-align: ~layout_text_align~;
// > .bb-columns {
// 	min-height: ~innerColumnHeight~;
// 	height: ~inner_height~;
// 	max-width: ~layout_max_width~;
// 	> .block-editor-inner-blocks {
// 		min-height: ~innerColumnHeight~;
// 		height: ~inner_height~;
// 		> .block-editor-block-list__layout {
// 			min-height: ~innerColumnHeight~;
// 			height: ~inner_height~;
// 			align-items: ~layout_position~;
// 			> .column {
// 				width: ~column_count~ !important;
// 				align-items: ~layout_position~;
// 				> .bb-inner-column {
// 					> .block-editor-inner-blocks {
// 						> .block-editor-block-list__layout {
// 							align-content: ~layout_vertical_alignment~;
// 						}
// 					}
// 				}
// 			}
// 		}
// 	}
// }}
