/* Audit 5: supplied brand, approved copy, precise 24h disclosure and official partner assets. */

.brand {
  width: 202px;
  flex-basis: 202px;
}

.brand img {
  width: 198px;
  height: auto;
  max-width: 100%;
  max-height: none;
}

.footer-brand > img {
  width: 220px;
  height: auto;
  max-width: 100%;
  max-height: none;
}

.delivery-note {
  max-width: 680px;
  margin-top: -12px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.55;
}

.home-hero__copy > .delivery-note,
.hero__content > .delivery-note {
  margin-top: -12px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.55;
}

.home-hero__copy .button-row + .delivery-note {
  margin-top: 18px;
}

.form-legal-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.carrier-logo img[src$="ups.png"] {
  max-width: 48px;
  max-height: 58px;
}

.integration-brand {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
  object-position: left center;
}

.integration-brand--emag {
  max-width: 118px;
  max-height: 34px;
}

.integration-brand--spring {
  max-width: 132px;
  max-height: 48px;
}

.platform-brand {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.platform-brand--emag {
  max-width: 112px;
  max-height: 34px;
}

.platform-brand--spring {
  max-width: 116px;
  max-height: 42px;
}

.platform-logos--dark .platform-brand--spring {
  padding: 5px 8px;
  border-radius: 6px;
  background: #fff;
}

@media (max-width: 1180px) and (min-width: 1081px) {
  .brand {
    width: 164px;
    flex-basis: 164px;
  }

  .brand img {
    width: 160px;
  }
}

@media (max-width: 1080px) {
  .brand {
    width: 172px;
    flex-basis: 172px;
  }

  .brand img {
    width: 168px;
    height: auto;
  }
}

@media (max-width: 989px) {
  .model-flow {
    padding-block: 25px;
    flex-direction: column;
  }

  .model-flow > div:not(.model-split) {
    width: 100%;
  }

  .model-flow > .icon {
    transform: rotate(90deg);
  }

  .model-split {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-split > .icon {
    display: none;
  }

  .model-split span {
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .brand {
    width: 154px;
    flex-basis: 154px;
  }

  .brand img {
    width: 150px;
  }

  .delivery-note,
  .home-hero__copy > .delivery-note,
  .hero__content > .delivery-note {
    font-size: 13px;
  }
}
