/* Pull the Trustpilot "Review us on" TrustBox into the navy footer block as
   a full-width centered row just above the 3 menu columns. */
.pp-footer-widgets:has(> .pp-footer-trustbox){
	padding-top:3px;
	row-gap:3px;
}

.pp-footer-widgets > .pp-footer-trustbox{
	grid-column:1 / -1;
	justify-self:center;
	width:100%;
	max-width:340px;
	margin:0 auto;
}

.pp-footer-widgets > .pp-footer-trustbox .trustpilot-widget{
	margin:0 auto;
}
