.gu-footer-credit {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #ffffff1f;
  color: #bcd0c9;
  font-size: 0.76rem;
}

.gu-footer-credit a {
  color: #f1ca81 !important;
  font-weight: 800;
  text-decoration: none;
}

.gu-footer-credit a:hover {
  text-decoration: underline;
}

@media (max-width: 620px) {
  .gu-footer-credit {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
