.site-legal-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 16px;
  margin-top: 14px;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: rgba(190, 207, 230, 0.62);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

.site-legal-footer a {
  color: inherit !important;
  font: inherit;
  text-decoration: none;
  text-underline-offset: 2px;
  transition: color 0.16s ease;
}

.site-legal-footer a:hover,
.site-legal-footer a:focus {
  color: rgba(230, 246, 255, 0.9) !important;
  text-decoration: underline;
  outline: none;
}

.site-legal-footer__links {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 4px;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  color: #eff6ff;
}

.site-legal-footer__rights {
  justify-self: end;
  margin-left: 0;
  text-align: right;
  color: #eff6ff;
  white-space: nowrap;
}

.site-legal-footer__copy {
  display: block;
  grid-column: 1 / -1;
  margin-top: 3px;
  color: rgba(177, 202, 230, 0.54);
}

@media (max-width: 760px) {
  .site-legal-footer {
    grid-template-columns: 1fr;
    margin-top: 12px;
    font-size: 9px;
  }

  .site-legal-footer__rights {
    justify-self: start;
    text-align: left;
    white-space: normal;
  }

  .site-legal-footer__links {
    font-size: 13px;
  }
}
