.block-seen-in__title {
	margin: 0;
	width: 100px;
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
	line-height: var(--wp--custom--line-height--normal);
	text-transform: uppercase;
	color: var(--wp--preset--color--primary);
}

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

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

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