.block-seen-in__title {
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--custom--typography--interface--font-size);
	font-weight: 700;
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	line-height: var(--wp--custom--typography--interface--line-height);
	text-transform: uppercase;
	margin: 0;
	width: 100px;
}

.block-seen-in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	column-gap: 20px;
	row-gap: 16px;
	padding-inline: 16px;
	max-width: none !important;
}

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

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