.trustoo-trust-badge {
	display: flex;
	justify-content: center;
}

.trustoo-trust-badge__placeholder {
	border: 1px dashed #8c8f94;
	padding: 16px;
	width: 100%;
	color: #50575e;
	text-align: center;
}

footer .trustoo-trust-badge {
	justify-content: flex-start;
}

@media (min-width: 768px) {
	footer .trustoo-trust-badge {
		/* Compensate for Trustoo's internal 14px inset so both badge logos align. */
		transform: translateX(-14px);
	}
}

@media (max-width: 767px) {
	footer .trustoo-trust-badge {
		justify-content: center;
	}
}
