html body .jlink-footer-legal {
  position: relative;
  z-index: 2;
  display: block !important;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 16px clamp(20px, 5vw, 88px) !important;
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
  background: #20262a !important;
  color: #dbe4e8 !important;
  font-size: 13px;
}

.jlink-footer-legal__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1760px);
  margin: 0 auto;
  gap: 24px;
}

.jlink-footer-legal__inner > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.jlink-footer-legal a,
.jlink-footer-legal button {
  padding: 0;
  border: 0;
  background: none;
  color: #fff !important;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.jlink-footer-legal a:hover,
.jlink-footer-legal a:focus-visible,
.jlink-footer-legal button:hover,
.jlink-footer-legal button:focus-visible {
  color: #8bd3df !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 680px) {
  .jlink-footer-legal__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .jlink-footer-legal__inner > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
