/* ==========================================================================
   legal.css — Privacy Policy, Cookies Policy and Sitemap pages
   ========================================================================== */

/* Long-form editorial content: restores native document rhythm inside the
   otherwise margin-reset page. `flow-root` keeps child margins contained,
   matching the inline-block wrapper the original markup used. */
.doc-content {
  display: flow-root;
}

.doc-content p {
  margin: 16px 0;
}

.doc-content ul {
  margin: 16px 0;
  padding-left: 40px;
  list-style: disc;
}

.doc-content li {
  display: list-item;
}

/* --------------------------------------------------------------------------
   Sitemap listing
   -------------------------------------------------------------------------- */

.sitemap ul {
  margin: 16px 0;
  padding-left: 40px;
  list-style: disc;
}

.sitemap li {
  display: list-item;
}
