.pmfr-manufacturer {
	--pmfr-accent-start: #718fe0;
	--pmfr-accent-end: #4d67b2;
	display: flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
	max-width: 100%;
	box-sizing: border-box;
	margin: 15px 0 22px;
	padding: 12px 17px;
	border: 1px solid rgba(127, 127, 127, .38);
	border-left: 5px solid #607dcc;
	border-radius: 12px;
	background: rgba(127, 127, 127, .10);
	box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
	color: inherit;
}

.pmfr-manufacturer-icon {
	display: flex;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: linear-gradient(135deg, var(--pmfr-accent-start), var(--pmfr-accent-end));
	box-shadow: 0 4px 12px rgba(77, 103, 178, .25);
	color: #fff;
}

.pmfr-manufacturer-icon svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.pmfr-manufacturer-text {
	min-width: 0;
	font-size: 16px;
	line-height: 1.35;
}

.pmfr-manufacturer-text span {
	opacity: .78;
}

.pmfr-manufacturer-text strong {
	font-weight: 700;
	overflow-wrap: anywhere;
}

@media (max-width: 600px) {
	.pmfr-manufacturer {
		width: 100%;
		padding: 11px 14px;
	}

	.pmfr-manufacturer-text {
		font-size: 15px;
	}
}
