.tc-legal-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 15px;
  padding: 15px 18px;
  border-top: 1px solid rgba(255,255,255,.1);
  background: #061a2b;
  color: #b8cbd4;
  font-family: "Segoe UI", Arial, sans-serif;
}
.tc-legal-strip a {
  color: inherit;
  text-decoration: none;
  font-size: 8px;
  font-weight: 700;
}
.tc-legal-strip a:hover,
.tc-legal-strip a:focus-visible {
  color: #75d6cb;
  text-decoration: underline;
}
