@media (max-width: 1023px) {
    .paddock-drawer-desktop-title { display: none !important; }
  }

@media (max-width: 767px) {
  .trust-bar-grid { grid-template-columns: 1fr !important; }
  .trust-bar-grid > div { border-right: none !important; border-bottom: 1px solid var(--border-subtle); padding: 0.85rem 1.5rem !important; }
  .trust-bar-grid > div:last-child { border-bottom: none; }
}
