.tml-lvh-legal {
  color: #292631;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 860px;
  padding: 28px 24px 72px;
}

.tml-lvh-legal__lead {
  background: #fff6e5;
  border-left: 4px solid #d9aa53;
  color: #4e3c1c;
  font-size: 1.06rem;
  margin: 0 0 36px;
  padding: 18px 20px;
}

.tml-lvh-legal h2 {
  color: #202638;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.25;
  margin: 38px 0 12px;
}

.tml-lvh-legal p,
.tml-lvh-legal li {
  max-width: 78ch;
}

.tml-lvh-legal li + li {
  margin-top: 10px;
}

.tml-lvh-legal a,
.tml-lvh-compliance-nav a {
  color: #7a5319;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tml-lvh-legal a:hover,
.tml-lvh-compliance-nav a:hover {
  color: #202638;
}

.tml-lvh-compliance-nav {
  align-items: center;
  background: #f7f1e7;
  border-top: 1px solid #ded5c7;
  color: #776f64;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  gap: 10px 14px;
  justify-content: center;
  padding: 20px 24px;
  text-align: center;
}

@media (max-width: 600px) {
  .tml-lvh-legal {
    padding: 18px 18px 54px;
  }

  .tml-lvh-compliance-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .tml-lvh-compliance-nav span {
    display: none;
  }
}
