/* Registered company details: scoped to the existing PEP footer only. */
.pep-site-footer__company {
  min-width: 0 !important;
}
.pep-site-footer__registration {
  max-width: 440px !important;
  margin-top: 22px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: "Manrope PEP", "Segoe UI", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  overflow-wrap: anywhere !important;
}
.pep-site-footer__registration p {
  margin: 0 0 10px !important;
}
.pep-site-footer__registration p:last-child {
  margin-bottom: 0 !important;
}
.pep-site-footer__registration a {
  color: #f0cfa2 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.pep-site-footer__registration a:hover {
  color: #fff !important;
}
.pep-site-footer__registration a:focus-visible {
  outline: 2px solid #f0cfa2 !important;
  outline-offset: 4px;
}
@media (max-width: 900px) {
  .pep-site-footer__company {
    grid-column: 1 / -1 !important;
  }
}
@media (max-width: 620px) {
  .pep-site-footer__company {
    grid-column: auto !important;
  }
  .pep-site-footer__brand-copy {
    min-width: 0 !important;
  }
  .pep-site-footer__company .pep-site-footer__brand {
    max-width: 100% !important;
  }
}
