.goood-footer-link-group {
  width: max-content !important;
  max-width: none !important;
}

.goood-footer-link-group::before,
.goood-footer-cross-link {
  font-family:
    "Awesome Serif Semi Bold Extra Tall",
    "Awesome Serif Semi Bold Extra Tall Placeholder",
    serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 117%;
  white-space: nowrap;
}

.goood-footer-link-group::before {
  color: transparent;
  content: attr(data-goood-footer-cross-label);
  flex: 0 0 auto;
}

.goood-footer-cross-link {
  color: rgb(131, 78, 57) !important;
  display: block;
  position: absolute;
  text-decoration: none;
  z-index: 5;
}

@media (max-width: 809.98px) {
  .goood-footer-link-group {
    flex-direction: column !important;
    gap: 40px !important;
    width: 100% !important;
  }
}
