﻿.block-seen-in__title {
	text-align: center;
	margin: 0 0 24px;
	font-family: var(--wp--custom--typography--interface--font-family);
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	text-transform: var(--wp--custom--typography--interface--text-transform);
	font-weight: 500;
}

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

@media (min-width: 600px) {
	.block-seen-in__wrap {
		column-gap: 38px;
	}
}
