/*
 * Trusted Partners Module
 * ========================================================================
 * Styles for the trusted partners section, including logo sliders and
 * partner display components with responsive behavior.
 */

/* ==========================================================================
   Base Trusted Partners Styles
   ========================================================================== */

.trusted-partner-section {
  margin-top: 5.5rem;
}

.trusted-partners-slider {
  margin-top: 1rem;
  img {
    max-height: 3.125rem;
    max-width: 12.5rem;
  }
  .swiper-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
  .swiper-slide {
    width: fit-content;
  }
}

/* ==========================================================================
   Trusted By Text Component
   ========================================================================== */
.trusted-by-text {
  color: inherit;
}

/* Responsive styles */
@media (max-width: 61.99875rem) {
  .trusted-partners-slider {
    img {
      max-height: 1.875rem;
      max-width: 6.75rem;
    }
  }

  .trusted-by-text {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}
