/**
 * Press / "As seen in" bar — mirrors knesko.com companies section
 */

.press-as-seen {
  background: #fff;
  padding: clamp(4rem, 10vw, 10rem) clamp(1rem, 3vw, 2rem) clamp(2.5rem, 7vw, 6.5rem);
}

.press-as-seen__inner {
  max-width: 1310px;
  margin: 0 auto;
  text-align: center;
}

.press-as-seen__quote {
  margin: 0 auto clamp(2.5rem, 7vw, 5.5rem);
  max-width: 56rem;
  padding: 0 clamp(0.5rem, 2vw, 2rem);
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3.2vw, 2.5rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #4a4a4a;
}

.press-as-seen__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.5vw, 2.25rem);
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0.6;
}

.press-as-seen__logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  max-width: 121px;
}

.press-as-seen__logos img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(22px, 4vw, 42px);
  max-width: min(121px, 28vw);
  object-fit: contain;
  object-position: center;
}

@media (min-width: 1000px) {
  .press-as-seen__quote {
    max-width: 58rem;
  }

  .press-as-seen__logos li {
    width: 11.5rem;
    max-width: none;
    min-height: 4.5rem;
  }

  .press-as-seen__logos img {
    max-width: 100%;
    max-height: none;
  }
}
