/*
 * Ajustes exclusivos do editor de blocos.
 */

/*
 * No editor o carrossel vira uma tira horizontal de miniaturas: assim o cliente
 * vê, seleciona e reordena cada imagem em vez de encontrar uma pilha sobreposta.
 */
.editor-styles-wrapper .almar-hero {
	display: block;
	min-height: 0;
	margin-block-start: 0;
}

.editor-styles-wrapper .almar-hero::before,
.editor-styles-wrapper .almar-hero::after {
	content: none;
}

.editor-styles-wrapper .almar-hero__slides {
	position: static;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-block: 16px;
}

.editor-styles-wrapper .almar-hero__slides > .wp-block-image {
	position: static;
	opacity: 1;
	width: 140px;
	flex: 0 0 auto;
}

.editor-styles-wrapper .almar-hero__slides img {
	height: 90px;
	border-radius: var(--wp--custom--raio);
}

.editor-styles-wrapper .almar-hero__conteudo {
	padding-block: 24px 48px;
}

.editor-styles-wrapper .almar-numeros__foto .wp-block-image,
.editor-styles-wrapper .almar-numeros__foto figure {
	position: static;
}

.editor-styles-wrapper .almar-numeros__foto {
	min-height: 0;
}
