.block-seen-in__title {
	text-align: center;
	margin: 0 0 24px;
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 500;
	line-height: var(--wp--custom--line-height--small);
	letter-spacing: var(--wp--custom--letter-spacing--looser);
}

.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: 140px;
	height: 54px;
	object-fit: contain;
	filter: var(--cwp-logo-color, invert(10%) sepia(76%) saturate(1903%) hue-rotate(196deg) brightness(98%) contrast(91%));
}

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

@media only screen and (max-width: 767px) {
	.block-area-sidebar .block-seen-in {
		display: none;
	}
}
