/* Keep the trust section immune to theme-level span and layout styles. */
.mpa-assistant .mpa-trust-bar {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 10px;
	width: 100%;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #eef2f7;
	background: #ffffff;
}

.mpa-assistant .mpa-trust-bar__item {
	display: flex !important;
	flex: 1 1 0;
	min-width: 0;
	align-items: center;
	justify-content: center;
	gap: 6px;
	white-space: nowrap;
	color: #111827;
	font-family: Manrope, sans-serif;
	font-size: clamp(9px, 3.35vw, 13px);
	font-weight: 600;
	line-height: 1.3;
}

.mpa-assistant .mpa-trust-bar__item > span {
	display: inline !important;
	min-width: 0;
}

.mpa-assistant .mpa-trust-bar__item img {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	filter: invert(43%) sepia(80%) saturate(765%) hue-rotate(91deg) brightness(86%) contrast(93%);
}

@media (min-width: 641px) {
	.mpa-assistant .mpa-trust-bar__item {
		font-size: 13px;
	}
}
