.opotengi-image-credit,
.legenda-imagem-credito {
	align-items: center;
	background: #f5f5f5;
	color: #424242;
	display: flex;
	font-family: var(--wp--preset--font-family--manrope, system-ui, sans-serif);
	font-size: 12px;
	gap: 6px;
	line-height: 1.25;
	padding: 6px 12px;
}

.opotengi-image-credit__icon {
	background: currentColor;
	display: inline-block;
	height: 10px;
	mask: radial-gradient(circle at center, #000 48%, transparent 50%);
	width: 10px;
}

.legenda-imagem-credito img {
	display: block;
	height: 14px;
	width: auto;
}

