.block-seen-in__title {
	text-align: center;
	margin: 0 0 24px;
	font-size: 16px;
    font-family: var(--wp--custom--typography--interface--font-family);
    text-transform: var(--wp--custom--typography--interface--text-transform);
    line-height: var(--wp--custom--line-height--small);
	letter-spacing: var(--wp--custom--letter-spacing--loose);
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 10px;
}

.block-seen-in__title::before {
	background: var(--wp--preset--color--tertiary);
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	flex-basis: 0%;
	flex-grow: 1;
}

.block-seen-in__title::after {
	background: var(--wp--preset--color--tertiary);
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	flex-basis: 0%;
	flex-grow: 1;
}

.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;
	opacity: .7;
}

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