.tm-legal-page .tm-legal-section {
  padding: 54px 0 42px;
  background:
    radial-gradient(circle at 15% 0, rgba(37, 188, 172, .09), transparent 34%),
    radial-gradient(circle at 88% 5%, rgba(254, 206, 26, .08), transparent 30%),
    #1e2123;
}

.tm-legal-page .tm-legal-container {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  color: rgba(255, 255, 255, .86);
}

.tm-legal-page .tm-legal-header {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.tm-legal-page .tm-legal-header h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.08;
}

.tm-legal-page .tm-legal-header p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.65;
}

.tm-legal-page .tm-legal-effective,
.tm-legal-page .tm-legal-translation {
  max-width: 920px;
  margin: 0 auto 18px;
  padding: 13px 16px;
  border: 1px solid rgba(254, 206, 26, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.55;
}

.tm-legal-page .tm-legal-translation {
  border-color: rgba(37, 188, 172, .28);
}

.tm-legal-page .tm-legal-policy-section {
  max-width: 920px;
  margin: 0 auto 18px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(12, 14, 16, .34);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .14);
}

.tm-legal-page .tm-legal-policy-section h2 {
  margin: 0 0 13px;
  color: #eac027;
  font-size: 22px;
  line-height: 1.3;
}

.tm-legal-page .tm-legal-policy-section p,
.tm-legal-page .tm-legal-policy-section li {
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.72;
}

.tm-legal-page .tm-legal-policy-section p {
  margin: 0 0 12px;
}

.tm-legal-page .tm-legal-policy-section p:last-child {
  margin-bottom: 0;
}

.tm-legal-page .tm-legal-policy-section ul,
.tm-legal-page .tm-legal-policy-section ol {
  margin: 8px 0 0 22px;
  padding: 0;
}

.tm-legal-page .tm-legal-policy-section li + li {
  margin-top: 7px;
}

.tm-legal-page .tm-legal-section a {
  color: #56d6c8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tm-legal-page .tm-legal-section a:hover,
.tm-legal-page .tm-legal-section a:focus-visible {
  color: #fece1a;
}

@media (max-width: 640px) {
  .tm-legal-page .tm-legal-section {
    padding: 38px 0 26px;
  }

  .tm-legal-page .tm-legal-container {
    width: min(100% - 20px, 1040px);
  }

  .tm-legal-page .tm-legal-policy-section {
    padding: 19px 17px;
  }

  .tm-legal-page .tm-legal-policy-section h2 {
    font-size: 19px;
  }

  .tm-legal-page .tm-legal-policy-section p,
  .tm-legal-page .tm-legal-policy-section li {
    font-size: 15px;
  }
}
