/* Taxi Toolkit — Trust Strip */
.tt-trust{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px 22px;font-family:'Manrope',system-ui,sans-serif}
.tt-trust__item{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}
.tt-trust__stars{color:#f5a623;letter-spacing:1px;font-size:14px}
.tt-trust__t{font-size:14.5px;color:#9fb3c4;font-weight:600}
.tt-trust__t b{color:#fff;font-weight:800;font-family:'Sora',sans-serif}
.tt-trust__sep{width:1px;height:16px;background:rgba(255,255,255,.16)}
@media(max-width:760px){
	.tt-trust{gap:10px 16px}
	.tt-trust__t{font-size:13.5px}
	.tt-trust__sep{display:none}
}
