:root {
  --legal-max-width: 920px;
}

body.legal-page {
  background: #ffffff;
}

.legal-wrap {
  max-width: var(--legal-max-width);
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}

@media (min-width: 768px) {
  .legal-wrap {
    padding: 4rem 2rem 5rem;
  }
}

.legal-breadcrumb {
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
  color: #5e6a70;
}

.legal-breadcrumb a {
  color: #078855;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.legal-breadcrumb a:hover {
  border-bottom-color: #078855;
}

.legal-header {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d9dee2;
  margin-bottom: 1.75rem;
}

.legal-kicker {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5e6a70;
  margin: 0 0 0.6rem;
}

.legal-title {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.15;
  font-weight: 500;
  color: #181818;
  margin: 0;
}

.legal-subtitle {
  margin-top: 0.9rem;
  color: #3f4a4f;
  font-size: 1rem;
}

.legal-content {
  color: #2a3338;
  font-size: 1rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

#app .legal-content h2 {
  margin: 2.2rem 0 0.8rem;
  font-size: 1.15rem;
  line-height: 1.45;
  font-weight: 500;
  color: #181818;
}

#app .legal-content h3 {
  margin: 1.6rem 0 0.6rem;
  font-size: 1.02rem;
  line-height: 1.5;
  font-weight: 500;
  color: #20292e;
}

@media (min-width: 1440px) {
  #app .legal-content h2 {
    font-size: 1.15rem;
  }

  #app .legal-content h3 {
    font-size: 1.02rem;
  }
}

.legal-content p {
  margin: 0 0 1rem;
}

.legal-content ul {
  margin: 0.2rem 0 1.1rem 1.1rem;
  padding-left: 1rem;
  list-style: disc;
}

.legal-content li {
  margin: 0 0 0.55rem;
}

.legal-content a {
  color: #078855;
  border-bottom: 1px solid transparent;
}

.legal-content a:hover {
  border-bottom-color: #078855;
}
