.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after{
	box-shadow:0 0 0 1.5px $webyx-primary-color-hover;
}
.wp-block-webyx-fg-section-wrapper-active {
	background-color: $webyx-secondary-color-dirty;
}
.wp-block-webyx-fg-section-wrapper {
	border: 1px solid $webyx-primary-icon-color;
	min-height: 115px;
	margin: 15px 0;
	width: 100%;
	max-width: unset;
	.wp-block-webyx-fg-section-header {
		font-family: sans-serif;
		background-color: $webyx-primary-color;
    color: $webyx-secondary-color;
    padding: 0px 5px;
		transition: 0.5s;
		font-size: 1rem;
		line-height: 32px;
		&.wp-block-webyx-fg-section-header-active {
			transition: 0.5s;
			background-color: $webyx-primary-color-hover;
		}
		.wp-block-webyx-fg-section-header-html-tag {
			display: block;
			position: relative;
			line-height: 24px;
			float: right;
			background-color: #720086;
			padding: 0px 5px;
			height: 24px;
			top: 4px;
		}
	}
	.wp-block-webyx-fg-webyx-section-placeholder {
		color: rgba(40, 48, 61, 0.6);
		margin-top: 15px;
		text-align: center;
	}
	.wp-block-webyx-fg-btn-add-slide-wrapper {
		margin: 5px;
		.wp-block-webyx-fg-btn-add-slide {
			background-color: $webyx-primary-color;
			transition: 0.5s;
			&:hover {
				background-color: $webyx-primary-color-hover;
				transition: 0.5s;
			}
			.wp-block-webyx-fg-btn-add-slide-text {
				margin-bottom: 4px;
				margin-right: 4px;
			}
		}
	}
}