.legal-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--dl-layout-space-threeunits);
}

.legal-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.legal-title {
  margin-bottom: var(--dl-layout-space-unit);
}

.legal-subtitle {
  max-width: 880px;
  color: #4b5563;
}

.legal-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: var(--dl-layout-space-unit);
}

.legal-list li {
  line-height: 1.6;
}

.legal-list li strong {
  display: block;
  margin-bottom: 4px;
}

.legal-note {
  color: #111827;
}

.legal-cta {
  display: flex;
  flex-direction: column;
  gap: var(--dl-layout-space-unit);
}

@media (max-width: 767px) {
  .legal-wrapper {
    gap: var(--dl-layout-space-twounits);
  }
}
