.ge-legal-footer {
  width: min(100%, 760px);
  margin: auto auto 16px;
  padding: 10px 18px 0;
  color: #6F6A64;
  font-family: var(--ge-font, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.ge-legal-footer strong {
  color: #3F3A36;
  font-weight: 700;
}

.ge-legal-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.ge-legal-links a {
  color: #7A1E2C;
  text-decoration: none;
  font-weight: 700;
}

.ge-legal-links a:hover {
  color: #5B0F1D;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .ge-legal-footer {
    width: min(100%, 362px);
    margin-bottom: 12px;
    padding: 8px 14px 0;
    font-size: 10.5px;
  }

  .ge-legal-links {
    gap: 10px;
  }
}
