.wp-block-webyx-fg-slide-wrapper-active {
	background-color: $webyx-secondary-color;
}
.wp-block-webyx-fg-slide-wrapper {
	border: 1px solid $webyx-primary-icon-color;
	margin: 15px 0;
	width: 100%;
	max-width: unset;
	.wp-block-webyx-fg-slide-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-slide-header-active {
			transition: 0.5s;
			background-color: $webyx-primary-color-hover;
		}
		.wp-block-webyx-fg-slide-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-slide-innerblock-wrapper {
		padding: 15px;
    min-height: 90px;
		.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon {
			background-color: $webyx-primary-color;
			transition: 0.5s;
			&:hover {
				background-color: $webyx-primary-color-hover;
				transition: 0.5s;
			}
		}
	}
}