.footer-top-content__information {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-top-content__contact {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-top-content__contact .footer-top-content__title {
  margin-bottom: 0;
}

.footer-copy-button {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
}

.footer-copy-button:focus-visible {
  outline: 2px solid #ff8a26 !important;
  outline-offset: 2px !important;
}
