/* ============================================================
   OSW Trust Bar — verbatim from source .trust-bar / .trust-stat.
   ============================================================ */

.ovs-trust-bar{border-top:1px solid var(--ovs-line);border-bottom:1px solid var(--ovs-line);background:var(--ovs-bg2)}
.ovs-trust-bar .ovs-trust-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 0;flex-wrap:wrap}
.ovs-trust-bar .ovs-trust-stat{display:flex;flex-direction:column;gap:.2rem;min-width:120px}
.ovs-trust-bar .ovs-trust-stat strong{font-family:var(--ovs-display);font-weight:400;font-size:1.7rem;letter-spacing:.03em;color:var(--ovs-champ)}
.ovs-trust-bar .ovs-trust-stat span{font-size:.72rem;color:var(--ovs-muted);letter-spacing:.06em;text-transform:uppercase}
.ovs-trust-bar .ovs-trust-divider{width:1px;height:38px;background:var(--ovs-line)}

/* Source breakpoint — verbatim */
@media(max-width:560px){
  .ovs-trust-bar .ovs-trust-divider{display:none}
  .ovs-trust-bar .ovs-trust-inner{justify-content:flex-start;gap:1.6rem}
}
