/* BRL_STATIC_LEGAL */
#brlStaticLegal,
#brlLandingLegal {
  width: 100%;
  max-width: 100%;
}

.brl-static-legal-card {
  border: 1px solid rgba(148,163,184,.14);
  border-radius: 14px;
  background: rgba(15,23,42,.12);
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.4;
}

.brl-static-legal-card a {
  color: #cbd5e1;
  text-decoration: none;
}

.brl-static-legal-card a:hover {
  text-decoration: underline;
}

.brl-static-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.brl-static-legal-sep {
  opacity: .4;
}

.brl-static-legal--auth {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(148,163,184,.10);
}

.brl-static-legal--auth .brl-static-legal-card {
  padding: 12px 16px;
}

.brl-static-legal--app {
  margin-top: 24px;
}

.brl-static-legal--app .brl-static-legal-card {
  padding: 14px 16px;
}

.brl-static-legal--landing {
  margin-top: 18px;
  width: 100%;
}

.brl-static-legal--landing .brl-static-legal-card {
  padding: 12px 16px;
}

@media (max-width: 640px) {
  .brl-static-legal-links {
    gap: 8px;
  }
}
