.block-seen-in__title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--preset--font-size--large);
	font-weight: var(--wp--custom--typography--heading--font-weight);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	line-height: var(--wp--custom--typography--heading--line-height);
	text-transform: var(--wp--custom--typography--heading--text-transform);
	text-align: center;
	margin: 0 0 16px;
}

.block-seen-in__title::before,
.block-seen-in__title::after {
	flex: 1;
	content: '';
	display: block;
	height: 1px;
	background: var(--wp--preset--color--foreground);
}

.block-seen-in__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	row-gap: 16px;
}

.block-seen-in__wrap img,
.editor-styles-wrapper .block-seen-in__wrap img {
	width: 100px;
	height: 48px;
	object-fit: contain;
}

.block-area-sidebar .block-seen-in__wrap {
	gap: 16px;
}
