.public-footer-brand-surface {
  display: inline-grid;
  width: fit-content;
  max-width: 100%;
  place-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  background: #ffffff;
}

.public-footer-brand-logo {
  display: block;
  width: auto;
  max-width: min(148px, 100%);
  height: 46px;
  object-fit: contain;
}

.public-footer-brand-surface > .public-footer-brand-logo {
  width: auto;
  max-width: min(148px, 100%);
  height: 46px;
  object-fit: contain;
}

.public-simple-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  padding: 24px 16px;
  background: #0f1d32;
  color: #ffffff;
  text-align: center;
}

.public-simple-footer p {
  margin: 0;
}

@media (max-width: 520px) {
  .public-footer-brand-logo,
  .public-footer-brand-surface > .public-footer-brand-logo {
    height: 40px;
  }

  .public-simple-footer {
    flex-direction: column;
  }
}
