.sf-thumb a:has( .sp-imported-logo ) {
	background-color: rgb( 231, 233, 238 );
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 3 / 2;
}

.sp-imported-logo {
	position: static;
	width: 80%;
	height: auto;
	max-width: 80%;
	object-fit: contain;
}
