/* [project]/src/app/Legal.module.css [app-client] (css) */
.Legal-module__RSWjga__wrapper {
  background-color: var(--md-sys-color-surface);
  min-height: 100vh;
  padding: 4rem 1.5rem;
}

.Legal-module__RSWjga__container {
  border: 1px solid var(--md-sys-color-outline-variant);
  max-width: 800px;
  box-shadow: var(--md-sys-elevation-1);
  background: #fff;
  border-radius: 32px;
  margin: 0 auto;
  padding: 3rem;
}

.Legal-module__RSWjga__header {
  text-align: center;
  border-bottom: 1px solid var(--md-sys-color-outline-variant);
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.Legal-module__RSWjga__title {
  color: var(--md-sys-color-on-surface);
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 800;
}

.Legal-module__RSWjga__subtitle {
  color: var(--md-sys-color-on-surface-variant);
  font-size: .9rem;
}

.Legal-module__RSWjga__content {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 1.05rem;
  line-height: 1.8;
}

.Legal-module__RSWjga__content h2 {
  color: var(--md-sys-color-primary);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.Legal-module__RSWjga__content h3 {
  color: var(--md-sys-color-on-surface);
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.Legal-module__RSWjga__content p {
  margin-bottom: 1rem;
}

.Legal-module__RSWjga__content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.Legal-module__RSWjga__content li {
  margin-bottom: .5rem;
}

@media (max-width: 600px) {
  .Legal-module__RSWjga__container {
    border-radius: 24px;
    padding: 1.5rem;
  }

  .Legal-module__RSWjga__title {
    font-size: 1.75rem;
  }
}

/*# sourceMappingURL=src_app_Legal_module_07c3c848.css.map*/