/*
 * ICHA PRIVACY TEXT ALIGNMENT FIX v1
 *
 * The Privacy page retains the old legal two-column layout even though the
 * left rail is empty. Collapse that layout to one column and align the legal
 * copy with the same container edge as the Privacy Policy heading.
 */

.legal-page .legal-layout--privacy {
  display: block !important;
  grid-template-columns: none !important;
}

.legal-page .legal-layout--privacy .legal-content {
  width: 100% !important;
  max-width: 980px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
