/* Privacy policy page content styles.
   Scope these rules to the page content wrapper so they do not affect
   navigation or footer lists elsewhere in the theme. */

#main section .inner {
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  #main section .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#main section .inner > h1 {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 1rem;
}

#main section .inner > h2 {
  font-size: 18px !important;
  line-height: 1.5;
  margin: 1.75rem 0 0.75rem;
}

#main section .inner p,
#main section .inner ul,
#main section .inner ol,
#main section .inner li {
  font-size: 16px;
  line-height: 1.7;
}

#main section .inner ul,
#main section .inner ol {
  margin: 0 0 1rem 1.5rem !important;
  margin-inline-start: 1.5rem !important;
  padding: 0 0 0 1.25rem !important;
  padding-inline-start: 1.25rem !important;
  list-style-position: outside !important;
}

#main section .inner ul ul,
#main section .inner ul ol,
#main section .inner ol ul,
#main section .inner ol ol {
  margin-top: 0.35rem !important;
  margin-bottom: 0.5rem !important;
  margin-left: 1.5rem !important;
  margin-inline-start: 1.5rem !important;
}

#main section .inner ul {
  list-style-type: disc !important;
}

#main section .inner ol:not([type]) {
  list-style-type: decimal !important;
}

#main section .inner ol[type="a"] {
  list-style-type: lower-alpha !important;
}

#main section .inner ol[type="i"] {
  list-style-type: lower-roman !important;
}

#main section .inner li {
  display: list-item !important;
  margin: 0 0 0.35rem !important;
  list-style-position: outside !important;
}

#main section .inner ul > li {
  list-style: disc !important;
}

#main section .inner ol:not([type]) > li {
  list-style: decimal !important;
}

#main section .inner ol[type="a"] > li {
  list-style: lower-alpha !important;
}

#main section .inner ol[type="i"] > li {
  list-style: lower-roman !important;
}

#main section .inner li::before {
  content: none !important;
}

#main section .inner li::marker {
  color: inherit;
}
