.superblockslider-editor-sidebar .components-base-control {
	width: 100%;
}
.superblockslider-responsive-tabPanel .components-tab-panel__tabs-item {
	padding: 3px 7px;
}
.wp-block-superblockslider-slider {
	margin: 0 auto;
}
.editor-styles-wrapper .wp-block-superblockslider-slider .wp-block {
    max-width: unset;
}
.superblockslider__slide {
	min-width: 100px;
	min-height: 100px;

	.superblockslider__button--remove {
		position: absolute;
		z-index: 99;
		top: 0;
		right: 0;
		border: 1px solid;
		margin: 5px;
		background-color: rgba(255, 255, 255, .25);
		display: none;
	}
	&.is-selected, &.is-hovered, &:hover {
		.superblockslider__button--remove {
			display: flex;
		}
	}
}
.superblockslider__window {
	width: 0;
	min-width: 100%;
	.superblockslider__slide_inner {
		top: 2%;
	}
}


.superblockslider__buttons {
	align-items: center;
}
.superblockslider__button {
	display: flex;
    justify-content: center;
	text-align: center;
	button {
		line-height: 0;
		background-color: transparent;
		border: none;
		cursor: pointer;

		&:focus {
			outline-style: none;
		}
	}
	.rich-text {
		min-width: 20px;
		opacity: .5;
		transition: all .5s;
		line-height: 1em;
	}

	&--active .rich-text {
		opacity: 1;
	}
}

.editor-styles-wrapper .superblockslider__track {

	> .block-editor-inner-blocks {
		width: 100%;

		> .block-editor-block-list__layout {
			display: flex;
			width: 100%;
    		height: 100%;
		}
	}

	.inner-blocks {
		overflow: auto;
	}
}
.editor-styles-wrapper div[data-type='superblockslider/slide'] {
	position: relative;
	display: flex;
	margin: 0;
	max-width: unset;
	width: 100%;
	
	.block-editor-inner-blocks {
		width: 100%;
	}
}

button.components-button.has-icon.has-text.button-full-width {
	width: 100%;
	justify-content: center;
}
/* fade slider */
.editor-styles-wrapper div[data-transition-effect='fade'] div[data-type='superblockslider/slide'] {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;

	opacity: 0;

	&.superblockslider__slide--active-editor {
		z-index: 1;
		opacity: 1;
	}
}

.components-panel__row {
	.superblockslider__button.is-secondary {
		margin-left: auto;
	}
}

.superblockslider__slide__bg > img {
	min-height: 100%;
}

.superblockslider__slide__image {
	display: none;
} 
.extraLarge .visible--xl,
.desktop .visible--lg,
.tablet .visible--md,
.mobile .visible--sm {
	display: block;
}
.superblockslider-responsive-tabPanel .components-tab-panel__tabs {
	flex-wrap: wrap;
}