/* ==========================================================================
   Devgun Family Law -- Chrome: below-the-fold trust strip (homepage).
   Markup partner: App/Includes/TrustStrip.ss. Light counterpart of the
   footer credential strip: white band directly under the hero, quiet
   centered row, hairline bottom rule into the next section.
   ========================================================================== */

.trust-strip {
  background: var(--color-white);
  padding: 1.25rem var(--space-page-gutter);
}

.trust-strip__inner {
  max-width: var(--container-max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 3rem;
}

/* Bare marks on the white band; height comes from the width/height
   attrs, width auto-scales to keep each logo's own aspect ratio. */
.trust-strip__logo {
  display: block;
  height: 40px;
  width: auto;
}
