/* /styles/components.css */

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
  margin: 2.5rem auto 0;
  padding: 0 1.5rem;
}

.logo-item img {
  max-height: 92px;
  width: auto;
  display: block;
}

.cta__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

/*
 * Adjust logo strip filter for light backgrounds to ensure visibility.
 * The default filter is optimized for dark backgrounds.
 */
.section--light .logo-strip {
  filter: none;
  opacity: 1;
}
