/* DPA page — matches mmb_dpa.html styling 1:1 */

/* Gray page background — scoped to legal pages only */
.legal-page {
  background: #EFEFF0;
  padding: 40px 24px;
}

.dpa-content {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.dpa-content h1 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #000;
}

.dpa-content h2 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  margin-bottom:0px
}

.dpa-content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.dpa-content p:last-child {
  margin-bottom: 0.8em;
}

.dpa-content ol,
.dpa-content ul {
  margin: 0em 0 0.5em 2em;
}

.dpa-content li {
  margin:  0 ;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #000;
}

.dpa-content a {
  color: var(--color-navy);
  font-weight: 500;
}

.dpa-content .dpa-content-security {
  margin:0;
}
